Back to Contents Page
Spanning Tree/Bridge Settings Page:
Dell PowerEdge 1655MC Integrated Switch User's Guide
Bridge Settings
From the Bridge Settings page, you can enable and configure the Spanning Tree.
The following information is displayed in the Spanning Tree table:
- Bridge ID a unique identifier for the switch in the Spanning Tree.
The ID is calculated using the defined Spanning Tree priority of the switch
and its MAC address. The lower the Bridge ID, the more likely the switch will
act as the root.
- Max Age the maximum time (in seconds) the switch can wait without
receiving a configuration message before attempting to reconfigure.
- Hello Time the time interval (in seconds) at which the root device
transmits a configuration message.
- Forward Delay the maximum time (in seconds) the root device will
wait before changing states (i.e., listening to learning to forwarding).
- Designated Root the priority and MAC address of the device in the
Spanning Tree that the switch has accepted as the root device.
- Root Port the number of the port on the switch that is closest to
the root. The switch communicates with the root device through this port.
If there is no root port, then the switch has been accepted as the root device
of the Spanning Tree network.
- Root Path Cost the path cost from the root port on the switch to
the root device.
- Configuration Changes the number of times the Spanning Tree has been
reconfigured.
- Last Topology Change the time since the Spanning Tree was last reconfigured.
The following options are available in the Attribute table:
- Spanning Tree State enables or disables the Spanning Tree. If you
enable the Spanning Tree, you must complete the other fields.
- Priority sets the priority setting among other switches in the Spanning
Tree. (Range: 0 - 65535)
- Hello Time sets the interval between configuration messages sent
by the Spanning Tree Protocol. (Range: 1 - 10 seconds)
The maximum value is the lower of 10 or [(Maximum Age / 2) -1].
- Maximum Age sets the amount of time before the system discards a
configuration message. (Range: 6-40 seconds)
The minimum value is the higher of 6 or [2 x (Hello Time + 1)].
The maximum value is the lower of 40 or [2 x (Forward Delay - 1)].
- Forward Delay sets the amount of time the system spends in learning
and listening states. (Range: 4 - 30 seconds)
The minimum value is the higher of 4 or [(Maximum Age / 2) + 1].
To save any changes you make in this page for the current session, click Apply
Changes. To reset these fields to their current value, click Refresh.
CLI Commands
The following is a summary of the equivalent CLI commands for items in the
Spanning Tree/Bridge Settings web page.
Command |
Usage |
bridge bridge-group
spanning-tree |
Use this command to enable the spanning tree algorithm globally
for the switch. Use the no form to disable it. (LINK) |
bridge bridge-group
forward-time seconds |
Use this command to configure the spanning tree bridge forward
time globally for the switch. (LINK) |
bridge bridge-group
hello-time time |
Use this command to configure the spanning tree bridge hello
time globally for the switch. (LINK) |
bridge bridge-group
max-age seconds |
Use this command to configure the spanning tree bridge maximum
age globally for the switch. (LINK) |
bridge bridge-group
priority priority |
Use this command to configure the spanning tree priority
globally for the switch. (LINK) |
show bridge group
bridge-group [interface] |
Use this command to show the spanning tree configuration.
(LINK) |
Example
(config)#bridge 1 spanning-tree
(config)#bridge 1 forward-time 20
(config)#bridge 1 hello-time 5
(config)#bridge 1 max-age 40
(config)#bridge 1 priority 40000
(config)#exit
#show bridge group 1 ethernet 1/10
Bridge-group information
--------------------------------------------------------
Spanning tree protocol :ieee8021d
Spanning tree enable/disable :enable
Priority :32768
Hello Time (sec.) :2
Max Age (sec.) :20
Forward Delay (sec.) :15
Designated Root :32768.0000e9000066
Current root :0
Current root cost :0
Number of topology changes :1
Last topology changes time (sec.):2167
Hold times (sec.) :1
--------------------------------------------------------
Port 1/10 information
--------------------------------------------------------
Status :enable
State :broken
Path cost :4
Priority :128
Designated cost :0
Designated port :128.11
Designated root :32768.0000e9000066
Designated bridge :32768.0000e9000066
Fast forwarding :disable
Forward transitions :0
#
|
Back to Contents Page