quinta-feira, 24 de novembro de 2016

EtherChannel - Link Agreggation

Padrões de Link Aggregation:
  • LACP - The IEEE negotiation protocol
  • PaGP - Protocolo proprietário da Cisco
  • Static persistent - no negotiation protocol
Modos de operação
  • ON = no protocol
  • AUTO e DESIRABLE = PAGP
  • ACTIVE e PASSIVE = LACP
As configurações feitas no port-channel aplicam em todas as interfaces associadas a interface por-channel

As interfaces do Etherchannel devem ter as mesmas configurações:
  • Mesma velocidade e modo de operação
  • Mesmo modo ( access ou trunk )
  • Mesma VLAN nativa e VLANs permitidas no trunk
  • Mesma VLAN na porta de acesso
Layer 2 etherchannel

Exemplos de configuração:

Switch(config)# interface range ethernet 0/0 - 2
Switch(config-if)# no switchport
Switch(config-if)# channel-group  1 mode active
Switch(config) interface port-channel 1
Switch(config-if)# switchport trunk encapsulation dot1q
Switch(config-if)# switchport mode trunk

Layer 3 etherchannel

Para habilitar um Layer 3 Etherchannel é preciso desabilitar Switchport Mode

Exemplos de configuração:

Switch(config)# interface range ethernet 0/0 - 2
Switch(config-if)# no switchport
Switch(config-if)# channel-group  1 mode on
Switch(config) interface port-channel 1
Switch(config-if)# no switchport
Switch(config-if)# ip address

Verificação:

Switch# show etherchannel summary

Ehterchannel Load balancing:

O comando port-channel load-balance src-dst-ip define que os pacotes são distribuídos através das portas no canal baseado na origem e destino do IP.

Verificação:

Switch# show etherchannel load-balance

Nenhum comentário:

Postar um comentário

Deixe seu comentário!