spanning-tree delay-time
forward_delay_time
Example:
FOS-3128(config)# spanning-tree delay-time 4
OK !
In this example, it configures the
Forward Delay Time of Switch A as
4.
spanning-tree version
stp_version
Example:
FOS-3128(config)# spanning-tree version normal
OK !
In this example, it configures the
STP Version of Switch A as
“Normal”.
interface
port_list
Example:
FOS-3128(config)# interface 9-10
FOS-3128(config-if-9,10)#
Specify the Port 9 and Port 10 that
you would like to configure to
RSTP.
spanning-tree
Example:
FOS-3128(config-if-9,10)# spanning-tree
OK !
Enable spanning tree protocol on
Port 9 and Port 10.
spanning-tree cost
path_cost
Example:
FOS-3128(config-if-9,10)# spanning-tree cost 0
OK !
In this example, it configure the
port path cost for Port 9 and Port 10
as 0.
spanning-tree priority
bridge_priority
Example:
FOS-3128(config-if-9,10)# spanning-tree priority 0
OK !
In this example, it configure the
port priority for Port 9 and Port 10
as 0. It means the value of the real
priority is “0”.
spanning-tree edge
Example:
FOS-3128(config-if-9,10)# no spanning-tree edge
OK !
In this example, it configure Port 9
and Port 10 as the non-edge ports.
spanning-tree p2p
type
Example:
FOS-3128(config-if-9,10)# spanning-tree p2p forced_true
OK !
In this example, it configures the
type of Port 9 and Port 10 as
point to point ports.
exit
Example:
FOS-3128(config-if-9,10)# exit
FOS-3128(config)#
Return to the global
configuration mode.
exit
Example:
FOS-3128(config)# exit
FOS-3128#
Return to the Privileged mode.
write
Example:
FOS-3128# write
Save Config Succeeded!
Save the running configuration
into the startup configuration.