Configure o grupo LAG para portas específicas nos comutadores Dell PowerConnect 5424

1

Eu tenho dois switches Dell PowerConnect 5424, com o firmware atual instalado. Eu estou tentando configurar um grupo LAG, que ligará os dois switches para um determinado número de portas (8-16) em cada switch. Mas não tendo muito sucesso.

Não importa o que eu tente, não consigo fazer ping de um host no switch 2, de um host no switch 1. Eu incluí os bits relevantes da minha configuração abaixo.

Qualquer ajuda seria muito apreciada.

Em caso de relevância, as portas 1-7 já estão em uso para uma SAN diferente (e EMC) que possui sub-redes separadas para cada comutador, portanto, nenhum LAG é necessário. Eu tenho aqueles portos marcados como 'switchport access vlan 2'

  • Eu preciso de portas (8-16) em cada switch para serem vinculadas a um LAG (LAG 3).
  • Os hosts nessas portas estão na mesma sub-rede
  • Os hosts transmitirão tráfego não marcado (hosts / matrizes de array Equallogic)

  • Quatro portas (20-23) em cada switch estão no grupo LAG

  • Cada uma dessas quatro portas está conectada às portas correspondentes em outro switch
  • O encaminhamento de tráfego das portas 8-16 para o equivalente em outro switch.

  • Eu tentei várias permutações de modos gerais / troncos / de acesso

Configuração parcial

spanning-tree mode rstp

interface range ethernet g(8-16)
    spanning-tree portfast
    flowcontrol on
    switchport access vlan 3
exit

interface range ethernet g(20-23)
    channel-group 3 mode on
exit

interface port-channel 3
    switchport mode trunk
    switchport trunk allowed vlan add 3
exit

vlan database
    vlan 2, 3
exit

interface vlan 3
    name eql
exit

Edit: Resultados de alguns comandos

console# show interfaces port-channel 3           

Load balancing: Layer 2.

Gathering information...
Channel  Ports
-------  -----
ch3      Active: g(20-23)
console# show interfaces switchport port-channel 3
Port : ch3
Port Mode: Trunk
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 1
Protected: Disabled

Port is member in: 

Vlan               Name               Egress rule Port Membership Type 
---- -------------------------------- ----------- -------------------- 
 1                  1                  Untagged          System        
 3                 eql                  Tagged           Static        


Forbidden VLANS: 
Vlan               Name               
---- -------------------------------- 


Classification rules: 

Protocol based VLANs: 
Group ID Vlan ID 
-------- ------- 
console# show interfaces switchport ethernet g8
Port : g8
Port Mode: Access 
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 3
Protected: Disabled

Port is member in: 

Vlan               Name               Egress rule Port Membership Type 
---- -------------------------------- ----------- -------------------- 
 3                 eql                 Untagged          Static        


Forbidden VLANS: 
Vlan               Name               
---- -------------------------------- 


Classification rules: 

Protocol based VLANs:                       
Group ID Vlan ID 
-------- ------- 
console# show arp

ARP timeout: 3600 Seconds

  VLAN    Interface     IP address        HW address          status      
--------------------- --------------- ------------------- --------------- 
vlan 1     g24        10.12.0.2       00:13:60:f6:36:b9   dynamic         
vlan 1     g24        10.12.1.142     00:1c:23:3d:72:5b   dynamic         
vlan 1     g24        10.12.1.201     10:9a:dd:57:46:72   dynamic   
console# show vlan 

Vlan       Name                   Ports                Type     Authorization 
---- ----------------- --------------------------- ------------ ------------- 
 1           1             g(17-19,24),ch(1-8)        other       Required    
 2          ax4                  g(1-7)             permanent     Required    
 3          eql                g(8-16),ch3          permanent     Required 
Switch 1
console# show bridge address-table vlan 3
Aging time is 300 sec

  Vlan        Mac Address       Port     Type    
-------- --------------------- ------ ---------- 
   3       00:09:8a:0a:15:45    g11    dynamic   
   3       00:15:17:6b:2b:cf    g10    dynamic   
   3       00:50:56:7f:ee:ef    g12    dynamic  
Switch 2
console# show bridge address-table vlan 3
Aging time is 300 sec

  Vlan        Mac Address       Port     Type    
-------- --------------------- ------ ---------- 
   3       00:09:8a:0a:15:44    g11    dynamic   

Detalhes da Spanning Tree depois que eu a desativei !! Eu presumo que os pacotes BPDU de 1,2 milhões são o que causou meus problemas!

show spanning-tree detail (excerpt from)
...
Port g24 enabled
State: forwarding                              Role: root
Port id:  128.24                                Port cost: 4
Type: P2P    (configured:Auto  ) STP           Port Fast: No (configured:No)
Designated bridge Priority : 32768             Address: 00:1e:4f:01:3a:77
Designated port id: 128.43                       Designated path cost: 4
Guard root: Disabled                           BPDU guard: Disabled
Number of transitions to forwarding state: 1
BPDU: sent 25, received 1205133

Port ch3 enabled
State: disabled                                Role: disabled
Port id:  128.49                                Port cost: 4
Type: N/A (configured:Auto   RSTP)             Port Fast: No (configured:No)
Designated bridge Priority : 32768             Address: 00:1e:c9:90:05:12
Designated port id: 128.49                       Designated path cost: 8
Guard root: Disabled                           BPDU guard: Disabled
Number of transitions to forwarding state: 1
BPDU: sent 415, received 2

