- Preface
- New and Changed Information for this Release
- Overview
- Configuring User Accounts and RBAC
- Configuring Session Manager
- Configuring the Scheduler
- Configuring Online Diagnostics
- Configuring NTP
- Configuring System Message Logging
- Configuring Smart Call Home
- Configuring DNS
- Configuring SNMP
- Configuring RMON
- Configuring SPAN
- Configuring Warp SPAN
- Configuring Active Buffer Monitoring
- Configuring Warp Mode
- Index
Configuring Warp Mode
This chapter contains the following sections:
- Information About Warp Mode
- Guidelines and Limitations for Warp Mode
- Enabling and Disabling Warp Mode
- Verifying Warp Mode Status
Information About Warp Mode
The Cisco Nexus 3548 device uses a hardware component called the Algorithm Boost Engine (Algo Boost Engine) to support a forwarding mechanism, called warp mode. In warp mode, the access path is shortened by consolidating the forwarding table into single table, resulting in faster processing of frames and packets. In warp mode, latency is reduced by up to 20 percent. For more information about the Algo Boost Engine, see Active Buffer Monitoring Overview.
Guidelines and Limitations for Warp Mode
Warp mode has the following configuration guidelines and limitations:
- Warp mode provides up to 20 percent better switch latency than normal forwarding.
- In warp mode, unicast route tables are reduced. The route table is reduced from 24000 to 4000 entries. The host table and MAC table are reduced from 64000 to 8000 entries. (The multicast route table remains the same at 8000 entries.)
-
In warp mode, the following features are not supported:
Enabling and Disabling Warp Mode
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
This example shows how to display information about warp mode:
switch# show hardware profile forwarding-mode ========================== forwarding-mode : warp ========================== host size = 8192 unicast size = 4096 multicast size = 8192 l2 size = 8192 switch#
Feedback