Agregação de link
A agregação de link pode ser feita utilizando o protocolo PaGP (padrão CISCO) ou LACP (padrão IEEE).
Ligações físicas:
Ligue os switches de sua bancada com a bancada vizinha conforme layout abaixo:
[pic]
Apenas 2 cabos para iniciar.
Acesse o switch de sua bancada via console.
Coloque as portas interligadas em link aggregation.
Podemos acessar várias portas com um único comando:
Switch(config)#interface range fastEthernet 0/1 – 2 (acessa a porta 1 e 2 – mais fácil)
OU uma por vez
Switch#configure terminal
Switch(config)#interface fastEthernet 0/1
Switch(config-if)#channel-group 1 mode desirable
Switch(config-if)#interface fastEthernet 0/2
Switch(config-if)#channel-group 1 mode desirable
Qual protocolo este comando habilita?
Utilize o comando show para verificar as características da agregação.
Switch#Show interface port-channel 1
Verifique a largura de banda da porta virtual criada.
Switch#show etherchannel Channel-group listing: ----------------------
Group: 1
----------
Group state = L2
Ports: 2 Maxports = 8
Port-channels: 1 Max Portchannels = 1
Protocol: PAGP
Switch#show eth
Switch#show etherchannel sum
Switch#show 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) PAgP Fa0/1(P) Fa0/24(P)
Switch#show etherchannel ?
load-balance Load-balance/frame-distribution scheme