Curso personalizado de capacitación al area sistemas para NNN ( reservado )

                        5/1 al 27/1 del 2010, Academia local Cisco, Rosario

                        Instructor: Ernesto Vilarrasa

 

         Administración  / Spanning tree /  VLAN  / Wireless LAN / Seguridad

                                                                   Parte 1

                                                                     Parte 2

                                                                       Parte 3

Etherchannel:

Comandos utilizados:

 

 

Switch2#config t

Switch2#int port-channel 1   para el resto de los switchs

Switch2#exit           la configuracion es similar

Switch2#int port-channel 2      pero sólo se configura una

Switch2#exit                                  interfaz Po 1 con sus

Switch2#int fast 0/21                ports correspondientes.

Switch2#channel-group 1 mode active  

Switch2#exit                         

Switch2#int fast 0/22                

Switch2#channel-group 1 mode active el modo activo fuerza

Switch2#exit                        al encapsulado 802.3ad ( LACP )

Switch2#int fast 0/23

Switch2#channel-group 2 mode active

Switch2#exit

Switch2#int fast 0/24

Switch2#channel-group 2 mode active

Switch2#end

Switch2#sh etherchannel

                Channel-group listing:

                ----------------------

 

Group: 1

----------

Group state = L2

Ports: 2 Maxports = 16

Port-channels: 1 Max Port-channels = 16

Protocol:   LACP

 

Group: 2

----------

Group state = L2

Ports: 2 Maxports = 16

Port-channels: 1 Max Port-channels = 16

Protocol:   LACP

 

Switch2#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: 2

Number of aggregators:           2

 

Group  Port-channel  Protocol    Ports

------+-------------+-----------+----------------------------------------------

 

1      Po1(SU)           LACP   Fa0/21(P) Fa0/22(P) aquí vemos los ports afectados

2      Po2(SU)           LACP   Fa0/23(P) Fa0/24(P) a cada interfaz Po

Switch2#

 

Por las pruebas realizadas con switchs 2960 conectados como la siguiente topología, al perderse uno

de los canales de etherchannel la conectividad sólo disminuye al 50%, pero si el enlace Po 1 cae

completamente, la convergencia spanning tree es extremadamente lenta.

Aún con configuraciones rapid-pvst ( rapid per vlan spanning tree ) con tiempos de convergencia

de 20 o 25 segundos. Como menciona ODOM en uno de sus libros ” la convergencia más rápida de

spanning tree es cuando se evita con etherchannel”  , por lo que es recomendable implementar

este protocolo ( 802.3ad ) y llevar el cable o fibra por canales físicos independientes para evitar que

la interfaz Po x , caiga completamente.