Enabling and Disabling Warp Mode
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Enables warp mode on the device. To disable
warp mode, use the no form of this command.
The default is warp mode disabled.
switch(config)# hardware profile
forwarding-mode warp
Step 2
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 3
—Reload the switch.
Step 4
Example
This example shows how to enable warp mode on the device:
switch# configuration terminal
switch(config)# hardware profile forwarding-mode warp
Warning: This command will take effect only after saving the configuration (copy r s)
switch(config)# copy running-config startup-config
switch(config)#
This example shows how to disable warp mode on the device:
switch# configuration terminal
switch(config)# no hardware profile forwarding-mode warp
Warning: This command will take effect only after saving the configuration (copy r s)
switch(config)# copy running-config startup-config
Verifying Warp Mode Status
Procedure
PurposeCommand or Action
Displays information about warp mode and the
host, unicast, multicast, and Layer 2 ternary
content addressable memory (TCAM) sizes.
switch# show hardware profile
forwarding-mode
Step 1
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
178
Configuring Traffic Forwarding Modes
Enabling and Disabling Warp Mode