Forwarding Interfaces

The forwarding list is derived from combining all the component’s forwarding interfaces and removing the interfaces that are listed as the static filtering interfaces.

Spanning tree commands

Spanning tree bridge commands

config spanningtree bridge forwarddelay

Use this command to configure the Bridge Forward Delay parameter to a new value. Forwarddelay is used by bridges to ensure that a new network topology has stabilized before leaving the blocking state. The forwarddelay value is in whole seconds within a range of 4 to 30, with the value being greater than or equal to ((Bridge Max Age / 2) + 1).

Default 15

Format

config spanningtree bridge forwarddelay <4-30>

config spanningtree bridge hellotime

Use this command to configure the Hello Time parameter to a new value. Hellotime determines how often a hello message is broadcast; it cannot be longer than MaxAge but should be longer than forwarddelay. The hellotime value is in whole seconds within a range of 1 to 10 with the value being less than or equal to ((Bridge Max Age / 2) - 1).

Default 2

Format

config spanningtree bridge hellotime <1-10>

config spanningtree bridge maxage

Use this command to configure the Bridge Max Age parameter to a new value. This is the value that all bridges use for maxage when this bridge is acting as the root: A BPDU will be discarded when its age exceeds maxage. The maxage value is in whole seconds within a range of 6 to 40, with the value being less than or equal to (2 times (Bridge Forward Delay - 1)).

Default 6

Format

config spanningtree bridge maxage <6-40>

config spanningtree bridge priority

Use this command to configure the Bridge Priority parameter to a new value. The bridge priority value is the first two octets of the eight octet Bridge ID. This value is a number between 0 and 61440. The lower the number the higher the priority. The twelve least significant bits will be masked according to the IEEE 802.1s specification. This will cause the priority to be rounded down to the next lower valid priority.

Default 32768

Format

config spanningtree bridge priority <0-61440>

show spanningtree bridge

Use this command to display the STP settings for the bridge.

Format

show spanningtree bridge

Bridge Priority

The priority component of the bridge identifier. Valid values range from 0-61440, in increments of 4096. The lower the number the higher the priority. The factory default is 32768.

196

Intel® Blade Server Ethernet Switch Module IXM5414E

Page 206
Image 206
Intel IXM5414E manual Spanning tree commands, Spanning tree bridge commands