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 rsvp pop-and-forward

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show rsvp pop-and-forward
<brief | detail | extensive>
<instance routing-instance-name>
<label label>
<logical-system (all | logical-system-name)>

Description

Display RSVP-TE pop-and-forward LSP tunnel information. This information includes the set of in-labels (one-hop pop label or a delegation label), the number of session using each label and the next segment-label (if there is another delegation hop downstream), and whether the in-label is used for unprotected or protected LSPs.

Options

none

Display the standard level of information for the RSVP-TE pop-and-forward LSP tunnels.

brief | detail | extensive

(Optional) Display the desired level of output. The brief option is the default level of output.

The detail option provides more information about the hops in a delegation segment (whether its one-hop or multi-hop).

The extensive option lists the set of LSPs that are using a given pop or delegation label.

instance routing-instance-name

(Optional) Display the RSVP-TE pop-and-forward LSP tunnel information for the specified routing instance.

label label

(Optional) Display the RSVP-TE pop-and-forward LSP tunnel information for the specified label.

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

(Optional) Display the RSVP-TE pop-and-forward LSP tunnel information for all or the specified logical system.

Required Privilege Level

view

Sample Output

show rsvp pop-and-forward

content_copy zoom_out_map
user@host> show rsvp pop-and-forward
RSVP pop-and-forward: 2 shared labels
Label-in     Hop-count  Next-segment- Protection     Session-    
                        label                        count
299840       3          299808        unprotected    100         
299872       3          299824        unprotected    50

show rsvp pop-and-forward extensive

content_copy zoom_out_map
user@host> show rsvp pop-and-forward extensive
RSVP pop-and-forward: 2 shared labels
299840 (shared-label)
  Next-segment-label: 299808, Hop-count: 3
  Protection: unprotected, Session-count: 2
  Segment-id: 
    Hop 1: 70.1.1.2(label=299808)
    Hop 2: 92.1.1.1(label=299808)
    Hop 3: 93.1.1.2
  Segment route: 
    Primary: 70.1.1.2, OutIf: ge-0/0/2.0
  Lsp-session list (name, dest-ip, sender-ip, lsp-id):
    pop1, 10.10.10.10, 2.2.2.2, 2
    pop2, 10.10.10.10, 2.2.2.2, 1

299872 (shared-label)
  Next-segment-label: 299824, Hop-count: 3
  Protection: unprotected, Session-count: 4
  Segment-id: 
    Hop 1: 70.1.1.2(label=299808)
    Hop 2: 92.1.1.1(label=299808)
    Hop 3: 93.1.1.2
  Segment route: 
    Primary: 70.1.1.2, OutIf: ge-0/0/2.0
  Lsp-session list (name, dest-ip, sender-ip, lsp-id):
    pop147, 9.9.9.9, 2.2.2.2, 1
    pop148, 9.9.9.9, 2.2.2.2, 1
    pop150, 9.9.9.9, 2.2.2.2, 1
    pop149, 9.9.9.9, 2.2.2.2, 1

show rsvp pop-and-forward label

content_copy zoom_out_map
user@host> show rsvp pop-and-forward label 299872
RSVP pop-and-forward: 2 shared labels
Label-in     Hop-count  Next-segment- Protection     Session-    
                        label                        count
299872       3          299824        unprotected    4

Release Information

Command introduced in Junos OS Release 18.1R1.

footer-navigation