[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Route Tags for IS-IS Interfaces

To configure a route tag for the IP addresses on an IS-IS interface:

  1. Specify an IS-IS routing process, and access Router Configuration mode.
    host1(config)#router isis engineering
    host1(config-router)#
  2. Configure a NET for the IS-IS process.
    host1(config-router)#net 47.0010.0000.0000.0000.0001.0001.1111.1111.1111.00
  3. Configure the router to accept and generate only new-style TLV tuples with a wider metric field. New-style TLV tuples include TLV type 135, which contains the route tag.
    host1(config-router)#metric-style wide
  4. Exit Router Configuration mode.
    host1(config-router)#exit
  5. Specify the interface on which you want to route IS-IS.

    The procedure assumes that at least one IP address is already configured on this interface.

    host1(config)#interface atm 2/2.1
  6. Configure a route tag for the interface.
    host1(config-subif)#isis tag 221
  7. Specify the IS-IS process to apply to the interface.
    host1(config-subif)#ip router isis engineering
  8. (Optional) Access Privileged Exec mode, and verify the route tag assignment.
    host1(config-subif)#exit
    host1(config)#exit
    host1#show isis database detail

isis tag


[Contents] [Prev] [Next] [Index] [Report an Error]