get-stp-mst-detail

Retrieves RPC to return MSTP details.

Resource URIs

URI Description
<base_URI>/operations/get-stp-mst-detail Retrieves RPC to return MSTP details.

Parameters

cist-root-id
Displays the CIST Root ID.
cist-bridge-id
Displays the CIST bridge ID.
cist-reg-root-id
Displays the CIST regional root ID.
root-forward-delay
Displays the CIST root forward delay.
hello-time
Displays the CIST root hello time.
max-age
Displays the CIST root maximum age.
max-hops
Displays the hops the BPDU will be valid.
migrate-time
Displays the migration time.
interface-type
Displays the interface type.
interface-name
Displays the interface name.
spanningtree-enabled
Displays if the spanning tree enabled.
if-index
Displays the interface index.
interface-id
Displays the interface ID.
if-role
Displays the interface role.
if-state
Displays the interface state.
internal-path-cost
Displays the designated internal path cost.
external-path-cost
Displays the designated external path cost.
configured-path-cost
Displays the configured path cost.
designated-port-id
Displays the designated port ID.
port-priority
Displays the port priority.
designated-bridge-id
Displays the designated bridge ID.
forward-transitions-count
Displays the number of forward transitions.
port-hello-time
Displays the Port hello time.
received-stp-type
Displays the received (rx) stp type.
transmitted-stp-type
Displays the transmitted (tx) stp type.
edge-port
Displays the Edge Port mode.
auto-edge
Displays the Auto Edge.
edge-delay
Displays the Edge delay.
admin-edge
Displays the Admin Edge.
boundary-port
Displays the Is boundary.
configured-root-guard
Displays the configured root guard.
oper-root-guard
Displays the operational root guard.
oper-bpdu-guard
Displays the operational BPDU guard.
oper-bpdu-filter
Displays the operational BPDU filter.
link-type
Displays the point-to-point - enable rapid transition.
rx-bpdu-count
Displays the received BPDU count.
tx-bpdu-count
Displays the transmitted BPDU count.
instance-id
Displays the instance ID of the last received spanning-tree instance.
msti-root-id
Displays the MSTI Root ID.
msti-bridge-id
Displays the MSTI bridge ID.
msti-bridge-priority
Displays the MSTI bridge priority.
vlan-id
Displays the VLAN ID.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-stp-mst-detail

<get-stp-mst-detail></get-stp-mst-detail>	
<output xmlns='urn:brocade.com:mgmt:brocade-xstp-ext'>
  <cist>
    <cist-root-id>8000.01e0.5200.05bf</cist-root-id>
    <cist-bridge-id>8000.01e0.5200.05bf</cist-bridge-id>
    <cist-reg-root-id>8000.01e0.5200.05bf</cist-reg-root-id>
    <root-forward-delay>15</root-forward-delay>
    <hello-time>2</hello-time>
    <max-age>20</max-age>
    <max-hops>20</max-hops>
    <migrate-time>3</migrate-time>
    <port>
      <interface-type>port-channel</interface-type>
      <interface-name>2/0/12</interface-name>
      <spanningtree-enabled>false</spanningtree-enabled>
      <if-index>403046411</if-index>
      <interface-id>32768</interface-id>
      <if-role>disabled</if-role>
      <if-state>forwarding</if-state>
      <internal-path-cost>0</internal-path-cost>
      <external-path-cost>0</external-path-cost>
      <configured-path-cost>20000000</configured-path-cost>
      <designated-port-id>0</designated-port-id>
      <port-priority>128</port-priority>
      <designated-bridge-id>0000.0000.0000.0000</designated-bridge-id>
      <forward-transitions-count>0</forward-transitions-count>
      <port-hello-time>2</port-hello-time>
      <received-stp-type>none</received-stp-type>
      <transmitted-stp-type>mstp</transmitted-stp-type>
      <edge-port>off</edge-port>
      <auto-edge>no</auto-edge>
      <edge-delay>3</edge-delay>
      <admin-edge>no</admin-edge>
      <boundary-port>yes</boundary-port>
      <configured-root-guard>off</configured-root-guard>
      <oper-root-guard>off</oper-root-guard>
      <oper-bpdu-guard>off</oper-bpdu-guard>
      <oper-bpdu-filter>off</oper-bpdu-filter>
      <link-type>point-to-point</link-type>
      <rx-bpdu-count>0</rx-bpdu-count>
      <tx-bpdu-count>0</tx-bpdu-count>
    </port>
  </cist>
  <msti>
    <instance-id>1</instance-id>
    <msti-root-id>8001.01e0.5200.05bf</msti-root-id>
    <msti-bridge-id>8001.01e0.5200.05bf</msti-bridge-id>
    <msti-bridge-priority>32769</msti-bridge-priority>
    <port>
      <interface-type>port-channel</interface-type>
      <interface-name>2/0/12</interface-name>
      <spanningtree-enabled>false</spanningtree-enabled>
      <if-index>403046411</if-index>
      <interface-id>32768</interface-id>
      <if-role>disabled</if-role>
      <if-state>forwarding</if-state>
      <internal-path-cost>0</internal-path-cost>
      <configured-path-cost>20000000</configured-path-cost>
      <designated-port-id>0</designated-port-id>
      <port-priority>128</port-priority>
      <designated-bridge-id>0000.0000.0000.0000</designated-bridge-id>
      <forward-transitions-count>0</forward-transitions-count>
      <received-stp-type>none</received-stp-type>
      <transmitted-stp-type>mstp</transmitted-stp-type>
      <edge-port>off</edge-port>
      <auto-edge>no</auto-edge>
      <edge-delay>3</edge-delay>
      <admin-edge>no</admin-edge>
      <boundary-port>yes</boundary-port>
      <rx-bpdu-count>0</rx-bpdu-count>
      <tx-bpdu-count>0</tx-bpdu-count>
    </port>
  </msti>
  <has-more>false</has-more>
</output>