Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Switch>enable

Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode.
Switch(config)#vtp domain BANCO
Changing VTP domain name from NULL to BANCO
Switch(config)#interface gigabitEthernet1/1
Switch(config-if)#switchport mode trunk

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state


to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state
to up
Switch(config-if)#exit
Switch(config)#interface gigabitEthernet1/2
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
Switch(config)#vlan 10
Switch(config-vlan)#name GERENTES
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name CUENTAS
Switch(config-vlan)#exit
Switch(config)#vlan 30
Switch(config-vlan)#name COMERCIOS
Switch(config-vlan)#exit
Switch(config)#vlan 40
Switch(config-vlan)#name PAGOS
Switch(config-vlan)#exit
Switch(config)#vlan 50
Switch(config-vlan)#name CUPONES
Switch(config-vlan)#exit
Switch(config)#vlan 60
Switch(config-vlan)#name AUTORIZACIONES
Switch(config-vlan)#exit
Switch(config)#interface fa0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit
Switch(config)#interface fa0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 20
Switch(config-if)#exit
Switch(config)#interface fa0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 30
Switch(config-if)#exit
Switch(config)#interface fa0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 40
Switch(config-if)#exit
Switch(config)#interface fa0/5
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 50
Switch(config-if)#exit
Switch(config)#exit
Switch#write
%SYS-5-CONFIG_I: Configured from console by consoleBuilding configuration...
[OK]
Switch#

You might also like