White Papers

38 Using MLAG in Dell Networking N-Series Switches | version 1.5
Assign interface to the port channel and enable
LACP.
Assign interface to the port channel and enable
LACP.
configure
interface te1/0/1-2
description MLAG_to_N2048_switches
channel-group 11 mode active
end
configure
interface te1/0/1-2
description MLAG_to_N2048_switches
channel-group 11 mode active
end
MLAG configuration on N4032-1 and N4032-2
N2048-1
N2048-2
Create an MLAG domain.
Assign role priority.
Assign the keepalive management IP address
of N2048P-2.
Create an MLAG domain.
Assign role priority.
Assign the keepalive management IP address
of N2048P-1.
configure
vpc domain 56
role priority 1
peer-keepalive enable
peer-keepalive destination
172.25.188.74 source 172.25.188.73
peer detection enable
end
configure
vpc domain 56
role priority 255
peer-keepalive enable
peer-keepalive destination
172.25.188.73 source 172.25.188.74
peer detection enable
end
Create a port channel.
Give the port channel a description.
Configure the port channel for dot1q trunking.
Assign as an MLAG peer link.
Create a port channel.
Give the port channel a description.
Configure the port channel for dot1q trunking.
Assign as an MLAG peer link.
configure
interface port-channel 56
description MLAG_Peer_Link
switchport mode trunk
vpc peer-link
end
configure
interface port-channel 56
description MLAG_Peer_Link
switchport mode trunk
vpc peer-link
end
Assign interfaces to the port channel and enable
LACP.
Assign interfaces to the port channel and enable
LACP.
configure
interface range te1/0/1-2
description MLAG_Peer_Link
switchport mode trunk
channel-group 56 mode active
end
configure
interface range te1/0/1-2
description MLAG_Peer_Link
switchport mode trunk
channel-group 56 mode active
end