Cisco CCNP / BCMSN Exam Tutorial: Spanning Tree Protocol (STP) Timers

In your BCMSN / CCNP exam study, it's easy tothe forward delay for the spanning treehello-time Set
overlook some of the details of Spanning Treethe hello interval for the spanning treemax-age Set the
Protocol (STP). After all, you learned all of that in yourmax age interval for the spanning treepriority Set the
CCNA studies, right? Not necessarily! While some ofbridge priority for the spanning treeroot Configure
the BCMSN material will be a review for you, there areswitch as root
some details regarding familiar topics that you need toSW1(config)#spanning-tree vlan 1 hello-time 5
learn. That includes the timers for STP - Hello Time,SW1(config)#spanning-tree vlan 1 max-age 30
MaxAge, and Forward Delay.SW1(config)#spanning-tree vlan 1 forward-time 20
You may remember these timers from your CCNASW1(config)#^Z SW1#show spanning-tree vlan 1
studies as well, and you should also remember thatVLAN0001
these timers should not be changed lightly. What youSpanning tree enabled protocol ieee
might not have known is that if you decide to changeRoot ID Priority 32769
any and all of these timers, that change must beAddress 000f.90e1.c240
configured on the root bridge! The root bridge willThis bridge is the root
inform the nonroot switches of the change via BPDUs.Hello Time 5 sec Max Age 30 sec Forward Delay 20
Hello Time is the interval between BPDUs, twosec
seconds by default.Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Forward Delay is the length of both the listening andAddress 000f.90e1.c240
learning STP stages, with a default value of 15Hello Time 5 sec Max Age 30 sec Forward Delay 20
seconds.sec
Maximum Age, referred to by the switch as MaxAge,Aging Time 300
is the amount of time a switch will retain a BPDU'sInterface Role Sts Cost Prio.Nbr Type
contents before discarding it. The default is 20Fa0/11 Desg FWD 19 128.11 P2p
seconds.Fa0/12 Desg FWD 19 128.12 P2p
The value of these timers can be changed with theAgain, you should always take great care in changing
spanning-tree vlan command shown below. Verify thethese timers. Those defaults are set for a reason -
changes with the show spanning-tree command.helping to prevent switching loops!
SW1(config)#spanning-tree vlan 1 ?forward-time Set