White Papers

76 Using MLAG in Dell Networking N-Series Switches | version 1.5
B Cisco Configurations
B.1 MLAG, vPC, and RSTP-PV Example
B.1.1 Initial Setup and RSTP-PV Configuration
Nexus_5548UP-1
Nexus_5548UP-2
Enable the required features for vPC.
Enable the LLDP, Telnet, LACP, and vPC
features.
Enable the required features for vPC.
Enable the LLDP, Telnet, LACP, and vPC
features.
config
feature telnet
feature lldp
feature lacp
feature vpc
end
config
feature telnet
feature lldp
feature lacp
feature vpc
end
Configure the host name.
Configure the IP for management.
Configure the default route for management.
Configure a user name and password.
Configure the host name.
Configure the IP for management.
Configure the default route for management.
Configure a user name and password.
configure
hostname Nexus_5548UP-1
interface mgmt 0
ip address 172.25.189.60
255.255.0.0
exit
vrf context management
ip route 0.0.0.0/0 172.25.189.254
username admin password Dell1234
end
configure
hostname Nexus_5548UP-2
interface mgmt 0
ip address 172.25.188.60
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 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
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_5548UP-1 and Nexus_5548UP-2