White Papers

39 Using MLAG in Dell Networking N-Series Switches | version 1.5
Configure one MLAG going to the N4032
switches.
Create the port channel.
Give the port channel a description.
Configure the port channel for dot1q trunking
VLAN 10.
Specify the MLAG ID.
Configure one MLAG going to the N4032
switches.
Create the port channel.
Give the port channel a description.
Configure the port channel for do1q trunking
VLAN 10.
Specify the MLAG ID.
configure
interface port-channel 11
description MLAG_to_N4032_switches
switchport mode trunk
switchport trunk allowed vlan 10
vpc 11
end
configure
interface port-channel 11
description MLAG_to_N4032_switches
switch mode trunk
switchport trunk allowed vlan 10
vpc 11
end
Assign interface to the port channel and enable
LACP.
Assign interface to the port channel and enable
LACP.
configure
interface gi1/0/1-2
description MLAG_to_N4032_switches
channel-group 11 mode active
end
configure
interface gi1/0/1-2
description MLAG_to_N4032_switches
channel-group 11 mode active
end
Configure the MLAG going to the N1524P-1
switch.
Create the port channel.
Configure the port channel for Access mode
VLAN 10.
Specify the MLAG ID.
Configure the MLAG going to the N1524P-1
switch.
Create the port channel.
Configure the port channel for Access mode
VLAN 10.
Specify the MLAG ID.
configure
interface port-channel 13
description MLAG_to_N1524P-1
switchport access vlan 10
vpc 13
end
configure
interface port-channel 13
description MLAG_to_N1524P-1
switchport access vlan 10
vpc 13
end
Assign interfaces to the port channel and enable
LACP.
Assign interfaces to the port channel and enable
LACP.
configure
interface gi1/0/13
description gi1/0/13_to_N1524P-1
switchport access vlan 10
channel-group 13 mode active
end
configure
interface gi1/0/13
description gi1/0/13_to_N1524P-1
switchport access vlan 10
channel-group 13 mode active
end
MLAG Configuration for N2048-1 and N2048-2