Spanning Tree Protocol

Páginas: 7 (1528 palabras) Publicado: 3 de abril de 2014
PRACTICA DE LABORATORIO CONFIGURACIÓN DE ENRUTAMIENTO INTERVLAN
Duración aproximadamente: 45 minutos
Objetivo
Configurar el enrutamiento inter-VLAN en un Switch de capa 3 para permitir la comunicación entre
dispositivos de usuario final en VLAN separadas.

1. Arma la topología que se muestra en la imagen.

2. Se realizara la configuración básica en los switch como se muestra acontinuación.
Configuracion ALS1
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# hostname ALS1
ALS1(config)# enable secret cisco
ALS1(config)# line vty 0 15
ALS1(config-line)# password cisco
ALS1(config-line)# login
ALS1(config-line)# end
NOTA: Se realizara la misma configuración para los otros dos switch, agregando el nombre
correspondientecomo se muestra en la topología.
3. Se realiza la configuración de las VLAN con la dirección ip en el switch ALS1
ALS1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ALS1(config)# interface vlan 1
ALS1(config-if)# ip address 172.16.1.101 255.255.255.0
ALS1(config-if)# no shutdown
ALS1(config-if)# exit
4. Se realiza la configuración de las VLAN con ladirección ip en el switch ALS2
ALS2# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ALS2(config)# interface vlan 1
ALS2(config-if)# ip address 172.16.1.102 255.255.255.0
ALS2(config-if)# no shutdown ALS2(config-if)# exit
5. Se realiza la configuración de las VLAN con la dirección ip en el switch DLS1
DLS1# configure terminal
Enter configuration commands, one perline. End with CNTL/Z.
DLS1(config)# interface vlan 1
DLS1(config-if)# ip address 172.16.1.1 255.255.255.0
DLS1(config-if)# no shutdown
DLS1(config-if)# exit
6. A continuación se configurara el gateway por default en el switches ALS1 y ALS2
ALS1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ALS1(config)# ip default-gateway 172.16.1.1
ALS1(config)# end 7. Se configurara los puertos troncales.
DLS1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DLS1(config)# interface range fastethernet 0/7 - 8
DLS1(config-if-range)# switchport trunk encapsulation dot1q
DLS1(config-if-range)# switchport mode trunk
DLS1(config-if-range)# channel-group 1 mode desirable
8. A continuación se muestra la configuración delenlace troncal y EtherChannel de DSL1 para
ASL1.
DLS1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DLS1(config)# interface range fastethernet 0/9 - 10
DLS1(config-if-range)# switchport trunk encapsulation dot1q
DLS1(config-if-range)# switchport mode trunk
DLS1(config-if-range)# channel-group 2 mode desirable
9. Ahora configuraremos los enlaces troncales yEtherChannel entre ALS1 y DLS1, y para los
troncos y EtherChannel entre ALS1 y ALS2:
ALS1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ALS1(config)# interface range fastethernet 0/11 - 12
ALS1(config-if-range)# switchport mode trunk
ALS1(config-if-range)# channel-group 1 mode desirable
ALS1(config-if-range)# exit
ALS1(config)# interface range fastethernet0/7 - 8
ALS1(config-if-range)# switchport mode trunk
ALS1(config-if-range)# channel-group 2 mode desirable
10. Lo siguiente es una configuración de la muestra para los enlaces troncales y EtherChannel
entre ALS2 y DLS1, y para los enlaces troncales y EtherChannel entre ALS2 y ALS1.
ALS2# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ALS2(config)# interfacerange fastethernet 0/11 - 12
ALS2(config-if-range)# switchport mode trunk
ALS2(config-if-range)# channel-group 1 mode desirable
ALS2(config-if-range)# exit
ALS2(config)# interface range fastethernet 0/9 – 10
ALS2(config-if-range)# switchport mode trunk
ALS2(config-if-range)# channel-group 2 mode desirable

11. Ahora verificaremos la configuración en modo truncal de ALS1, ALS2 y DLS1...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Spanning Tree Protocol
  • stp- spanning tree protocol
  • spanning tree protocol
  • Spanning Tree Protocol Stp
  • spanning-tree
  • Spanning tree
  • Spanning Tree
  • Understanding rapid spanning tree protocol

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS