Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
8-4
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 8 Configuring ECMP for Host Routes
Verifying the ECMP for Host Routes Configuration
Verifying the ECMP for Host Routes Configuration
To display the ECMP for host routes configuration information, perform one of the following tasks:
Configuration Examples for ECMP for Host Routes
This example shows how to disable URPF and configure ECMP for host routes:
switch# configure terminal
switch(config)# system urpf disable
switch(config)# hardware profile unicast enable-host-ecmp
switch(config)# copy running-config startup-config
This example show how to disable ECMP for host routes:
switch# configure terminal
switch(config)# no hardware profile unicast enable-host-ecmp
switch(config)# copy running-config startup-config
Additional References
For additional information related to implementing ECMP for host routes, see the following sections:
• Related Documents, page 8-5
• Feature History for ECMP for Host Routes, page 8-5
Step 2
no hardware profile unicast
enable-host-ecmp
Example:
switch(config)# no hardware profile
unicast enable-host-ecmp
Disables ECMP for host routes globally on the switch
and removes all associated configuration.
Step 3
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Saves this configuration change.
Command Purpose
Command Purpose
show hardware profile status Displays the unicast and multicast routing entries in
hardware tables.
show running-config Displays the running system configuration.