router isis
Summary Example
Enabling and Configuring IS-IS for IPv6 Routing
When enabling IS-IS IPv6, you must create an IS-IS IPv6 routing process and assign
it to specific interfaces rather than to networks. You can specify only a single IS-IS
process per router.
To enable IS-IS routing, enter Global Configuration mode, and follow this procedure:
1.
When you use IS-IS to do IP routing only, a NET must be configured to instruct
the router about its system ID and area ID.
Example The following commands configure a router with the area ID
47.0005.80ff.f800.0000.0001.0001 and the system ID 0000.0c11.1111. The last
byte of the NET is the N-selector byte and is always 0.
host1(config-router)#net
47.0010.0000.0000.0000.0001.0001.1111.1111.1111.00
Use the no version to remove a specific NET. Remember that you must specify
the NET. The last NET cannot be removed.
See net
Use to enable the IS-IS routing protocol and to specify an IS-IS process for IP.
Specify only one IS-IS process per router.
Use the tag parameter to specify a meaningful name for a routing process. If you
choose not to specify a tag name, a null tag is assumed, and the process is
referenced with a null tag.
Example
host1(config)#router isis floor12
Use the no version to disable IS-IS routing.
See router isis
host1(config)#router isis floor12
host1(config-router)#net 47.0010.0000.0000.0000.0001.0001.1111.1111.1111.00
host1(config-router)#exit
host1(config)#interface atm 2/0
host1(config-if)#ip router isis floor12
host1(config-router)#exit
host1(config-if)#interface atm 2/1
host1(config-if)#ip router isis floor12
Access Global Configuration mode and specify an IPv6 license.
host1(config)#license ipv6 license-value
Enabling and Configuring IS-IS for IPv6 Routing
Chapter 6: Configuring IS-IS
343
Need help?
Do you have a question about the IGP - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?