Вы находитесь на странице: 1из 6

INSTITUTO TECNOLOGICO SUPERIOR DE PUERTO VALLARTA

Practica Configuracin Bsica VLANs


Switches
Nstor Daniel Vargas Urea 01/11/2011

Creacion de VLANs S1 Switch>en Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S1 S1(config)#vlan 10 S1(config-vlan)#name faculty/staff S1(config-vlan)#vlan 20 S1(config-vlan)#name students S1(config-vlan)#vlan 30 S1(config-vlan)#name guest S1(config-vlan)#vlan 99 S1(config-vlan)#name management S1(config-vlan)#end %SYS-5-CONFIG_I: Configured from console by console S1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20 Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gig1/1, Gig1/2 10 faculty/staff active 20 students active 30 guest active 99 management active 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active S2 Switch>en Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S2 S2(config)#vlan 10 S2(config-vlan)#name faculty/staff S2(config-vlan)#vlan 20 S2(config-vlan)#name students S2(config-vlan)#vlan 30 S2(config-vlan)#name guest S2(config-vlan)#vlan 99

S2(config-vlan)#name management S2(config-vlan)#end %SYS-5-CONFIG_I: Configured from console by console S2#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20 Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gig1/1, Gig1/2 10 faculty/staff active 20 students active 30 guest active 99 management active 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active S3 Switch>en Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S3 S3(config)#vlan 10 S3(config-vlan)#name faculty/staff S3(config-vlan)#vlan 20 S3(config-vlan)#name students S3(config-vlan)#vlan 30 S3(config-vlan)#name guest S3(config-vlan)#vlan 99 S3(config-vlan)#name management S3(config-vlan)#end %SYS-5-CONFIG_I: Configured from console by console S3#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20

Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gig1/1, Gig1/2 10 faculty/staff active 20 students active 30 guest active 99 management active 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active

Asignacion de puertos S2 S2#config t Enter configuration commands, one per line. End with CNTL/Z. S2(config)#int range fa0/6-10 S2(config-if-range)#switchport access vlan 30 S2(config-if-range)#int range fa0/11-17 S2(config-if-range)#switchport access vlan 10 S2(config-if-range)#int range fa0/18-24 S2(config-if-range)#switchport access vlan 20 S2(config-if-range)#end S2# %SYS-5-CONFIG_I: Configured from console by console S2#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] S3 S3#config t Enter configuration commands, one per line. End with CNTL/Z. S3(config)#int range fa0/6-10 S3(config-if-range)#switchport access vlan30 ^ % Invalid input detected at '^' marker. S3(config-if-range)#switchport access vlan 30 S3(config-if-range)#int range fa0/11-17 S3(config-if-range)#switchport access vlan 10 S3(config-if-range)#int range fa0/18-24 S3(config-if-range)#switchport access vlan 20 S3(config-if-range)#end S3# %SYS-5-CONFIG_I: Configured from console by console S3#copy running-config startup-config

Destination filename [startup-config]? Building configuration... [OK]

Configuracin de enlaces troncales S1 S1#config t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface range fa0/1-5 S1(config-if-range)#switchport mode trunk %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan99, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up S1(config-if-range)#switchport trunk native vlan 99 S1(config-if-range)#n sh S1(config-if-range)#end S2 S2#config t Enter configuration commands, one per line. End with CNTL/Z. S2(config)#interface range fa0/1-5 S2(config-if-range)#switchport mode trunk S2(config-if-range)# %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on FastEthernet0/1 (1), with S1 FastEthernet0/1 (99). S2(config-if-range)#switchport trunk native vlan 99 S2(config-if-range)#n sh S2(config-if-range)#end S3 S3(config)#interface range fa0/1-5 S3(config-if-range)#switchport mode trunk S3(config-if-range)#switchport trunk native vlan 99 S3(config-if-range)#n sh S3(config-if-range)#end

Pings a Switches S1

S1#ping 172.17.99.12 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.99.12, timeout is 2 seconds: ..!!! Success rate is 60 percent (3/5), round-trip min/avg/max = 2/2/2 ms S1#ping 172.17.99.13 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.99.13, timeout is 2 seconds: ..!!! Success rate is 60 percent (3/5), round-trip min/avg/max = 2/8/22 ms

Вам также может понравиться