** Mais detalhes da Spanning Tree **

SWITCH 1
console# show spanning-tree active


Spanning tree enabled mode RSTP
Default port cost method:  short



  Root ID    Priority    32768
             Address     00:14:22:6e:92:41
             Cost        8
             Port        g24
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
  Bridge ID  Priority    32768
             Address     00:1e:c9:90:05:12
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Number of topology changes 180 last change occurred 00:01:01 ago
  Times:  hold 1, topology change 35, notification 2
          hello 2, max age 20, forward delay 15

Interfaces
 Name   State   Prio.Nbr   Cost     Sts   Role PortFast       Type        
------ -------- -------- --------- ------ ---- -------- ----------------- 
  g1   enabled   128.1       4      Frw   Desg    No       P2P (RSTP)     
  g2   enabled   128.2       4      Frw   Desg    No       P2P (RSTP)     
  g3   enabled   128.3       4      Frw   Desg    No       P2P (RSTP)     
  g4   enabled   128.4       4      Frw   Desg    No       P2P (RSTP)     
  g5   enabled   128.5       4      Frw   Desg    No       P2P (RSTP)     
  g6   enabled   128.6       4      Frw   Desg    No       P2P (RSTP)     
  g7   enabled   128.7       4      Frw   Desg    No       P2P (RSTP)     
 g10   enabled   128.10      4      Frw   Desg   Yes       P2P (RSTP)     
 g11   enabled   128.11      4      Frw   Desg   Yes       P2P (RSTP)     
 g12   enabled   128.12      4      Frw   Desg   Yes       P2P (RSTP)     
 g24   enabled   128.24      4      Frw   Root    No        P2P (STP)     
 ch3   enabled   128.49      4      Frw   Desg    No       P2P (RSTP)
SWITCH 2
console# show spanning-tree active


Spanning tree enabled mode RSTP
Default port cost method:  short



  Root ID    Priority    32768
             Address     00:14:22:6e:92:41
             Cost        8
             Port        g24
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
  Bridge ID  Priority    32768
             Address     00:1e:c9:90:06:1a
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Number of topology changes 179 last change occurred 01:06:29 ago
  Times:  hold 1, topology change 35, notification 2
          hello 2, max age 20, forward delay 15

Interfaces
 Name   State   Prio.Nbr   Cost     Sts   Role PortFast       Type        
------ -------- -------- --------- ------ ---- -------- ----------------- 
  g1   enabled   128.1       4      Frw   Desg    No       P2P (RSTP)     
  g2   enabled   128.2       4      Frw   Desg    No       P2P (RSTP)     
  g3   enabled   128.3       4      Frw   Desg    No       P2P (RSTP)     
  g4   enabled   128.4       4      Frw   Desg    No       P2P (RSTP)     
  g5   enabled   128.5       4      Frw   Desg    No       P2P (RSTP)     
  g6   enabled   128.6       4      Frw   Desg    No       P2P (RSTP)     
  g7   enabled   128.7       4      Frw   Desg    No       P2P (RSTP)     
 g11   enabled   128.11      4      Frw   Desg   Yes       P2P (RSTP)     
 g12   enabled   128.12      4      Frw   Desg   Yes       P2P (RSTP)     
 g24   enabled   128.24      4      Frw   Root    No        P2P (STP)     
 ch3   enabled   128.49      4      Dscr  Altn    No       P2P (RSTP) 
console# show spanning-tree blocked


Spanning tree enabled mode RSTP
Default port cost method:  short



  Root ID    Priority    32768
             Address     00:14:22:6e:92:41
             Cost        8
             Port        g24
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
  Bridge ID  Priority    32768
             Address     00:1e:c9:90:06:1a
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Number of topology changes 179 last change occurred 01:06:51 ago
  Times:  hold 1, topology change 35, notification 2
          hello 2, max age 20, forward delay 15

Interfaces
 Name   State   Prio.Nbr   Cost     Sts   Role PortFast       Type        
------ -------- -------- --------- ------ ---- -------- ----------------- 
 ch3   enabled   128.49      4      Dscr  Altn    No       P2P (RSTP) 
    
por barryj 11.05.2011 / 11:02

2 respostas

1

Você certamente não mostra nenhum aprendizado de mac em qualquer lado do LAG, o que indica que há algo mais errado.

  1. Comece por garantir que as interfaces Ethernet que participam no LAG estão em ambos os lados
  2. Verifique se você tem a mesma configuração de LAG nos dois lados (geralmente, o mais fácil é auto ). Em seguida, verifique se o LACP elevou a interface virtual do LAG
  3. Assegure-se de que seus parâmetros de entroncamento de vlan sejam os mesmos em ambos os lados
  4. Assegure-se de que spanning-tree não esteja bloqueando o LAG devido a outro link redundante entre os switches. Se houver um link redundante, desligue-o também.

Se isso falhar, remova a configuração do LAG dos dois lados e desligue todos os links Ethernet, exceto um. Tente obter conectividade funcionando assim. Uma vez que você tenha este trabalho, adicione a configuração LAG e duplique a configuração que funcionou no único link Ethernet nas portas LAG.

    
por 11.05.2011 / 14:33
0

Você pode postar a saída do comando abaixo:

show interfaces port-channel 3

Além disso, se o grupo LAG só vai transportar tráfego para VLAN3, então você não deve precisa formar um tronco entre os dois switches, definindo VLAN3 como a VLAN de acesso para o canal de porta deve adequado.

    
por 11.05.2011 / 12:00