Unsolved
This post is more than 5 years old
12 Posts
0
70039
March 5th, 2015 11:00
N3024 VPC/MLAG Configuration Issue/?
2 Dell N3024's (both running 6.1.2.4 software).
The layout here is:
3024-sw1 (Te1/0/2) uplinked to core-sw1 (Happens to be an Arista)
3024-sw2 (Te1/0/2) uplinked to core-sw2 (Happens to be an Arista)
3024-sw1 (Te1/0/1) connected to 3024-sw2 (Te1/0/1) via 10Gb fiber
Basically I want the two N3024's to be MLAG to the core-sw1/2, and I need the two Dells "stacked" but w/o a stacking cable, via MLAG/VPC etc.
As it stands, when this is setup, I have devices that are not reachable on 3024-sw1, unless the link from 3024-sw2 to the core-sw2 is down. MLAG is configured on both cores to each Dell with associated port-channels etc.
I'll gather configs and post them shortly.
In the mean time:
Why do I need to disable spanning-tree on these port-channels to make MLAG work?
Do the Dell's NEED 2 physical links in an MLAG/VPC to work?
Thanks!


jdurling
12 Posts
0
March 6th, 2015 04:00
Core switch 1 / 2 are setup with a port-channel together/MLAG etc.
jdurling
12 Posts
0
March 6th, 2015 07:00
That is correct.
As it stands, I have a device hanging off 3024-sw1, that is pingable from 3024-sw1, and core1, but not 3024-sw2 or the core2. If the link between core2 and 3024-sw2 is down, the device will become reachable. from everything EXCEPT 3024-sw2. Leads me to think there is an issue with the config between the two 3024's on port-channel 50.
3024-sw1
interface Te1/0/1
channel-group 50 mode active
description "MLAG Peer to 3024-sw2"
exit
interface Te1/0/2
channel-group 1 mode active
description "LAG to core1"
exit
interface port-channel 1
description "LAG to core1"
switchport mode trunk
switchport trunk allowed vlan 100
vpc 1
exit
interface port-channel 50
description "Trunk to 3024-sw2"
switchport mode trunk
vpc peer-link
exit
feature vpc
vpc domain 1
role priority 10
peer-keepalive enable
3024-sw2
interface Te1/0/1
channel-group 50 mode active
description "MLAG Peer to 3024-sw1"
exit
interface Te1/0/2
channel-group 1 mode active
description "LAG to core2"
exit
interface port-channel 1
description "LAG to core2"
switchport mode trunk
switchport trunk allowed vlan 100
vpc 1
exit
interface port-channel 50
description "Trunk to 3024-sw1"
switchport mode trunk
vpc peer-link
exit
feature vpc
vpc domain 1
role priority 10
peer-keepalive enable
core1
interface Port-Channel1
description MLAG Trunk to 3024-sw1
switchport trunk allowed vlan 100
switchport mode trunk
mlag 5
interface Ethernet3/4
description MLAG to 3024-sw1
channel-group 1 mode active
core2
interface Port-Channel1
description MLAG Trunk to 3024-sw2
switchport trunk allowed vlan 100
switchport mode trunk
mlag 5
interface Ethernet3/4
description MLAG to 3024-sw2
channel-group 1 mode active
I have had working MLAG configs between core1 & 2, with this setup using other switches, which leads me to believe I am just missing something on configuring these Dell N3000 switches.
I had been looking through the MLAG guide link you provided already.
The only thing I can see I didn't do as of yet was remove "spanning-tree" from the port-channel 50 (between 3024-sw1 & 3024-sw2).
*sorry if these configs didn't display well, I wasn't having much luck with typing them into the post box.
jdurling
12 Posts
0
March 6th, 2015 08:00
To add to that though:
port-channel 50, which is the port-chan between the two 3024's shows:
3024-sw1
Po50 Enabled 96.699 2000 FWD Desg No
3024-sw2
Po50 Enabled 96.699 2000 FWD Root No
I'm not sure how spanning-tree will appear on physical links vs. port-channels and if this is indicative of anything.
jdurling
12 Posts
0
March 6th, 2015 08:00
The states are "Enabled", but neither shows as FWD;ing.
Te1/0/2 Enabled 128.28 0 DIS Disb No
Te1/0/2 Enabled 128.26 0 DIS Disb No
Disable spanning tree on the port-channels or the actual physical Te1/0/2 interfaces?
jdurling
12 Posts
0
March 6th, 2015 08:00
I disabled that on both 3024's for port-channel 50.
Po50 Enabled 96.699 2000 FWD Desg No
Po50 Enabled 96.699 2000 FWD Desg No
As it stands, that didn't change anything in regards to being able to ping the device on the 3024-sw1 from the 3024-sw2.
CBrasga
1 Message
0
September 18th, 2015 02:00
According to the Using MLAG in Dell Networks document, Peer Links will not carry non-LAG traffic. So even though you have an uplink between the switches, since you defined it as an Peer Link it won't pass the traffic.
Check out the section on Single Homed Partners. "Traffic to and from non-redundant ports is filtered and never crosses the MLAG Peer-Link."