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 mpls abstract-hop-membership

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mpls abstract-hop-membership
<abstract-hop-name>
<instance instance-name>
<logical-system (all | logical-system-name)>

Description

Display MPLS abstract hop membership tables for each abstract hop configured on the device.

Options

none

(Optional) Display the MPLS abstract hop membership table for all the configured abstract hops on the router.

abstract-hop-name

(Optional) Display the MPLS abstract hop membership table for the specified abstract hop.

instance instance-name

(Optional) Display the MPLS abstract hop membership table for the specified instance. If instance-name is omitted, information is displayed for the master instance.

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

(Optional) Display the MPLS abstract hop membership table for all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show mpls abstract-hop-membership command. Output fields are listed in the approximate order in which they appear.

Table 1: show mpls abstract-hop-membership Output Fields

Field Name

Field Description

Abstract hop

Name of the abstract hop.

Credibility

Credibility value associated with the interior gateway protocol in use.

Address

IP address of the abstract hop member nodes.

Sample Output

show mpls abstract-hop-membership

content_copy zoom_out_map
user@host> show mpls abstract-hop-membership
Abstract hop: ah1
   Credibility: 0
Address: 127.0.0.6
Address: 127.0.0.1
Address: 127.0.0.2
Address: 127.0.0.3

Abstract hop: ah2
   Credibility: 0
Address: 127.0.0.6
Address: 127.0.0.3
Address: 127.0.0.4

Abstract hop: ah3
   Credibility: 0
Address: 127.0.0.6
Address: 127.0.0.3
Address: 127.0.0.5

Release Information

Command introduced in Junos OS Release 17.1.

footer-navigation