< 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 ranging 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 is a string of 1 to 31 case-sensitive characters.

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.

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

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

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

# Display the mapping between the dynamic hostname of the local IS-IS router and the system ID.

<sysname> 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

Host system ID

Hostname

Name of the host

Type

Type of mapping from system ID to host name:
  • DYNAMIC: This host name is locally configured using the is-name command.
  • STATIC: This host name is mapped using the is-name map command.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >