Configurando Grupo de Agregação de Links - LACP em DATACOM

Procedimentos operacionais para diversos tipos de configuração em roteadores e switches.
Avatar do usuário
bernardino
Site Admin
Mensagens: 584
Registrado em: 28 Ago 2020, 15:11

Configurando Grupo de Agregação de Links - LACP em DATACOM

Mensagem por bernardino »

Exemplo de Configuração: Agredação de Link LACP.

Código: Selecionar todos

SW-DM4380-BR(config)# link-aggregation
[code]SW-DM4380-BR(config-la)# interface lag 5
SW-DM4380-BR(config-la-if-lag-5)# description NE20-SPO-GE1/1/1
SW-DM4380-BR(config-la-if-lag-5)# interface ten-gigabit-ethernet-1/1/1
SW-DM4380-BR(config-la-if-ten-gigabit-ethernet-1/1/1)# exit
SW-DM4380-BR(config-la-if-lag-5)# interface ten-gigabit-ethernet-1/1/2
SW-DM4380-BR(config-la-if-ten-gigabit-ethernet-1/1/2)# top
SW-DM4380-BR(config)# commit
Commit complete.
!
Verifique se as interfaces estão devidamentes adicionadas a agregação.

Código: Selecionar todos

SW-DM4380-BR(config-la)# inter lag 5
SW-DM4380-BR(config-la-if-lag-5)# show
link-aggregation
 interface lag 5
  mode active
  description NE20-SPO-GE1/1/1
  interface ten-gigabit-ethernet-1/1/1
  interface ten-gigabit-ethernet-1/1/2
  !
 !
!
Ou use o comando show.

Código: Selecionar todos

SW-DM4380-BR# show link-aggregation lacp 

LAG interface: lag-5
                                                     Port  Port        System
Member                              Mode Rate State  Prio  ID    Key   Prio  
------                              ---- ---- ------ ----- ----- ----- ------
ten-gigabit-ethernet-1/1/1          Actv Slow AF     32768 7     8     32768 
PARTNER                             Pass Slow        0     0     0     0     


                                                     Port  Port        System
Member                              Mode Rate State  Prio  ID    Key   Prio  
------                              ---- ---- ------ ----- ----- ----- ------
ten-gigabit-ethernet-1/1/2          Actv Slow AF     32768 8     8     32768 
PARTNER                             Pass Slow        0     0     0     0     
Algumas pessoas acham que foco significa dizer sim para a coisa em que você vai se focar.
Mas não é nada disso.
Significa dizer não às centenas de outras boas ideias que existem.
Você precisa selecionar cuidadosamente.”

Steve Jobs
Responder