Displays the MPLS LDP tunnels.
| URI | Description |
|---|---|
| <base_URI>operational-state/mpls-state/ldp/tunnels | Displays the MPLS LDP tunnels. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/operational-state/mpls-state/ldp/tunnels
None
<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">
<total-tunnel-count>1</total-tunnel-count>
<ldp-tunnels y:self="/rest/operational-state/mpls-state/ldp/tunnels/ldp-tunnels/13.13.13.2%2C32">
<tunnel-destination>13.13.13.2</tunnel-destination>
<prefix-length>32</prefix-length>
</ldp-tunnels>
</tunnels>