Enable IS-IS and Configure Level 1 or Level 2 Routing
This task explains how to enable IS-IS and configure the routing level for an area.
Note |
Configuring the routing level in Step 4 is optional, but is highly recommended to establish the proper level of adjacencies. |
Before you begin
Although you can configure IS-IS before you configure an IP address, no IS-IS routing occurs until at least one IP address is configured.
SUMMARY STEPS
- configure
- router isis instance-id
- net network-entity-title
- is-type { level-1 | level-1-2 | level-2-only }
- commit
- show isis [ instance instance-id ] protocol
DETAILED STEPS
Step 1 |
configure |
Step 2 |
router isis instance-id Example:
Enables IS-IS routing for the specified routing instance, and places the router in router configuration mode.
|
Step 3 |
net network-entity-title Example:
Configures network entity titles (NETs) for the routing instance.
|
Step 4 |
is-type { level-1 | level-1-2 | level-2-only } Example:
(Optional) Configures the system type (area or backbone router).
|
Step 5 |
commit |
Step 6 |
show isis [ instance instance-id ] protocol Example:
(Optional) Displays summary information about the IS-IS instance. |