White Papers

21 Using MLAG in Dell Networking N-Series Switches | version 1.5
configure
interface gigabitethernet 1/0/14
channel-group 60 mode active
switchport mode trunk
switchport trunk allowed vlan 30
end
configure
interface gigabitethernet 1/0/13
channel-group 60 mode active
switchport mode trunk
switchport trunk allowed vlan 30
end
Enable the MLAG.
Enable the MLAG.
configure
feature vpc
vpc domain 1
peer-keepalive enable
end
configure
feature vpc
vpc domain 1
peer-keepalive enable
end
MLAG configuration for N3024-4 and N3024-5
N3024-1
N3024-6
Create a VLAN for MLAG and all partner traffic. Create a VLAN for MLAG and all partner traffic.
configure
vlan 30
end
configure
vlan 30
end
Configure the port channel trunks for the partner
links.
Configure the port channel trunks for the partner
links.
configure
interface port-channel 1
switchport mode trunk
end
configure
interface port-channel 1
switchport mode trunk
end
Assign first interface to the LAG. Assign first interface to the LAG.
configure
interface gi1/0/13
channel-group 1 mode active
end
configure
interface gi1/0/13
channel-group 1 mode active
end
Assign second interface to the LAG.
Assign second interface to the LAG.
configure
interface gi1/0/14
channel-group 1 mode active
end
configure
interface gi1/0/14
channel-group 1 mode active
end
LAG configuration for N3024-1 and N3024-6
Note: See the appendix section A.2 for the commands required to validate the configuration and ensure that
MLAG is working.