White Papers

35 Using MLAG in Dell Networking N-Series Switches | version 1.5
Initial setup for N1524P-1
N1524P-1
Configure host name.
Create VLAN 999 for management.
Configure gi1/0/1 for Access mode VLAN 999.
Configure the IP for management.
Configure the default route for management.
Configure a user name and password.
configure
hostname N1548-1
vlan 999
exit
interface gi1/0/1
switchport access vlan 999
interface vlan 999
ip address 172.25.188.77
255.255.0.0
exit
ip default-gateway 172.25.188.254
username admin password Dell1234
privilege 15
end
Configure MSTP.
Configure VLAN 10, 20.
Configure
vlan 10
name Marketing
exit
vlan 20
name HR
exit
spanning-tree mode mst
spanning-tree mst configuration
name "Dell"
instance 1 add vlan 10
instance 1 add vlan 20
end