Dil ID: 1
Dil Adı: english
Dil Kodu: en5tayfun Atl-telecom Brand's Products
Dünyanın En Büyük
Elektronik Bilgi Kütüphanesi



277277277277277
Configuring STP/RSTP
13-19
VLAN ID: 2
.
.
.
ForwardDelay: 15(s)
Bridge MaxAge: 20(s)
Bridge HelloTime: 5(s)
Bridge ForwardDelay: 15(s)
.
.
#
To return the STP hello timers to the default value, use the no form of these command in Global
configuration mode:
(config)# no stp hello-time vlan id 2
(config)#
The following example shows how to set STP forward delay timers to 20 seconds for a VLAN:
# configure terminal
(config)# stp forward-delay 20 vlan id 2
(config)# end
# show stp vlan id 2
VLAN ID: 2
Protocol Operation: enabled
.
.
Bridge HelloTime: 5(s)
Bridge ForwardDelay: 20(s)
.
.
#
To return the STP forward delay timers to the default value, use the no form of these command
in Global configuration mode:
(config)# no stp forward-delay vlan id 2
(config)#