UNSOLVED

ALEX-EAS

updated

8 years ago

AE

ALEX-EAS

11 Posts

0

8558

March 15th, 2018 09:00

issue with VLAN and LAG between two switchs

Hi,

I spent a lot of hours to find a resolution but i have to admit that i won't find one alone. I have two switchs Dell PowerConnect 6248 and try to communicate between them in a VLAN.

I created one VLAN ID 3 on the two switchs. I tagged the interconnection port 41-48 (with LAG and LACP enabled) in trunk mode on VLAN3 on both. I declared a untagged port n° 10 and the first switch. There is a Wifi access point plugged on it. On the second, i tagged the port n°10 on VLAN3. A router is plugged on this port.

From the router, i can ping VLAN3 interface of the second switch. But not the first.

From the first switch, i can ping the access point but i can't ping the VLAN3 interface of the second switch. It seems the two switchs can't communicate on VLAN3 between them.

Can someone help me please ? Here is the two config :

switch1

!Current Configuration:
!System Description "Powerconnect 6248, 3.2.0.7, VxWorks 6.5"
!System Software Version 3.2.0.7
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 3
vlan routing 3 1
exit
snmp-server location "XXX"
hostname "6248-XX"
sntp server 192.168.XXX.254
stack
member 1 2
exit
ip address 192.168.XXX.227 255.255.255.0
ip default-gateway 192.168.XXX.254
ip domain-name eas.local
ip name-server 192.168.XXX.10
ip name-server 192.168.XXX.6


no ipv6 enable
ip routing
interface vlan 3
name "XXX"
routing
ip address 192.168.X.10 255.255.255.0
bandwidth 10000
ip local-proxy-arp
ip mtu 1500
exit
!
interface ethernet 1/g10
switchport access vlan 3
exit
!
interface ethernet 1/g41
channel-group 1 mode auto
exit
!
interface ethernet 1/g42


channel-group 1 mode auto
exit
!
interface ethernet 1/g43
channel-group 1 mode auto
exit
!
interface ethernet 1/g44
channel-group 1 mode auto
exit
!
interface ethernet 1/g45
channel-group 1 mode auto
exit
!
interface ethernet 1/g46
channel-group 1 mode auto
exit
!
interface ethernet 1/g47
channel-group 1 mode auto


exit
!
interface ethernet 1/g48
channel-group 1 mode auto
exit
!
interface port-channel 1
switchport mode trunk
switchport trunk allowed vlan add 3
exit
exit

switch 2

 

!Current Configuration:
!System Description "Powerconnect 6248, 3.2.0.7, VxWorks 6.5"
!System Software Version 3.2.0.7
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 3
vlan routing 3 1
exit
hostname "6248-XX"
sntp unicast client enable
sntp server 172.16.XXX.10
clock timezone 1 minutes 0
stack
member 1 2
exit
ip address 192.168.XXX.XXX 255.255.255.0
ip default-gateway 192.168.XXX.254
ip domain-name eas.local
ip name-server 192.168.XXX.10


ip name-server 192.168.XXX.6
logging console error
logging buffered debug
no ipv6 enable
no ipv6 forwarding
ip routing
interface vlan 3
name "XXX"
routing
ip address 192.168.X.11 255.255.255.0
bandwidth 10000
ip local-proxy-arp
ip mtu 1500
exit
line console
exit
line ssh


exit
!
interface ethernet 1/g10
switchport mode trunk
switchport trunk allowed vlan add 3
exit
!
interface ethernet 1/g41
channel-group 1 mode auto
exit
!
interface ethernet 1/g42
channel-group 1 mode auto
exit
!
interface ethernet 1/g43
channel-group 1 mode auto
exit
!
interface ethernet 1/g44
channel-group 1 mode auto


exit
!
interface ethernet 1/g45
channel-group 1 mode auto
exit
!
interface ethernet 1/g46
channel-group 1 mode auto
exit
!
interface ethernet 1/g47
channel-group 1 mode auto
exit
!
interface ethernet 1/g48
channel-group 1 mode auto
exit
!
interface port-channel 1
switchport mode trunk
switchport trunk allowed vlan add 3


