Ethernet Channel
En esta entrada hablaremos de como configurar un ethernet channel
Esto es util para unir dos switches mediante mas de 1 interface.El máximo son 8.
usaré un esquema que estoy elaborando pero para crear los ethernet channel nos servirá
UN POCO DE TEORÍA (resumen de este enlace)
Sirve para dotar de alta velocidad entre switches. Usa el protocolo 802.3 full-duplex Fast Ethernet. La velocidad total es la suma de las velocidades de los interfaces usados. Puede ser combinando switches, routers y equipos finales. La carga se balancea entre los interfaces. Cuando un interfac se cae, el equipo balancea la carga a los interfaces disponibles. Usa protocolo ISL para trunks.
El resumen de CISCO según este enlace es:
Cisco EtherChannel technology leverages standards-based Ethernet links used in a parallel topology, taking advantage of existing technology to provide the additional bandwidth that network backbones require. EtherChannel technology provides flexible, scalable bandwidth with resiliency and load sharing across links for switches, router interfaces, and servers. EtherChannel technology provides the tools for network managers to build high-speed solutions for their campus network backbones, while using the existing cabling and network device infrastructure. EtherChannel technology can aggregate all available Ethernet link speeds, from 10 Mbps to 10 Gbps.
En este ejemplo usaré los FastEthernet 17 y 18 de cada switch. El S1 y S2 ya lotengo hecho. Voy a presentaros la configuración del S3 y S4.
Los comandos a ejecutar en amboss switches son idénticos, asi que me centraré en la configuración del S3
S3#conf terminal Enter configuration commands, one per line. End with CNTL/Z. S3(config)#interface range FastEthernet 0/17-18 S3(config-if-range)#switchport mode trunk S3(config-if-range)#no shutdown S3(config-if-range)#channel-group 1 mode on S3(config-if-range)# Creating a port-channel interface Port-channel 1 %LINK-5-CHANGED: Interface Port-channel 1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/17, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/17, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/18, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/18, changed state to up
Para ver la configuración que hemos hecho
S3#sh etherchannel port-channel Channel-group listing: ---------------------- Group: 1 ---------- Port-channels in the group: --------------------------- Port-channel: Po1 ------------ Age of the Port-channel = 00d:00h:01m:42s Logical slot/port = 2/1 Number of ports = 2 GC = 0x00000000 HotStandBy port = null Port state = Port-channel Protocol = PAGP Port Security = Disabled Ports in the Port-channel: Index Load Port EC state No of bits ------+------+------+------------------+----------- 0 00 Fa0/17 On 0 00 00 Fa0/18 On 0 Time since last port bundled: 00d:00h:01m:42s Fa0/18
Y aquí un sumario S3#sh etherchannel summary Flags: D - down P - in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use f - failed to allocate aggregator u - unsuitable for bundling w - waiting to be aggregated d - default port Number of channel-groups in use: 1 Number of aggregators: 1 Group Port-channel Protocol Ports ------+-------------+-----------+---------------------------------------------- 1 Po1(SU) - Fa0/17(P) Fa0/18(P)
Fuente de comandos para configurar switch: https://echaleunvistazo.wordpress.com/2012/04/14/configurar-etherchannel/
AUTOR: David Perez Martorell davidperezmartorell@gmail.com
—
Nota: Si te sirvió lo que postié, te pido 2 segundos para contestar las encuestas que figuran abajo.
Gracias!