get-stp-brief-info
Returns Spanning Tree Protocol (STP) information.
Usage
<get-stp-brief-info></get-stp-brief-info>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2025">
<get-stp-brief-info xmlns="urn:brocade.com:mgmt:brocade-xstp-ext">
<spanning-tree-info>
<stp-mode>STP</stp-mode>
<stp>
<route-bridge>
<priority>32768<priority>
<bridge-id>22<bridge-id>
<hello-time>2<hello-time>
<max-age>20</max-age>
<forward-delay>15</forward-delay>
</route-bridge>
<bridge>
<priority>32768</priority>
<hello-time>2<hello-time>
<max-age>20</max-age>
<forward-delay>15</forward-delay>
<transmit-hold-count>6</transit-hold-count>
<migrate-time>3</migrate-time>
<port>
<interface-type>ethernet</interface-type>
<interface-name>2/5</interface-name>
<spanningtree-enabled>true<spanningtree-enabled>
(output truncated)
</spanning-tree-info>
<has-more>true</has-more>
<last-instance>
<instance-id>91</instance-id>
</last-instance>
</get-stp-brief-info>
</rpc-reply>
Parameters
- stp-mode
- Displays the type of the Spanning Tree Protocol configured on the switch.
- priority
- Displays the Bridge priority.
- hello-time
- Displays the interval between two transmissions of BPDU packets sent by the Root Bridge to tell all other switches that it is indeed the Root Bridge (1 to 10 sec).
- max-age
- The Max Age may be set to ensure that old information does not endlessly circulate through redundant paths in the network, preventing the effective propagation of new information (6 to 40 sec).
- forward-delay
- Port on the Switch spends this time in the listening state while moving from the blocking state to the forwarding state (4 to 30 sec).
- transmit-hold-count
- Displays the transmin hold count.
- migrate-time
- Displays the migrate time.
- interface-type
- Displays the interface type.
- interface-name
- Displays the interface name.
- spanningtree-enabled
- Displays if the spnanning tree is enabled.
- instance-id
- Specifies the instance ID.