EtherChannel es una tecnología de agregación de enlaces de puertos en la que muchos enlaces de puertos físicos se clasifican en un enlace lógico. Tiene la capacidad de acelerar muchas líneas Ethernet en una línea virtual con el sesgo de Cisco. Se utiliza para dar enlaces de alta velocidad y redundancia. Se pueden agregar un máximo de 8 enlaces para formar un solo enlace lógico. En general, use esto para aumentar el ancho de banda de las tecnologías Subcaste 2.
Para obtener más información sobre EtherChannel y su configuración, consulte EtherChannel en el artículo Red informática .
Pasos para configurar y verificar Layer3 EtherChannel:
Paso 1: Primero abra el escritorio del rastreador de paquetes de Cisco y cree una topología de red de los dispositivos que se indican a continuación:
S.NO | Dispositivo | Nombre del modelo |
---|---|---|
1. | Cambiar | 3650-24PC |
2. | Cable | Cable de conexión automática |
Paso 2: Configure los conmutadores con Etherchannel y direcciones IP.
S.NO | dispositivo | Dirección IP | Máscara de subred |
---|---|---|---|
1. | Conmutador multicapa 3650-24PS0 | 192.168.10.1 | 255.255.255.0 |
2. | Conmutador multicapa 3650-24PS1 | 192.168.10.2 | 255.255.255.0 |
- Haga clic en multicapa switch0 y vaya a CLI.
- Luego, escriba estos comandos para configurar EtherChannel
Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int range Gig1/0/1-2 Switch(config-if-range)#no switchport Switch(config-if-range)# %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to up Switch(config-if-range)#int port-channel 1 Switch(config-if)#int port-channel 1 Switch(config-if)#no switchport Switch(config-if)#exit Switch(config)#int range Gig1/0/1-2 Switch(config-if-range)#channel-group 1 mode ? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected Switch(config-if-range)#channel-group 1 mode on Switch(config-if-range)# %LINK-5-CHANGED: Interface Port-channel1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to up Switch(config-if-range)#no switchport Switch(config-if-range)#exit Switch(config)#interface port-channel 1 Switch(config-if)#ip add 192.168.10.1 255.255.255.0 Switch(config-if)#
Paso 3: Haga clic en switch1 y siga el mismo procedimiento que switch0.
Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int range Gig1/0/1-2 Switch(config-if-range)#no switchport Switch(config-if-range)# %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to up Switch(config-if-range)#exit Switch(config)#interface port-channel 1 Switch(config-if)#no switchport Switch(config-if)#exit Switch(config)#int range Gig1/0/1-2 Switch(config-if-range)#channel-group 1 mode on Switch(config-if-range)# %LINK-5-CHANGED: Interface Port-channel1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to up Switch(config-if-range)#exit Switch(config)#in port-channel 1 Switch(config-if)#ip add 192.168.10.2 255.255.255.0 Switch(config-if)#
Paso 4: Verifique el resumen y la conexión de EtherChannel.
show etherchannel summary
Paso 5: Comprobación de la dirección IP del canal de puerto 1 en el switch0 multicapa:
- Comprobación de la dirección IP del canal de puerto 1 en el switch0 multicapa:
- La simulación del experimento se da a continuación:
Publicación traducida automáticamente
Artículo escrito por sharmaaditya13064 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA