The is-level command configures the level of IS-IS devices.
The undo is-level command restores the default setting.
By default, the level of an IS-IS device is Level-1-2.
| Parameter | Description | Value |
|---|---|---|
| level-1 | Indicates a router at Level-1. It calculates only the intra-area routes and maintains the LSDBs of Level-1. |
- |
| level-1-2 | Indicates a route at Level-1-2. It calculates both the Level-1 and Level-2 routes and maintains the LSDBs of Level-1 and Level-2. |
- |
| level-2 | Indicates a route at Level-2. It calculates the Level-2 routes and maintains the LSDBs of Level-2. |
- |
Usage Scenario
In most cases, Level-1 routers are located within an area, Level-2 routers are located between areas, and Level-1-2 routers are located between Level-1 routers and Level-2 routers.
The level of an IS-IS device and of an interface determine the level of a neighbor relationship. By default, neighbor relationships between two Level-1-2 routers are Level-1 and Level-2. To establish a Level-1 or Level-2 neighbor relationship, run the isis circuit-level command to modify the level of interfaces.
If only one area exists, setting the level of routes to Level-1 or Level-2 is recommended to prevent routes from maintaining two LSDBs that are the same. On an IP network, setting the level of all routes to Level-2 for future extension is recommended.
Prerequisites
An IS-IS process has been enabled using the isis command in the system view.
Configuration Impact
If the levels of IS-IS devices are changed during network operation, the IS-IS process will be restarted and IS-IS neighbor relationships will be disconnected. Setting the levels of routes when configuring IS-IS is recommended.
Precautions
If the Level-1 and Level-2 is not specified, the route works at Level-1-2. That is, the route calculates Level-1 and Level-2 routes and maintains Level-1 and Level-2 LSDBs simultaneously.