show mpls rsvp tunnel
Displays tunnels signalled using RSVP.
Syntax: show mpls rsvp tunnel [down | egress [ip-address][tunnel-id] |ingress [ip-address] [lsp-id] | midpoint | name name | up]
down
|
Display only tunnel instances without installed labels.
|
egress ip-address
|
Display tunnels based on their egress IP address.
|
egress tunnel-id
|
Display tunnels based on their tunnel ID.
|
ingress ip-address
|
Display tunnels that originate from the given address.
|
ingress lsp-id
|
Display tunnels for which the router is ingress and that have the given lsp-id.
|
midpoint
|
Display tunnels for which this node is midpoint.
|
name name
|
Display the tunnel with the specified name.
|
up
|
Display only tunnel instances with installed labels.
|
Description: The show commands differentiate between tunnels and tunnel instances. An LSP is a tunnel instance. A tunnel may have one or temporarily multiple tunnel instances (LSPs).
Most of the show command selectors can be combined in arbitrary order except when they are mutually exclusive:
Table 1-7. Combining Selectors in show mpls rsvp tunnel
| Command
|
Description
|
show mpls rsvp tunnel ingress
|
Display tunnels for which the router is ingress.
|
show mpls rsvp tunnel ingress <addr>
|
Display tunnels that originate from the given address.
|
show mpls rsvp tunnel ingress <lsp-id>
|
Display tunnels for which the router is ingress and that have the given lsp-id.
|
show mpls rsvp tunnel ingress <addr><lsp-id>
|
Display tunnels with given lsp-id originating from given address.
|
show mpls rsvp tunnel midpoint
|
Display tunnels for which the router is midpoint.
|
show mpls rsvp tunnel egress
|
Display tunnels which terminate at the router.
|
show mpls rsvp tunnel egress <addr>
|
Display tunnels with given egress address.
|
show mpls rsvp tunnel egress <tunnel-id>
|
Display tunnels which terminate at the router and have the specified tunnel-id.
|
show mpls rsvp tunnel egress <addr><tunnel-id>
|
Display tunnels with given egress address and tunnel-id.
|
show mpls rsvp tunnel name <tunnel-name>
|
Display tunnels with specific name.
|
show mpls rsvp tunnel up
|
Display tunnels with operational labels.
|
show mpls rsvp tunnel down
|
Display tunnels without labels
|
Factory Default: None.
Command Mode: Executive and privileged.
Example: The following is sample out put of the show mpls rsvp tunnel name command:
router#show mpls rsvp tunnel name t2w
Tunnel Name: t2w
role of this node: ingress
destination address: 8.8.8.8 tunnel id: 2
ext. tunnel id (ingress addr): 91.91.92.2
number of LSP's: 1 reservation style: SE
Tunnel Instance (LSP id): 2 ingress addr: 91.91.92.2
previous hop: 127.0.0.1 next hop: 91.91.92.1
in interface: <none> label: <none>
out interface: POS 1/2/4 label: 4095
outsegment: 8
tspec data rate: 50 mbit/s
advertised path bw: 0 mbit/s path mtu: 0
holding priority: 7 setup priority: 7 LSP is not mergeable
incoming explicit route:
<none>
outgoing explicit route:
91.91.92.1
8.8.8.8
recorded route preceding this node:
<none>
recorded route following this node:
91.91.92.1
|
The following table describes the fields in the display:
Table 1-8. Fields Displayed by show mpls rsvp tunnel
| Field
|
Description
|
Tunnel Name:
|
Name of this tunnel.
|
role of this node:
|
Whether this node is an ingress, midpoint or egress.
|
destination address:
|
IP address of the egress LSR.
|
ext. tunnel id (ingress addr):
|
The extended tunnel ID/Ingress address.
|
number of LSPs:
|
Number of LSPs associated with this tunnel.
|
reservation style:
|
SE = shared explicit
FF = fixed filter
|
Tunnel Instance (LSP id):
|
LSP ID of this LSP.
|
previous hop:
|
IP address of the previous hop for this LSP.
|
next hop:
|
IP address of the next hop for this LSP.
|
in interface:
|
Ingress interface for this LSP. This field is <none> if this node is the ingress node.
|
label:
|
Label expected on packets arriving on this ingress interface.
|
out interface:
|
Egress interface for this LSP. This field is <none> if this node is the egress node.
|
label:
|
Label applied to outgoing packets on this egress interface.
|
outsegment:
|
Outsegment ID.
|
tspec data rate:
|
The Tspec object describes the data flow. The associated data rate is the bandwidth for the tunnel.
|
advertised path bw:
|
Bandwidth for this path as advertised by the upstream LSR.
|
path mtu:
|
Path MTU discovered up to this LSR.
|
holding priority:
|
Specifies the priority used when protecting this tunnel from preemption by other tunnels.
|
setup priority:
|
Specifies the priority used when setting up this tunnel.
|
LSP is not mergeable
|
Indicates if this LSP can be merged with other LSPs.
|
incoming explicit route:
|
Explicit route object received from upstream LSR. This field is <none> if this is an ingress LSR.
|
outgoing explicit route:
|
Explicit route object forwarded from this LSR. This field is <none> if this is an egress LSR.
|
recorded route preceding this node:
|
IP addresses of LSRs preceding this LSR for this LSP. This field is <none> if this is an ingress LSR.
|
recorded route following this node:
|
IP addresses of LSRs following this LSR for this LSP. This field is <none> if this is an egress LSR.
|
Related Commands: rsvp neighbor enable-label-requests
show mpls rsvp
show mpls rsvp lsp-list
show mpls rsvp neighbor
show mpls rsvp neighbor-list
show mpls rsvp statistics
show mpls te tunnel