Configurar, verificar y solucionar problemas (capa 2/capa3) EtherChannel
- Diagrama de red
- TIPs Etherchannel
- Etherchannel o port-channel permite manejar múltiples puertos de enlaces
- Provee tolerancia a fallas
- Múltiples enlaces que son agrupados aparecen como un solo enlace
- Usado entre switch para aumentar el ancho de banda, alta velocidad entre switch, routers y servidores.
- Si dos enlaces son configurados como Etherchannel, spaninng tree solo lo ve como un solo enlace y no pone un de los puertos en estado down
- Etherchannel puede usar el protocolo PAgP propietario de Cisco o el estándar LACP definido en 802.3ad
- Un Etherchannel puede armarse desde dos hasta ocho enlaces
- Todos los puertos deben tener igual configuración:
- Misma velocidad y duplex
- FastEthernet con FastEthernet y Gigabit Ethernet con Gigabit ethernet, no se pueden mezclar
- No se puede mezclar PAgP con LACP
- El estatus operacional deben ser todos Vlan Trunk o NonTrunk
- Modos de interface en Etherchannel
- On --> Se fuerza la interface a Etherchannel sin PAgP y LACP, el canal solo existe si del otro lado esta en modo On
- Auto (PAgP) --> Coloca la interface en modo pasivo, no inicia la negociación PAgP, responde paquetes PAgP
- Desirable (PAgP) --> Coloca la interface en modo activo, por lo que envía paquetes PAgP para iniciar la negociación
- Passive (LACP) --> Coloca la interface en modo pasivo, no inicia la negociación LACP, responde paquetes LACP
- Active (LACP) --> Coloca la interface en modo activo, por lo que envía paquetes LACP para iniciar la negociación
Para crear un canal en PAgP
Auto-Desirable
Desirable-Desirable
n
Para crear un canal LACP
Active-Active
Active-Passive
- Configuración Etherchannel Capa 2
SW-L3(config)# interface Port-channel 1
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# interface Port-channel 2
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# interface Port-channel 3
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config)# interface FastEthernet0/1
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 1 mode desirable
SW-L3(config-if)# interface FastEthernet0/2
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 1 mode desirable
SW-L3# config t
SW-L3(config)# interface FastEthernet0/3
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 2 mode active
SW-L3(config-if)# interface FastEthernet0/4
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 2 mode active
SW-L3# config t SW-L3(config)# interface FastEthernet0/3
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 2 mode active
SW-L3(config-if)# interface FastEthernet0/4
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 2 mode active
SW-L3(config)# interface FastEthernet0/5
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 3 mode on
SW-L3(config-if)# interface FastEthernet0/6
SW-L3(config-if)# switchport trunk encapsulation dot1q
SW-L3(config-if)# switchport mode trunk
SW-L3(config-if)# channel-group 3 mode on
Switch0# config t
Switch0(config)# interface Port-channel 1
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# interface FastEthernet0/1
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# channel-group 1 mode desirable
Switch0(config-if)# interface FastEthernet0/2
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# channel-group 1 mode desirable
Switch0(config)# interface Port-channel 1
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# interface FastEthernet0/1
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# channel-group 1 mode desirable
Switch0(config-if)# interface FastEthernet0/2
Switch0(config-if)# switchport mode trunk
Switch0(config-if)# channel-group 1 mode desirable
Switch1(config)# interface Port-channel 1
Switch1(config-if)# switchport mode trunk
Switch1(config-if)# interface FastEthernet0/1
Switch1(config-if)# switchport mode trunk
Switch1(config-if)# channel-group 1 mode active Switch1(config-if)# interface FastEthernet0/2
Switch1(config-if)# switchport mode trunk
Switch1(config-if)# channel-group 1 mode active
Switch2(config)# interface Port-channel 1
Switch2(config-if)# switchport mode trunk
Switch2(config-if)# interface FastEthernet0/1
Switch2(config-if)# switchport mode trunk
Switch2(config-if)# channel-group 1 mode on
Switch2(config-if)# interface FastEthernet0/2
Switch2(config-if)# switchport mode trunk
Switch2(config-if)# channel-group 1 mode on
- Configuración Etherchannel Capa 3
Switch(config)# interface Port-channel 1
Switch(config-if)# no switchport
Switch(config-if)# ip address 192.168.1.0 255.255.255.0
Switch(config-if)# interface range FastEthernet0/1 - 2
Switch(config-if-range)# no switchport
Switch(config-if-range)# no ip address
Switch(config-if-range)# channel-group 1 mode on
- Pruebas de conectividad
Ping desde PC1 a PC2, PC0
Ping desde PC2 a PC0, PC1
- Comandos de troubleshooting
Show etherchannel summary
Show interfaces port-channel 1