Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show isis hostname

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show isis hostname
<logical-system (all | logical-system-name)>

Syntax (EX Series Switches and QFX Series)

content_copy zoom_out_map
show isis hostname

Description

Display IS-IS hostname database information.

This command displays the system ID-to-name cache. The output shows if the mapping has been learned by receipt of a Hostname TLV #137 (type dynamic) configured in Junos OS with the set system host-name command, or a static mapping defined in Junos OS with the set system static-host-mapping hostname sysid command (type static). The local router always has its type set to static even if static-host-mapping is not configured.

Options

none

Display IS-IS hostname database information.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show isis hostname command. Output fields are listed in the approximate order in which they appear.

Table 1: show isis hostname Output Fields

Field Name

Field Description

System Id

System identifier mapped to the hostname.

Hostname

Hostname mapped to the system identifier.

Type

Type of mapping between system identifier and hostname.

  • Dynamic—Hostname mapping determined as described in RFC 2763, Dynamic Hostname Exchange Mechanism for IS-IS.

  • Static—Hostname mapping configured by user.

Sample Output

show isis hostname

content_copy zoom_out_map
user@host> show isis hostname   
   IS-IS hostname database:
   System Id      Hostname                                         Type
   1921.6800.4201 isis1                                            Dynamic
   1921.6800.4202 isis2                                            Static
   1921.6800.4203 isis3                                            Dynamic

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation