set router hardware-routing active
To start the process of re-activating hardware based routing on the device, use the set router hardware-routing active Privileged EXEC mode command.
Syntax
set router hardware-routing active
Parameters
This command has no arguments or keywords.
Command Mode
Privileged EXEC mode
User Guidelines
Hardware based routing is supported automatically on device once IPv4 or IPv6 route is enabled. However, hardware based routing is de-activated automatically by the software in cases where device hardware resources cannot support the amount of IPv4 and/or IPv6 entries.
IPv4 entries - IPv4 interfaces/addresses and routes and as well as IPv4 Multicast entries;
IPv6 entries - IPv6 interfaces/addresses and routes as well as IPv6 Multicast entries;
Once Hardware based routing is de-activated by the system the user needs to apply the set router hardware-routing active command to re-activate hardware based routing on device. It is recommended to adjust the number of IPv4 and/or IPv6 entries on device to match the device hardware capabilities
Once command is applied, the device begins to update all existing IP entries to device hardware tables. If process succeeds - hardware based routing will be re-activated. If process fails (for example device hardware resource are still not sufficient to support current device IP entries), hardware routing status will remain in-active.
Syslog messages will indicate to user the start of the hardware table update process and the success or failure of such update.
Example 1. The following example the process of reactivating hardware based routing is applied.
switchxxxxxx# set router hardware-routing active
This operation may take a few moments...
Example 2. In the following example, command is applied, but hardware based routing is already active on the device.
switchxxxxxx# set router hardware-routing active
Hardware based routing aleady active
Feedback