exit
exit

  • ALEX-EAS

    11 Posts

    7916

    0

    Posted March 29th, 2018 06:00

    Hi, i think i found the problem :


    Channel   Ports                         Hash Algorithm Type
    -------   ----------------------------- -------------------
    ch1       Active: 1/g43, 1/g44,         3
              1/g45, 1/g46, 1/g47, 1/g48,
              1/g42, 1/g41

    Hash algorithm type is 3 and i suppose 802.11q is not forwarded in the lag. Which type you advise me please ? Can i change the algorithm in production ?

    Thank you.

  • ALEX-EAS

    11 Posts

    7892

    0

    Posted March 30th, 2018 05:00

    Hi, so it's not the algorithm type "3" with blocks the VLAN packets... Yes there are 8 connected interfaces between these two switches. Do you have an idea where the problem comes from ?

    Thank you.

  • ALEX-EAS

    11 Posts

    7881

    0

    Posted March 30th, 2018 07:00

    Yes i tried both, general and tagged.

    6248-01D>show interfaces status

    Port   Type                            Duplex  Speed    Neg  Link  Flow Control
                                                                 State Status
    -----  ------------------------------  ------  -------  ---- ----- ------------
    1/g1   Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g2   Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g3   Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g4   Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g5   Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g6   Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g7   Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g8   Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g9   Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g10  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g11  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g12  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g13  Gigabit - Level                 Full    100      Auto Up     Inactive   
    1/g14  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g15  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g16  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g17  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g18  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g19  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    --More-- or (q)uit
    1/g20  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g21  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g22  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g23  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g24  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g25  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g26  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g27  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g28  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g29  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g30  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g31  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g32  Gigabit - Level                 Full    100      Auto Up     Active     
    1/g33  Gigabit - Level                 Full    100      Auto Up     Inactive   
    1/g34  Gigabit - Level                 Full    100      Auto Up     Inactive   
    1/g35  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g36  Gigabit - Level                 Full    100      Auto Up     Inactive   
    1/g37  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g38  Gigabit - Level                 N/A     Unknown  Auto Down   Inactive   
    1/g39  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g40  Gigabit - Level                 Full    1000     Auto Up     Inactive   
    1/g41  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g42  Gigabit - Level                 Full    1000     Auto Up     Active     
    --More-- or (q)uit
    1/g43  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g44  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g45  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g46  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g47  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/g48  Gigabit - Level                 Full    1000     Auto Up     Active     
    1/xg1  10G - Level                     N/A     Unknown  Auto Down   Inactive   
    1/xg2  10G - Level                     N/A     Unknown  Auto Down   Inactive   
    1/xg3  10G - Level                     N/A     Unknown  Auto Down   Inactive   
    1/xg4  10G - Level                     N/A     Unknown  Auto Down   Inactive   


    Ch   Type                            Link
                                         State
    ---  ------------------------------  -----
    ch1  Link Aggregate                  Up      
    ch2  Link Aggregate                  Down    
    ch3  Link Aggregate                  Down    
    ch4  Link Aggregate                  Down    
    ch5  Link Aggregate                  Down    
    ch6  Link Aggregate                  Down    
    ch7  Link Aggregate                  Down    
    ch8  Link Aggregate                  Down    
    --More-- or (q)uit
    ch9  Link Aggregate                  Down    
    ch10 Link Aggregate                  Down    
    ch11 Link Aggregate                  Down    
    ch12 Link Aggregate                  Down    
    ch13 Link Aggregate                  Down    
    ch14 Link Aggregate                  Down    
    ch15 Link Aggregate                  Down    
    ch16 Link Aggregate                  Down    
    ch17 Link Aggregate                  Down    
    ch18 Link Aggregate                  Down    
    ch19 Link Aggregate                  Down    
    ch20 Link Aggregate                  Down    
    ch21 Link Aggregate                  Down    
    ch22 Link Aggregate                  Down    
    ch23 Link Aggregate                  Down    
    ch24 Link Aggregate                  Down    
    ch25 Link Aggregate                  Down    
    ch26 Link Aggregate                  Down    
    ch27 Link Aggregate                  Down    
    ch28 Link Aggregate                  Down    
    ch29 Link Aggregate                  Down    
    ch30 Link Aggregate                  Down    
    ch31 Link Aggregate                  Down    
    --More-- or (q)uit
    ch32 Link Aggregate                  Down    
    ch33 Link Aggregate                  Down    
    ch34 Link Aggregate                  Down    
    ch35 Link Aggregate                  Down    
    ch36 Link Aggregate                  Down    
    ch37 Link Aggregate                  Down    
    ch38 Link Aggregate                  Down    
    ch39 Link Aggregate                  Down    
    ch40 Link Aggregate                  Down    
    ch41 Link Aggregate                  Down    
    ch42 Link Aggregate                  Down    
    ch43 Link Aggregate                  Down    
    ch44 Link Aggregate                  Down    
    ch45 Link Aggregate                  Down    
    ch46 Link Aggregate                  Down    
    ch47 Link Aggregate                  Down    
    ch48 Link Aggregate                  Down    

    Flow Control:Enabled


    6248-01D#show spanning-tree
    Spanning tree :Enabled - BPDU Flooding :Disabled - Portfast BPDU filtering :Disabled - mode :rstp
    CST Regional Root:        80:00:5C:26:0A:CF:3F:XX
    Regional Root Path Cost:  0
    ROOT ID
                  Address         80:00:00:25:64:27:9E:XX
                  Path Cost       20000
                  Root Port      1/g2   
                  Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec TxHoldCount 6 sec
    Bridge ID
                  Priority        32768
                  Address         80:00:5C:26:0A:CF:3F:XX
                  Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec
    Interfaces


    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     1/g1    Enabled  128.1         20000   FWD  Desg      No      No  
     1/g2    Enabled  128.2         20000   FWD  Root      No      No  
     1/g3    Enabled  128.3         20000   FWD  Desg      No      No  
     1/g4    Enabled  128.4         20000   FWD  Desg      No      No  
     1/g5    Enabled  128.5             0   DIS  Disb      No      No  
     1/g6    Enabled  128.6             0   DIS  Disb      No      No  
     1/g7    Enabled  128.7             0   DIS  Disb      No      No  
     1/g8    Enabled  128.8             0   DIS  Disb      No      No  
     1/g9    Enabled  128.9         20000   FWD  Desg      No      No  
     1/g10   Enabled  128.10            0   DIS  Disb      No      No  
     1/g11   Enabled  128.11            0   DIS  Disb      No      No  
     1/g12   Enabled  128.12        20000   FWD  Desg      No      No  
     1/g13   Enabled  128.13       200000   FWD  Desg      No      No  
     1/g14   Enabled  128.14        20000   FWD  Desg      No      No  
     1/g15   Enabled  128.15            0   DIS  Disb      No      No  
     1/g16   Enabled  128.16            0   DIS  Disb      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     1/g17   Enabled  128.17            0   DIS  Disb      No      No  
     1/g18   Enabled  128.18            0   DIS  Disb      No      No  
     1/g19   Enabled  128.19            0   DIS  Disb      No      No  
     1/g20   Enabled  128.20            0   DIS  Disb      No      No  
     1/g21   Enabled  128.21            0   DIS  Disb      No      No  
     1/g22   Enabled  128.22            0   DIS  Disb      No      No  
     1/g23   Enabled  128.23            0   DIS  Disb      No      No  
     1/g24   Enabled  128.24            0   DIS  Disb      No      No  
     1/g25   Enabled  128.25            0   DIS  Disb      No      No  
     1/g26   Enabled  128.26            0   DIS  Disb      No      No  
     1/g27   Enabled  128.27        20000   FWD  Desg      No      No  
     1/g28   Enabled  128.28            0   DIS  Disb      No      No  
     1/g29   Enabled  128.29            0   DIS  Disb      No      No  
     1/g30   Enabled  128.30            0   DIS  Disb      No      No  
     1/g31   Enabled  128.31            0   DIS  Disb      No      No  
     1/g32   Enabled  128.32      2000000   FWD  Desg      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     1/g33   Enabled  128.33       200000   FWD  Desg      No      No  
     1/g34   Enabled  128.34       200000   FWD  Desg      No      No  
     1/g35   Enabled  128.35        20000   FWD  Desg      No      No  
     1/g36   Enabled  128.36       200000   FWD  Desg      No      No  
     1/g37   Enabled  128.37        20000   FWD  Desg      No      No  
     1/g38   Enabled  128.38            0   DIS  Disb      No      No  
     1/g39   Enabled  128.39        20000   FWD  Desg      No      No  
     1/g40   Enabled  128.40        20000   FWD  Desg      No      No  
     1/g41   Enabled  128.41            0   FWD  Disb      No      No  
     1/g42   Enabled  128.42            0   FWD  Disb      No      No  
     1/g43   Enabled  128.43            0   FWD  Disb      No      No  
     1/g44   Enabled  128.44            0   FWD  Disb      No      No  
     1/g45   Enabled  128.45            0   FWD  Disb      No      No  
     1/g46   Enabled  128.46            0   FWD  Disb      No      No  
     1/g47   Enabled  128.47            0   FWD  Disb      No      No  
     1/g48   Enabled  128.48            0   FWD  Disb      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     1/xg1   Enabled  128.49            0   DIS  Disb      No      No  
     1/xg2   Enabled  128.50            0   DIS  Disb      No      No  
     1/xg3   Enabled  128.51            0   DIS  Disb      No      No  
     1/xg4   Enabled  128.52            0   DIS  Disb      No      No  
     ch1     Enabled   96.626        2500   DSC  Altn      No      No  
     ch2     Enabled   96.627           0   DIS  Disb      No      No  
     ch3     Enabled   96.628           0   DIS  Disb      No      No  
     ch4     Enabled   96.629           0   DIS  Disb      No      No  
     ch5     Enabled   96.630           0   DIS  Disb      No      No  
     ch6     Enabled   96.631           0   DIS  Disb      No      No  
     ch7     Enabled   96.632           0   DIS  Disb      No      No  
     ch8     Enabled   96.633           0   DIS  Disb      No      No  
     ch9     Enabled   96.634           0   DIS  Disb      No      No  
     ch10    Enabled   96.635           0   DIS  Disb      No      No  
     ch11    Enabled   96.636           0   DIS  Disb      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     ch12    Enabled   96.637           0   DIS  Disb      No      No  
     ch13    Enabled   96.638           0   DIS  Disb      No      No  
     ch14    Enabled   96.639           0   DIS  Disb      No      No  
     ch15    Enabled   96.640           0   DIS  Disb      No      No  
     ch16    Enabled   96.641           0   DIS  Disb      No      No  
     ch17    Enabled   96.642           0   DIS  Disb      No      No  
     ch18    Enabled   96.643           0   DIS  Disb      No      No  
     ch19    Enabled   96.644           0   DIS  Disb      No      No  
     ch20    Enabled   96.645           0   DIS  Disb      No      No  
     ch21    Enabled   96.646           0   DIS  Disb      No      No  
     ch22    Enabled   96.647           0   DIS  Disb      No      No  
     ch23    Enabled   96.648           0   DIS  Disb      No      No  
     ch24    Enabled   96.649           0   DIS  Disb      No      No  
     ch25    Enabled   96.650           0   DIS  Disb      No      No  
     ch26    Enabled   96.651           0   DIS  Disb      No      No  
     ch27    Enabled   96.652           0   DIS  Disb      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     ch28    Enabled   96.653           0   DIS  Disb      No      No  
     ch29    Enabled   96.654           0   DIS  Disb      No      No  
     ch30    Enabled   96.655           0   DIS  Disb      No      No  
     ch31    Enabled   96.656           0   DIS  Disb      No      No  
     ch32    Enabled   96.657           0   DIS  Disb      No      No  
     ch33    Enabled   96.658           0   DIS  Disb      No      No  
     ch34    Enabled   96.659           0   DIS  Disb      No      No  
     ch35    Enabled   96.660           0   DIS  Disb      No      No  
     ch36    Enabled   96.661           0   DIS  Disb      No      No  
     ch37    Enabled   96.662           0   DIS  Disb      No      No  
     ch38    Enabled   96.663           0   DIS  Disb      No      No  
     ch39    Enabled   96.664           0   DIS  Disb      No      No  
     ch40    Enabled   96.665           0   DIS  Disb      No      No  
     ch41    Enabled   96.666           0   DIS  Disb      No      No  
     ch42    Enabled   96.667           0   DIS  Disb      No      No  
     ch43    Enabled   96.668           0   DIS  Disb      No      No  

    --More-- or (q)uit
                         


     Name    State   Prio.Nbr    Cost       Sts  Role PortFast  Restricted
    ------  -------- --------- ----------  ---- ----- --------  -------
     ch44    Enabled   96.669           0   DIS  Disb      No      No  
     ch45    Enabled   96.670           0   DIS  Disb      No      No  
     ch46    Enabled   96.671           0   DIS  Disb      No      No  
     ch47    Enabled   96.672           0   DIS  Disb      No      No  
     ch48    Enabled   96.673           0   DIS  Disb      No      No