IS-IS

This help contains the following topics:

Introduction

IS-IS is a link-state interior gateway protocol (IGP) used within an AS. It uses the SPF algorithm for route calculation.

Network entities

A network entity title (NET) identifies the network layer information of an IS. It does not include transport layer information. A NET is a special NSAP address with the SEL being 0. The length of a NET is in the range of 8 to 20 bytes, same as a NSAP address.

A NET includes the following parts:

For example, for a NET ab.cdef.1234.5678.9abc.00, the area ID is ab.cdef, the system ID is 1234.5678.9abc, and the SEL is 00.

Typically, a router only needs one NET, but it can have a maximum of three NETs for smooth area merging and partitioning. When you configure multiple NETs, make sure they have the same system ID.

IS-IS areas

IS-IS has a 2-level hierarchy to support large-scale networks. A large-scale routing domain is divided into multiple areas. Typically, a Level-1 router is deployed within an area. A Level-2 router is deployed between areas. A Level-1-2 router is deployed between Level-1 and Level-2 routers.

vSystem support information

Support of non-default vSystems for this feature depends on the device model. This feature is available on the Web interface only if it is supported.

Configure IS-IS

Configure an IS-IS instance

  1. Click the Network tab.

  2. In the navigation pane, select Routing > IS-IS.

  3. Click Create.

  4. Configure the IS-IS instance parameters.

    Table-1 IS-IS instance parameters

    Item

    Description

    Instance ID

    Specify an instance ID.

    Level

    Specify an IS level. Options include Level-1, Level-2, and Level-1-2:

    • Level-1—A Level-1 router maintains a Level-1 LSDB comprising intra-area routing information.

    • Level-2—A Level-2 router maintains a Level-2 LSDB containing inter-area routing information.

    • Level-1-2—A Level-1-2 router has both Level-1 and Level-2 router functions. It maintains two LSDBs, a Level-1 LSDB for intra-area routing and a Level-2 LSDB for inter-area routing.

    Network entity title

    Specify a network entity title for the IS-IS process. A network entity title is a dotted hexadecimal string in X…X.XXXX....XXXX.00 format. The X…X segment represents the area address, the XXXX....XXXX segment represents the system ID, and the 00 segment is the SEL.

  5. Click OK.

    The IS-IS instance will be displayed on the IS-IS instance page.

Configure an IS-IS interface

  1. Click the Network tab.

  2. In the navigation pane, select Routing > IS-IS.

  3. Click the Interface List tab.

  4. Configure the following interface parameters as needed.

    Table-2 IS-IS interface parameters

    Item

    Description

    Interface

    Interface that runs IS-IS.

    IS-IS enabling state

    Select whether to enable IS-IS on the interface and specify a circuit level. Level options include Level-1, Level-2, and Level-1-2.

    For an interface of a Level-1 router, the circuit level can only be Level-1. For an interface of a Level-2 router, the circuit level can only be Level-2. For an interface of a Level-1-2 router, you must specify a circuit level to form only the specified level neighbor relationship.

    Level-1 link cost

    Specify the link cost used for Level-1 route calculation.

    Level-2 link cost

    Specify the link cost used for Level-2 route calculation.

  5. Click Apply.