White Papers

77 Using MLAG in Dell Networking N-Series Switches | version 1.5
Nexus_5672UP-1
Enable the required features and
management interface for vPC.
Enable the Telnet, LLDP and LACP features.
config
feature telnet
feature lldp
feature lacp
end
Configure the host name.
Configure the IP for management.
Configure the default route for management.
Configure a user name and password.
configure
hostname Nexus_5672UP-1
interface mgmt 0
ip address 172.25.188.61
255.255.0.0
exit
vrf context management
ip route 0.0.0.0/0 172.25.188.254
username admin password Dell1234
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 Nexus_5672UP-1