White Papers
53 Using MLAG in Dell Networking N-Series Switches | version 1.5
Create a LAG for partner switch 1 to pass
traffic.
- put into L2 mode
- set rate interval
- port channel of peer (same here for ease of
remembering)
Create a LAG for partner switch 1 to pass traffic.
- put into L2 mode
- set rate interval
- port channel of peer (same here for ease of
remembering)
configure
interface port-channel 50
no ip address
switchport
rate-interval 30
vlt-peer-lag port-channel 50
no shutdown
end
configure
interface port-channel 50
no ip address
switchport
rate-interval 30
vlt-peer-lag port-channel 50
no shutdown
end
Add VLAN 30 to the port channels.
Add VLAN 30 to the port channels.
configure
interface vlan 30
tagged port-channel 40,50
end
configure
interface vlan 30
tagged port-channel 40,50
end
Assign interfaces to VLAN that will connect to
partner 1’s LAG.
- put both into same LAG 50
Assign interfaces to VLAN that will connect to
partner 1’s LAG.
- put both into same LAG 50
configure
interface Te 0/47
no ip address
port-channel-protocol LACP
port-channel 50 mode active
no shutdown
end
configure
interface Te 0/47
no ip address
port-channel-protocol LACP
port-channel 50 mode active
no shutdown
end
VLT configuration for S4810-1 and S4810-2