Configure the TCAM Profile for Layer 3 Gateway

Layer 3 gateway is supported only in the default TCAM profile.

About this task

Note

Note

This procedure requires a system reload to activate the profile configuration.

Procedure

  1. Enter global configuration mode.
    device# configure terminal
  2. Enter hardware configuration mode.
    device(config)# hardware
  3. Specify the TCAM profile.
    device(config-hardware)# profile tcam default
    This example runs the profile tcam command with the default parameter.
  4. Access privileged EXEC mode.
    device(config-hardware)# exit
  5. Save the running configuration to the startup configuration file.
    device# copy running-config startup config
  6. Activate the profile configuration.
    device# reload system

Example

This example summarizes the commands in the procedure.

device# configure terminal
device(config)# hardware
device(config-hardware)# profile tcam default
device(config-hardware)# exit
device# copy running-config startup config
device# reload system