White Papers

33 Using MLAG in Dell Networking N-Series Switches | version 1.5
7.2 Initial Setup and MSTP Configuration
This section deals with setting up the switches for initial configuration and MSTP.
N4032-1
N4032-2
Configure host name.
Configure the IP and default route for
management.
Configure a user name and password.
Configure host name.
Configure the IP and default route for
management.
Configure a user name and password.
configure
hostname N4032-1
interface out-of-band
ip address 172.25.188.71
255.255.0.0 172.25.188.254
exit
username admin password Dell1234
privilege 15
end
configure
hostname N4032-2
interface out-of-band
ip address 172.25.188.72
255.255.0.0 172.25.188.254
exit
username admin password Dell1234
privilege 15
end
Configure MSTP
Configure VLANs 10, 20 and 30.
Configure MSTP
Configure VLANs 10, 20 and 30.
Configure SVIs for VLANs 10, 20 and 30.
Configure SVIs for VLANs 10, 20 and 30.
configure
int vlan 10
ip address 192.168.10.2
255.255.255.0
int vlan 20
ip address 192.168.20.2
255.255.255.0
int vlan 30
ip address 192.168.30.2
255.255.255.0
end
configure
int vlan 10
ip address 192.168.10.3
255.255.255.0
int vlan 20
ip address 192.168.20.3
255.255.255.0
int vlan 30
ip address 192.168.30.3
255.255.255.0
end
configure
vlan 10
name Marketing
exit
vlan 20
name HR
exit
vlan 30
name Datacenter
exit
spanning-tree mode mst
spanning-tree mst 1 priority 0
spanning-tree mst configuration
name "Dell"
instance 1 add vlan 10
instance 1 add vlan 20
end
configure
vlan 10
name Marketing
exit
vlan 20
name HR
exit
vlan 30
name Datacenter
exit
spanning-tree mode mst
spanning-tree mst 1 priority 4096
spanning-tree mst configuration
name "Dell"
instance 1 add vlan 10
instance 1 add vlan 20
end
Initial setup for N4032-1 and N4032-2