White Papers

24 Using MLAG in Dell Networking N-Series Switches | version 1.5
6.2 Initial Setup and RSTP-PV Configuration
This section deals with setting up the switches for initial configuration and RSTP-PV.
N2024-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 N2024-1
vlan 999
exit
interface gi1/0/1
switchport access vlan 999
interface vlan 999
ip address 172.25.188.75
255.255.0.0
exit
ip default-gateway 172.25.188.254
username admin password Dell1234
privilege 15
end
Configure RSTP-PV.
Configure VLANs 10, 20, and 30.
configure
spanning-tree mode rapid-pvst
vlan 10
name Marketing
exit
vlan 20
name HR
exit
vlan 30
name Operations
end
Initial setup for N2024-1
Note: See appendix section B.1.1 for the corresponding Cisco initial configuration for this example
environment.