< Home

display isis name-table

Function

The display isis name-table command displays the mapping between the dynamic hostnames of IS-IS routers and the system IDs.

Format

display isis name-table [ process-id | vpn-instance vpn-instance-name ]

display isis process-id name-table

Parameters

Parameter Description Value
process-id

Displays the mapping between dynamic hostnames of IS-IS routers and system IDs in a specified IS-IS process.

The value is an integer that ranges from 1 to 65535.
vpn-instance vpn-instance-name

Displays the mapping between dynamic hostnames of IS-IS routers and system IDs in a specified VPN instance.

The value must be an existing VPN instance name.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

After dynamic hostnames are configured, you can run the display isis name-table command to check the mapping between the dynamic hostnames and system IDs.

Example

# Configure a name for the local IS-IS system.

[Switch] isis
[Switch-isis-1] is-name RUTA

# Configure a static name mapping for the remote IS-IS system (0000.0000.0041).

[Switch-isis-1] is-name map 0000.0000.0041 RUTB

# Display the IS-IS system name table.

<Switch> display isis name-table
              Name table information for ISIS(1)
System ID               Hostname       Type
---------------------------------------------------------------
6789.0000.0001          RUTA           DYNAMIC
0000.0000.0041          RUTB           STATIC
Table 1 Description of the display isis name-table command output

Item

Description

System ID

System ID of the current IS-IS device. To set the system ID, run the network-entity command.

Hostname

Host name of the device. To set a host name for the local or remote device, run the is-name or is-name map command.

Type

Type of the mapping between the host name and system ID: static or dynamic.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >