Displays MPLS LDP tunnel information.
| URI | Description |
|---|---|
| <base_URI>/operational-state/ mpls-state/ldp/tunnels/ldp-tunnels | Displays MPLS LDP tunnel information. |
| <base_URI>/operational-state/mpls-state/ldp/tunnels/ldp-tunnels/{tunnel-destination} | Displays MPLS LDP tunnel destination details. |
Only GET operations is supported. Use of the Resource-Depth request header is recommended.
http://host:80/rest/operational-state/ mpls-state/ldp/tunnels/ldp-tunnels
None
<ldp-tunnels xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest"
y:self="/rest/operational-state/mpls-state/ldp/tunnels/ldp-tunnels/3.3.3.3%2C32">
<tunnel-destination>3.3.3.3</tunnel-destination>
<prefix-length>32</prefix-length>
<tunnel-interface-index>2092958233</tunnel-interface-index>
<tunnel-metric>0</tunnel-metric>
<tunnel-vif>537</tunnel-vif>
<out-segments y:self="/rest/operational-state/mpls-state/ldp/tunnels/ldp-tunnels/3.3.3.3%2C32/out-segments/%22Ve 101%22">
<outgoing-interface>"Ve 101"</outgoing-interface>
<next-hop-ipaddress>16.16.16.2</next-hop-ipaddress>
</out-segments>
</ldp-tunnels>