show mpls counters rsvp
Use this command to display traffic statistics for LSPs configured by RSVP.
Command Syntax
show mpls counters rsvp ((tunnel-name NAME) | (tunnel-id TUNNEL_ID) | (node-role (ingress | transit | egress)) |)
Parameter
NAME
RSVP tunnel name
TUNNEL_ID
RSVP tunnel identifier
ingress
LSP role is ingress
transit
LSP role is transit
egress
LSP role is egress
Command Mode
Exec mode
Applicability
This command was introduced in OcNOS version 1.3.2.
Note: For Qumran, counters are not available for transit nodes.
Examples
#show mpls counters rsvp
Tunnel-id 5001 Extended Tunnel-ID 9.9.9.1 Egress 9.9.9.2
lsp-name : t1-Primary [Ingress]
lsp-ingress : 9.9.9.1 lsp-id : 101
Rx pkts : 0 Rx bytes : 0
Tx pkts : 0 Tx bytes : 0
lsp-name : t1-Secondary [Ingress]
lsp-ingress : 9.9.9.1 lsp-id : 102
Rx pkts : 0 Rx bytes : 0
Tx pkts : 0 Tx bytes : 0
Tunnel-id 5002 Extended Tunnel-ID 9.9.9.1 Egress 9.9.9.3
lsp-name : t2-Primary [Ingress]
lsp-ingress : 9.9.9.1 lsp-id : 104
Rx pkts : 0 Rx bytes : 0
Tx pkts : 0 Tx bytes : 0
lsp-name : t2-Detour [Ingress]
lsp-ingress : 1.1.49.1 lsp-id : 104
Rx pkts : 0 Rx bytes : 0
Tx pkts : 0 Tx bytes : 0
Table 5 explains the show command output fields.
Table 5: show mpls counters rsvp output field
Field | Description |
---|
Tunnel-id | Tunnel identifier (destination port) for the RSVP session. |
Extended Tunnel-ID | Extended Tunnel identifier (destination port) for the RSVP session. |
Egress | Egress router is the final MPLS device that removes the last label before packets leave the MPLS network. |
lsp-name | Name of the SPRING-TE LSP. |
Ingress | The router at the beginning of an LSP. This router encapsulates IP packets with an MPLS Layer 2 frame and forwards it to the next router in the path. |
lsp-ingress | The router at the beginning of an LSP. |
lsp-id | Specify the generic LSP identifier. |
Rx packets | Number of hello packets received from the neighbor. |
Rx bytes | Size of hello packets received from the neighbor. |
Tx packets | Number of hello packets sent to the neighbor. |
Tx bytes | Size of hello packets sent to the neighbor. |
Last modified date: 07-13-2023