mpls-state/route

Displays routes installed by MPLS.

Resource URIs

URI Description
<base_URI>/operational-state/mpls-state/route Displays routes installed by MPLS.

Usage Guidelines

Only GET operation is supported. Use of the Resource-Depth request header is recommended.

Examples

URI

http://host:80/rest/operational-state/mpls-state/route

None

<route xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/route/514">
  <entry-index>514</entry-index>
  <outseg-index>1</outseg-index>
  <dest-ip-prefix>4.4.3.2/32</dest-ip-prefix>
  <gateway-ip-addr>4.4.3.2</gateway-ip-addr>
  <out-interface-name>&quot;Ve 101&quot;</out-interface-name>
  <out-label>2832</out-label>
  <protocol>mpls-protocol-rsvp</protocol>
  <vif-index>176</vif-index>
  <metric>0</metric>
  <use-count>0</use-count>
</route>