Displaying IS-IS interface parameters

Use the following procedure to display the IS-IS interface parameters.

Procedure

  1. Enter Privileged EXEC mode:

    enable

  2. Display IS-IS interface configuration and status parameters (including adjacencies):

    show isis interface [l1|l2|l12]

  3. Display IS-IS interface authentication configuration:

    show isis int-auth

  4. Display IS-IS interface timers:

    show isis int-timers

  5. Display IS-IS circuit level parameters:

    show isis int-ckt-level

Example

Switch:1# show isis interface
================================================================================
                                ISIS Interfaces
================================================================================
IFIDX      TYPE    LEVEL     OP-STATE  ADM-STATE  ADJ    UP-ADJ   SPBM-L1-METRIC
--------------------------------------------------------------------------------
Mlt2       pt-pt   Level 1      UP      UP         1        1     10
Port1/21   pt-pt   Level 1      UP      UP         1        1     10
Switch:1# show isis int-auth
================================================================================
                              ISIS Interface Auth
================================================================================
IFIDX        AUTH-TYPE       AUTH-KEYID      AUTH-KEY                      
--------------------------------------------------------------------------------
Mlt2         none            0                                             
Port1/21     none            0  
Switch:1# show isis int-timers
================================================================================
                             ISIS Interface Timers
================================================================================
IFIDX           LEVEL           HELLO           	HELLO           HELLO          
                                	INTERVAL        MULTIPLIER      DR             
--------------------------------------------------------------------------------
Mlt2           Level 1         	9               3               3    
Port1/21     	Level 1         	9               3               3    

Switch:1# show isis int-ckt-level
================================================================================
                         ISIS Circuit level parameters
================================================================================
IFIDX           LEVEL                DIS                  CKTID          
--------------------------------------------------------------------------------
Mlt2            Level 1               								1  
Port1/21        Level 1               								2  


Variable definitions

The following table defines parameters for the show isis interface command.

Variable

Value

[l1, l2, l12]

Displays the interface information for the specified level: l1, l2, or l12.

Job aid

The following sections describe the fields in the outputs for the IS-IS interface show commands.

show isis interface

The following table describes the fields in the output for the show isis interface command.

Parameter

Description

IFIDX

Indicates the interface index for the Ethernet or MLT interface.

TYPE

Indicates the type of interface configured (only pt-pt is supported).

LEVEL

Indicates the level of the IS-IS interface (Level 1 [default] or Level 2).

OP-STATE

Shows the physical connection state of the interface.

ADM-STATE

Shows the configured state of the interface.

ADJ

Shows how many adjacencies are learned through the interface.

UP-ADJ

Shows how many adjacencies are active through the interface.

SPBM-L1–METRIC

Indicates the SPBM instance Level 1 metric on the IS-IS interface.

show isis int-auth

The following table describes the fields in the output for the show isis int-auth command.

Parameter

Description

IFIDX

Shows the interface index for the Ethernet or MLT interface.

AUTH-TYPE

Shows the type of authentication configured for the interface. Types include:

  • none for no authentication.

  • simple for a simple password.

  • hmac-md5 for MD5 encryption.

  • hmac-sha–256 for SHA-256 encryption.

AUTH-KEYID

Shows the authentication password configured for the interface.

If the KeyId is not configured, the value is 0.

AUTH-KEY

Shows the HMAC-MD5 key needed for encryption. This is used only for HMAC-MD5.

show isis int-timers

The following table describes the fields in the output for the show isis int-timers command.

Parameter

Description

IFIDX

Indicates the interface index for the Ethernet or MLT interface.

LEVEL

Indicates the IS-IS interface level.

HELLO INTERVAL

Indicates the interval at which a Hello packet is sent to the IS-IS network.

HELLO MULTIPLIER

Indicates the multiplier that is used in conjunction with the Hello Interval.

HELLO DR

Indicates the interval at which a Hello packet is sent to the IS-IS network if the router is a designated router (DIS).

show isis int-ckt-level

The following table describes the fields in the output for the show isis int-ckt-level command.

Parameter

Description

IFIDX

Shows the interface index for the ethernet or MLT interface.

LEVEL

Shows the level of the IS-IS interface (Level 1 [default] or Level 2).

DIS

Shows the Designated Intermediate System (DIS) of the circuit.

CKT ID

Displays the CKT ID.