mpls-state/policy

Displays the MPLS policy.

Resource URIs

URI Description
<base_URI>/operational-state/mpls-state/policy Displays the MPLS policy.
<base_URI>/operational-state/mpls-state/policy/auto-bandwidth-enabled Returns true if auto bandwidth is enabled.
<base_URI>/operational-state/mpls-state/policy/autobw-sample-interval Displays autobandwidth sample interval.
<base_URI>/operational-state/mpls-state/policy/autobw-num-sample-record Displays autobandwidth sample record.

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/policy

None

<policy xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/policy">
  <cspf-intf>0</cspf-intf>
  <cspf-group-computation-mode>mpls-cspf-grp-comp-mode-default</cspf-group-computation-mode>
  <cspf-comp-mode>0</cspf-comp-mode>
  <cspf-comp-ignore-overload-bit>0</cspf-comp-ignore-overload-bit>
  <propagate-ttl>1</propagate-ttl>
  <label-propagate-ttl>0</label-propagate-ttl>
  <vrf-propagate-ttl>0</vrf-propagate-ttl>
  <rtm-route-filter-enabled>true</rtm-route-filter-enabled>
  <rtm-route-filter-all-ibgp-enabled>false</rtm-route-filter-all-ibgp-enabled>
  <ingress-tnnl-actg>0</ingress-tnnl-actg>
  <transit-session-actg>0</transit-session-actg>
  <load-interval>300</load-interval>
  <te-policy-protocol>mpls-te-ospf</te-policy-protocol>
  <te-policy-flags>0</te-policy-flags>
  <te-policy-area>0</te-policy-area>
  <handle-isis-nbr-down>0</handle-isis-nbr-down>
  <handle-ospf-nbr-down>0</handle-ospf-nbr-down>
  <fast-retry-on>1</fast-retry-on>
  <lsp-retry-interval>30</lsp-retry-interval>
  <frr-backup-retry-interval>30</frr-backup-retry-interval>
  <auto-bandwidth-enabled>0</auto-bandwidth-enabled>
  <autobw-sample-interval>300</autobw-sample-interval>
  <autobw-num-sample-record>1500</autobw-num-sample-record>
  <soft-preempt-cleanup-timer>30</soft-preempt-cleanup-timer>
  <rsvp-periodic-flooding-timer>180</rsvp-periodic-flooding-timer>
  <admin-groups y:self="/rest/operational-state/mpls-state/policy/admin-groups/ad2">
    <name>ad2</name>
    <group-number>2</group-number>
  </admin-groups>
  <rsvp-flooding-thresholds y:self="/rest/operational-state/mpls-state/policy/rsvp-flooding-thresholds/threshold_default_up">
    <threshold-type>threshold_default_up</threshold-type>
    <flooding-thresholds>15 30 45 60 75 80 85 90 95 96 97 98 99 100</flooding-thresholds>
  </rsvp-flooding-thresholds>
  <rsvp-flooding-thresholds y:self="/rest/operational-state/mpls-state/policy/rsvp-flooding-thresholds/threshold_default_down">
    <threshold-type>threshold_default_down</threshold-type>
    <flooding-thresholds>15 30 45 60 75 80 85 90 95 96 97 98 99</flooding-thresholds>
  </rsvp-flooding-thresholds>
</policy>