Home > STP Questions 5

STP Questions 5

March 12th, 2012 in SWITCH 642-813 Go to comments

Here you will find answers to STP Questions – Part 5

Quick notes:

BPDU filtering: prevents the switch interfaces connected to end stations from sending or receiving BPDUs.
BPDU port-guard: If any BPDU is received on a port where BPDU guard is enabled, that port is put into the err-disable state immediately.

Question 1

Refer to the exhibit. Which statement is true about the output?

CAT1# show spanning-tree interface FastEthernet 0/1 detail
Port 1 (FastEthernet0/1) of VLAN0001 is forwarding
Port path cost 19, Port priority 128, Port Identifier 128.1.
Designated root has priority 32769, address 000a.4107.7400
Designated bridge has priority 32769, address 000a.4107.7400
Designated port id is 128.1, designated path cost 0
Timers: message age 0, forward delay 0, hold 0
Number of transitions to forwarding state: 1
BPDU: sent 237, received 1
CAT2# show spanning-tree interface FastEthernet 0/2 detail
Port 2 (FastEthernet0/2) of VLAN0001 is blocking
Port path cost 19, Port priority 128, Port Identifier 128.2.
Designated root has priority 32769, address 000a.4107.7400
Designated bridge has priority 32769, address 000a.4107.7400
Designated port id is 128.1, designated path cost 0
Timers: message age 1, forward delay 0, hold 0
Number of transitions to forwarding state: 0
BPDU: sent 1, received 242
CAT3# show spanning-tree interface FastEthernet 0/1 detail
Port 1 (FastEthernet0/1) of VLAN0001 is forwarding
Port path cost 19, Port priority 128, Port Identifier 128.1.
Designated root has priority 32769, address 000a.4107.7400
Designated bridge has priority 32769, address 000a.4107.7400
Designated port id is 128.1, designated path cost 0
Timers: message age 0, forward delay 0, hold 0
Number of transitions to forwarding state: 1
BPDU: sent 24, received 0

A. The port on switch CAT1 is forwarding and sending BPDUs correctly.
B. The port on switch CAT1 is blocking and sending BPDUs correctly.
C. The port on switch CAT2 is forwarding and receiving BPDUs correctly.
D. The port on switch CAT2 is blocking and sending BPDUs correctly.
E. The port on switch CAT3 is forwarding and receiving BPDUs correctly.
F. The port on switch CAT3 is forwarding, sending, and receiving BPDUs correctly.


Answer: A

Explanation

From the first lines of the “show” commands and the BPDU sent and received we can conclude:

CAT1 is forwarding and sending BPDUs correctly (BPDU: sent 237, received 1) but it is not receiving BPDUs.
CAT2 is blocking and receiving BPDUs correctly (BPDU: sent 1, received 242) but it is not sending BPDUs.
CAT3 is forwarding and sending BPDUs correctly (BPDU: sent 24, received 0) but it is not receiving BPDUs.

-> only answer A is correct.

Question 2

Which of the following specifications is a companion to the IEEE 802.1w Rapid Spanning Tree Protocol (RSTP) algorithm, and warrants the use multiple spanning-trees?

A. IEEE 802.1s (MST)
B. IEEE 802.1Q (CST)
C. Cisco PVST+
D. IEEE 802.1d (STP)


Answer: A

Explanation

MST maps multiple VLANs into a spanning tree instance, with each instance having a spanning tree topology independent of other spanning tree instances. This architecture provides multiple forwarding paths for data traffic, enables load balancing, and reduces the number of STP instances required to support a large number of VLANs. MST improves the fault tolerance of the network because a failure in one instance (forwarding path) does not affect other instances (forwarding paths).

Note: RSTP is automatically turned on along with MST (the “spanning-tree mode mst” in global configuration mode will turn on both RSTP & MST)

(Reference: http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli_rel_4_0_1a/MST.html)

Question 3

What two things will occur when an edge port receives a BPDU? (Choose two)

A. The port immediately transitions to the Forwarding state.
B. The switch generates a Topology Change Notification (TCN) BPDU.
C. The port immediately transitions to the err-disable state.
D. The port becomes a normal STP switch port.


Answer: B D

Explanation

The concept of edge port basically corresponds to the PortFast feature. An edge port directly transitions to the forwarding state, and skips the listening and learning stages. An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port.

(Reference: http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml#edge)

Question 4

Which statement is true about RSTP topology changes?

A. Only nonedge ports moving to the blocking state generate a TC BPDU.
B. Any loss of connectivity generates a TC BPDU.
C. Any change in the state of the port generates a TC BPDU.
D. Only nonedge ports moving to the forwarding state generate a TC BPDU.
E. If either an edge port or a nonedge port moves to a block state, then a TC BPDU is generated.


Answer: D

Explanation

When a Switch (Bridge) discovers topology change, it generates a TCN (Topology Change Notification) BPDU (Bridge Protocol Data Unit) and sends the TCN BPDU on its root port. The upstream Switch (Bridge) responds back the sender with TCA (Topology Change Acknowledgment) BPDU (Bridge Protocol Data Unit) and TCA (Topology Change Acknowledgment) BPDU (Bridge Protocol Data Unit)
The upstream Switch (Bridge) (bridge which received the TCN BPDU) generates another TCN BPDU and sends out via its Root Port. The process continues until the Root Switch (Bridge) receives the TCN BPDU.
When the Root Switch (Bridge) is aware that there is a topology change in the network, it starts to send out its Configuration BPDUs with the topology change (TC) bit set. Configuration BPDUs are received by every Switch (Bridge) in the network and all bridges become aware of the network topology change.

The switch never generates a TCN when a port configured for PortFast goes up or down -> it means no TC will be created for PortFast (or Edge Port) -> D is correct.

(Reference: http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094797.shtml)

Question 5

Which of the following conditions guarantees that a broadcast storm cannot occur?

A. a native VLAN mismatch on either side of an 802.1Q link
B. BPDU filter configured on a link to another switch
C. Spanning Tree Protocol enabled on both Layer 2 and multilayer switches
D. PortFast enabled on all access and trunk ports


Answer: C

Question 6

Which two statements are true about port BPDU Guard and BPDU filtering? (Choose two)

A. BPDU guard can be enabled globally, whereas BPDU filtering must be enabled on a per-interface basis.
B. When globally enabled, BPDU port-guard and BPDU filtering apply only to PortFast enabled ports.
C. When globally enabled. BPDU port-guard and BPDU filtering apply only to trunking-enabled ports.
D. When a BPDU is received on a BPDU port-guard enabled port, the interface goes into the err-disabled state.
E. When a BPDU is received on a BPDU filtering enabled port, the interface goes into the err-disabled state.
F. When a BPDU is received on a BPDU filtering enabled port, the interface goes into the STP blocking state.


Answer: B D

Question 7

Which of the following will generate an RSTP topology change notification?

A. an edge port that transitions to the forwarding state
B. a non-edge port that transitions to the blocking state
C. a non-edge port that transitions to the forwarding state
D. an edge port that transitions to the blocking state
E. any port that transitions to the blocking state
F. any port that transitions to the forwarding state


Answer: C

Question 8

What is the effect of configuring the following command on a switch?

Switch(config)# spanning-tree portfast bpdufilter default

A. If BPDUs are received by a port configured for PortFast, then PortFast is disabled and the BPDUs are processed normally.
B. If BPDUs are received by a port configured for PortFast, they are ignored and none are sent.
C. If BPDUs are received by a port configured for PortFast, the port will transition to forwarding state.
D. The command will enable BPDU filtering on all ports regardless of whether they are configured for BPDU filtering at the interface level.


Answer: A

Explanation

Please read the explanation of Question 3

Question 9

Refer to the show spanning-tree mst configuration output shown in the exhibit. What should be changed in the configuration of the switch SW_2 in order for it to participate in the same MST region?

spanning-tree_mst_configuration.jpg

A. Switch SW_2 must be configured with the revision number of 2.
B. Switch SW_2 must be configured with a different VLAN range.
C. Switch SW_2 must be configured with the revision number of 1.
D. Switch SW_2 must be configured with a different MST name.


Answer: C

Question 10

Switch R1 has been configured with the root guard feature. What statement is true if the spanning tree enhancement Root Guard is enabled?
A. If BPDUs are not received on a non-designated port, the port is moved into the STP loop-inconsistent blocked state
B. If BPDUs are received on a PortFast enabled port, the port is disabled.
D C. If superior BPDUs are received on a designated port, the interface is placed into the root-inconsistent blocked state.
D. If inferior BPDUs are received on a root port, all blocked ports become alternate paths to the root bride.


Answer: C

Question 11

Based on the show spanning-tree vlan 200 output shown in the exhibit, which two statements about the STP process for VLAN 200 are true? (Choose two)

show_spanning-tree_vlan.jpg

A. BPDUs will be sent out every two seconds.
B. The time spent in the listening state will be 30 seconds.
C. The time spent in the learning state will be 15 seconds.
D. The maximum length of time that the BPDU information will be saved is 30 seconds.
E. This switch is the root bridge for VLAN 200.
F. BPDUs will be sent out every 10 seconds.


Answer: B F

Explanation

From the output you learn that:

+ This is not the root bridge for VLAN 200 (it does not have the line “This bridge is the root” and the root bridge information is shown first. It has a Alternative port).
+ The root bridge is sending Hello every 10 seconds, Max Age is 20 seconds and Forward Delay is 15 seconds while the local bridge is sending Hello every 2 seconds, Max Age is 20 seconds and Forward Delay is 15 seconds.

Aan IEEE bridge is not concerned about the local configuration of the timers value. The IEEE bridge considers the value of the timers in the BPDU that the bridge receives. Effectively, only a timer that is configured on the root bridge of the STP is important. In this case, the local switch will import STP timers from the root bridge -> The listening state (or learning state) will be 30 seconds, which equals to Forward Delay. Also BPDUs will be sent out every 10 seconds (Hello packets).

(Reference: http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml)

Comments
  1. yunas
    May 10th, 2012

    Correct answer for number 5 question is D…
    because if we don’t enter portfast on host port whenever user PC trun off or turn down TCN BPDU send…
    Cisco Switch Book say:
    An end-user workstation is usually connected to a switch port in the access layer. If the
    workstation is powered off and then turned on, the switch will sense that the port link status
    has gone down and back up. The port will not be in a usable state until STP cycles
    from the Blocking state to the Forwarding state. With the default STP timers, this transition
    takes at least 30 seconds (15 seconds for Listening to Learning, and 15 seconds for
    Learning to Forwarding). Therefore, the workstation cannot transmit or receive any useful
    data until the Forwarding state finally is reached on the port.
    And
    To see what effect this has on the STP topology and the network, consider the following
    sequence of events:
    1. The PC on Catalyst port 2/12 is turned off. The switch detects the link status going
    down.
    2. Catalyst C begins sending TCN BPDUs toward the root, over its root port (1/1).
    3. The root sends a TCN acknowledgment back to Catalyst C and then sends a Configuration
    BPDU with the TCN bit set to all downstream switches. This is done to inform
    every switch of a topology change somewhere in the network.
    4. The TCN flag is received from the root, and both Catalysts B and C shorten their
    bridge table aging times. This causes recently idle entries to be flushed, leaving only
    the actively transmitting stations in the table. The aging time stays short for the duration
    of the Forward Delay and Max Age timers.

  2. Zip
    May 16th, 2012

    @yunas,

    No the correct answer is C as shown above. What you are describing is not a broadcast storm. A broadcast storm is when a broadcast (like an ARP request) is forwarded out multiple ports and gets re-forwarded because of loops. The re-forwarding causes the amount of traffic from that one ARP traffic to grow and grow into a “storm”.

  3. Q11
    May 19th, 2012

    Hello, I don`t understand the Q11 – f as correct. From the output – there are depicted 2 ports, one root port and one blocked port. I thought, that only on designated ports, BPDU are sent out. There are no designated ports, thus no BPDU will be sent out.

  4. marco
    May 19th, 2012

    Q8.

    about that command, the official certification guide says:

    ”when you need to prevent BPDUs from being sent or processed on one or more switchport , you can use BPDU filtering to effectively disable STP on those ports”

    so, i think B is the correct choise, isn’t it?

  5. marco
    May 19th, 2012

    @Q11

    F is correct because the hello time value configured in the root bridge switch determines the hello time for all nonroot switches because they just relay the Configuration BPDU as they are received from the root

  6. Q11
    May 23rd, 2012

    marco; yes, thanks… but there is still no interface in the output, where the BPDU will be sent, no designated port… Thus guess just not complete output in the picture.

  7. marco
    May 24th, 2012

    @Q11
    let me know if i have understood..
    timer ‘hello time’ (listed in root bridge section of the output) refers to Configuration BPDUs sent by root bridge, every 10 seconds, from its designated ports.
    interfaces listed below refer to the local nonroot bridge interfaces status (one blk and the other root)

    bye

  8. marco
    May 24th, 2012

    @Q11

    i forgot another detail: Once root bridge is elected, Configuration BPDUs are only sent by the root, the other switches (nonroot):
    - process,
    - relay,
    - and change the sender ID

  9. davrojas
    May 25th, 2012

    At marco Q 8:

    STP is disabled, however the thumb rule is that if it receives a BPDU then PortFast is disabled and the BPDUs are processed normally.

    For Q 11:

    Not very sure for this one, but i guess you would have to assume they are directly connected and therefore the root would be pointing straight to the designated port from the other switch

  10. marco
    May 26th, 2012

    @ davrojas on Q8:

    do you have any links, documents where the thumb rule is specified?

    thks

  11. Amir
    May 28th, 2012

    Q8
    “Switch(config)# spanning-tree portfast bpdufilter default” is global configuration that disables all portfast and bpdufliter on all interfaces, so the ports appear as normal so…

  12. Richard
    May 28th, 2012

    Q8

    http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_55_se/commmand/reference/cli3.html#wp1946892

    spanning-tree portfast (global configuration)

    Use the spanning-tree portfast global configuration command to globally enable bridge protocol data unit (BPDU) filtering on Port Fast-enabled interfaces, the BPDU guard feature on Port Fast-enabled interfaces, or the Port Fast feature on all nontrunking interfaces. The BPDU filtering feature prevents the switch interface from sending or receiving BPDUs. The BPDU guard feature puts Port Fast-enabled interfaces that receive BPDUs in an error-disabled state. Use the no form of this command to return to the default settings.

    spanning-tree portfast {bpdufilter default | bpduguard default | default}

    no spanning-tree portfast {bpdufilter default | bpduguard default | default}
    Syntax Description

    bpdufilter default

    Globally enable BPDU filtering on Port Fast-enabled interfaces and prevent the switch interface connected to end stations from sending or receiving BPDUs.

    from this I think B is correct.

  13. Anonymous
    May 29th, 2012

    Answers for Q3 & Q4 seem to contradict each other regarding when a TCN is generated. Could someone please clarify this for me?

  14. marco
    June 2nd, 2012

    #spanning-tree portfast bpdufilter default

    here a link with a good explaination:
    http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.1E/native/configuration/guide/stp_enha.html#wp1042489

    STP operates on all switch ports, BPDUs are sent on all switch ports, even ports where PortFast has been enabled. However in special cases when we need to prevent BPDUs from being sent on one o more switch port we can use bpdufilter to disable STP on those ports. However if a portfast switch port receive a BPDU that port looses portfast status (portfast is disabled) and bpdufilter is disabled on thet port. So that port will act as a normal STP port.

    so A is the answer. sorry for the previous !

  15. SH.K
    June 5th, 2012

    When enabled globally, BPDU filtering has these attributes:
    - It affects all operational PortFast ports on switches that do not have BPDU filtering configured on the individual ports.

    - If BPDUs are seen, the port loses its PortFast status, BPDU filtering is disabled, and the STP sends and receives BPDUs on the port as it would with any other STP port on the switch.

    Upon startup, the port transmits ten BPDUs. If this port receives any BPDUs during that time, PortFast and PortFast BPDU filtering are disabled.

  16. SH.K
    June 5th, 2012

    So Answer A is correct on question 8

  17. AdyM
    June 13th, 2012

    @ Anonymous: The answers don’t really contradict each other.

    In RTSP a TCN will be sent both:
    * when a non-edge port moves to forwarding;
    * when a portfast enabled (edge) port receives a BPDU.

    The “only” word used in question 4 is being used to differentiate “only non-edge” as opposed to both edge and nonedge ports or in other words, all ports.

    @ Q11:
    Yep, I agree, it looks like question 11 has only one correct answer.
    Since the switch doesn’t have any designated ports and it’s running IEEE STP (PVST+ in this case) it should not send out any BPDUs on any of its two current ports, because one is a root port (pointing towards the root) and that’s the one where it receives the BPDUs and the other port is blocked, hence it doesn’t send any BPDUs, it only listens to the ones it receives on that link.
    It looks like the author of the question didn’t think this through very well. But that wouldn’t be a surprise; I found in the cert exam for CCNA, as well, a couple of questions which didn’t have any right answer.

  18. Mastrodonte
    June 19th, 2012

    Q.8
    Marco, i agree that the document is right, but it is especific for global configuration command. I think this is the mad. Becouse the document goes on to say:

    PortFast BPDU filtering can also be configured on a per-port basis. When PortFast BPDU filtering is explicitly configured on a port, it does not send any BPDUs and drops all BPDUs it receives.
    ——————————————————————————–
    Caution Explicate configuring PortFast BPDU filtering on a port that is not connected to a host can result in bridging loops as the port will ignore any BPDU it receives and go to forwarding.

    ——————————————————————————–

  19. Michael
    June 24th, 2012

    Question 7
    Shouldnt the answer for 7 be B&C.
    This is from the cisco site.
    TCNs are triggered by a port that is transitioning to or from the forwarding state. After the TCN, even if the particular destination MAC address has aged out, flooding should not happen for long in most cases since the address will be relearned. The issue might arise when TCNs are occurring repeatedly with short intervals. The switches will constantly be fast-aging their forwarding tables so flooding will be nearly constant.

  20. Hamza
    June 28th, 2012

    Q3:

    according to cisco, the answers must be A & D

  21. Julie
    July 12th, 2012

    I am doubtful about Q3. Edge port does not send any TCN .

  22. Julie
    July 12th, 2012

    Hamza – It wont transition to fowarding but will go through listening and learning stages. Its just that STP gets enabled on that port and then it goes through whole cycle to decide the port status. But yes, even I think option B is wrong. Please someone correct me if I am missing something here.

  23. Yeap
    July 17th, 2012

    the answer Q5 is correct

  24. HungN
    July 20th, 2012

    Hi Guys,

    Seeing the answer right in front your eyes before making selection is annoying. So i grabs all of the questions on this site and put them into VCE file to make my life easier. Be sure to check back CertPrepare site regularly for updates.

    Here is the file: http://www.4shared.com/file/C5hmKPbb/CCNP_642-813_CertPrepare-by_Hu.html

    Best of luck !!!

  25. Prasi
    July 26th, 2012

    Question 3

    the answer must be A and D

  26. Prasi
    July 26th, 2012

    as edge port facilitate to RSTP a quick conversion to forwarding state and TCN BPDU sent out in only one condition when non0edge port change its state to forwarding state.

  27. Prasi
    July 27th, 2012

    the cisco site states as below:-

    Edge Ports

    The edge port concept is already well known to Cisco spanning tree users, as it basically corresponds to the PortFast feature. All ports directly connected to end stations cannot create bridging loops in the network. Therefore, the edge port directly transitions to the forwarding state, and skips the listening and learning stages. Neither edge ports or PortFast enabled ports generate topology changes when the link toggles. An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port. At this point, there is a user-configured value and an operational value for the edge port state. The Cisco implementation maintains that the PortFast keyword be used for edge port configuration. This makes the transition to RSTP simpler.

  28. Anonymous
    August 4th, 2012

    Q8 is wrong. Letter B is correct, of course.

  29. wtf
    August 5th, 2012

    Q8 is yet another case where the CCNP SWITCH Official Certification Guide is totally misleading, and where the Cisco exam is impossible to pass without a cheat-site like this.

    A is correct according to marco’s link: http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.1E/native/configuration/guide/stp_enha.html#wp1042489. (As I understand it, B would be correct IF the bpdufiltering was configured on a per-port basis.)

  30. wtf
    August 5th, 2012

    Quoting the above link:

    “When configured ***globally***, PortFast BPDU filtering applies to all operational PortFast ports. [...] If an operational PortFast port receives a BPDU, it immediately loses its operational PortFast status. In that case, PortFast BPDU filtering is disabled on this port and STP resumes sending BPDUs on this port.

    [...]

    When PortFast BPDU filtering is ***explicitly*** configured on a port, it does not send any BPDUs and drops all BPDUs it receives.”

  31. cisconut
    September 21st, 2012

    The answer for Q8 is correct.
    Enabling BPDU filtering globally will stop sending BPDUs after few initial BPDUs but it wont ignore any incomming BPDUs. Upon receiving BPDUs the will loose its portfast status and become a normal STP port. Enabling BPDU filtering on the interface will stop sending BPDUs after few initial BPDUs and ignore any incomming BPDUs.

    thaks

  32. bobo
    September 22nd, 2012

    Q8 is correct…

    there is a difference between configuring bpdu filtering on global configuration mode and the interface configuration mode…
    explanation of cisconut is correct

  33. Q.8
    September 24th, 2012

    We Use BPDU Filtering to Disable STP on a Port.
    I works by ignoring the any BPDU in any Direction(In/Out).
    Documents says that ” It’s a

    enable BPDU filtering only under controlled circumstances

  34. Q.8
    September 24th, 2012

    We Use BPDU Filtering to Disable STP on a Port.
    It works by ignoring any BPDU in any Direction(In/Out).
    Documents say that ”Enable BPDU filtering only under controlled circumstances in which
    you are absolutely sure that a switch port will have a single host connected and that a loop
    will be impossible.”
    I Think Letter B Is Correct.

  35. David Nguyen
    October 17th, 2012

    There is an typo in Q10. The answers are A,B,C,D instead of A,B,D,D.
    Thanks

  36. imran
    November 1st, 2012

    Hi for Q3
    the answer is A and D

    Neither Edgeport or porfast generates TCN

    The edge port concept is already well known to Cisco spanning tree users, as it basically corresponds to the PortFast feature. All ports directly connected to end stations cannot create bridging loops in the network. Therefore, the edge port directly transitions to the forwarding state, and skips the listening and learning stages.

    Neither edge ports or PortFast enabled ports generate topology changes when the link toggles. =======A

    An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port.===========D

    At this point, there is a user-configured value and an operational value for the edge port state. The Cisco implementation maintains that the PortFast keyword be used for edge port configuration. This makes the transition to RSTP simpler.

  37. imran
    November 1st, 2012

    Q4 makes the situation more clear that only non -edged ports can generate TCN upon toggling or moving or changing their rstp state

  38. imran
    November 1st, 2012

    for q6 spanning-tree portfast bpdu guard
    and spanning-tree portfast bpdu filter default both in global config mode
    thanks

  39. DANIELSAN
    November 16th, 2012

    No documentation is completely clear about BPDU Filter using portfast, neither TCN in some cases. I see a little ambiguous the CCNP SWITCH exam is such sense.

    Everybody with different theories (Cisco Pess, Cisco Web Site, Blogs) but none completely justified.

    In my exam I will put that I understand.

  40. imran
    November 23rd, 2012

    In case of IEEE 802.1 w , the hello message that is sent over every 2 seconds contains BPDU in itself and when an adjacent L2 device does not receive 3 hello’s in a row, it is believed that the device not responding is dead and thats how RSTP achieves faster convergence by inculcationg TC BPDU in hello messages.

    New BPDU Handling

    BPDU are Sent Every Hello-Time

    BPDU are sent every hello-time, and not simply relayed anymore. With 802.1D, a non-root bridge only generates BPDUs when it receives one on the root port. In fact, a bridge relays BPDUs more than it actually generates them. This is not the case with 802.1w. A bridge now sends a BPDU with its current information every seconds (2 by default), even if it does not receive any from the root bridge.

    Faster Aging of Information

    On a given port, if hellos are not received three consecutive times, protocol information can be immediately aged out (or if max_age expires). Because of the previously mentioned protocol modification, BPDUs are now used as a keep-alive mechanism between bridges. A bridge considers that it loses connectivity to its direct neighbor root or designated bridge if it misses three BPDUs in a row. This fast aging of the information allows quick failure detection. If a bridge fails to receive BPDUs from a neighbor, it is certain that the connection to that neighbor is lost. This is opposed to 802.1D where the problem might have been anywhere on the path to the root.

    reference http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml

  41. Pazuzu
    November 27th, 2012

    Q3

    RSTP detects a topology change only when a nonedge port transitions to the Forwarding
    state. So answer B seems not correct, because we have EDGE port which is already in the Forwarding state. However, after receiving BPDU port looses its edge state and become normal STP port (answer D). In other words it becomes NONEDGE port. The nonedge port immediately is moved to the Forwarding state. (Answer A). But when a nonedge port transitions to the Forwarding state the switch generates a Topology Change Notification (TCN) BPDU because of RSTP detects a topology change in such a case (Answer B).

    So I see three correct answers: A,B,D.

  42. Cold
    January 15th, 2013

    @certprepare
    Question 3

    Topology Change Detection

    In RSTP, only non-edge ports that move to the forwarding state cause a topology change. This means that a loss of connectivity is not considered as a topology change any more, contrary to 802.1D (that is, a port that moves to blocking no longer generates a TC). When a RSTP bridge detects a topology change, these occur:

    It starts the TC While timer with a value equal to twice the hello-time for all its non-edge designated ports and its root port, if necessary.

    It flushes the MAC addresses associated with all these ports.

    Note: As long as the TC While timer runs on a port, the BPDUs sent out of that port have the TC bit set. BPDUs are also sent on the root port while the timer is active.

    Source : http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml

    i See That The Answer Is A, D
    Please Correct Me If Im Wrong
    Thanks In Advance.

  43. Cold
    January 16th, 2013

    @Certprepare
    Q3
    Please Change The Answer i Believed Ur’s Was Right… & Even Dumps Same Answer… But The Right Answer Is
    A,D

    Neither edge ports or PortFast enabled ports generate topology changes when the link toggles. An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port.

    Source Previous Link.
    Thanks For The Great Effort u Doing.

  44. Champ
    February 1st, 2013

    Question 3
    Answers are B and D.

    Answer is not A because the edge port would already be in forwarding state, it therefore doesn’t switch to forwarding state when it receives a bdpu.

    An edge port doesn’t generate TCNs, but after the edge port receives the bdpu, it changes to a regular stp port(answer D), and when it changes states as a regular stp port, it will generate TCNs.

  45. Domenico
    February 27th, 2013

    “One other benefit of PortFast is that
    Topology Change Notification (TCN) BPDUs are not sent when a switch port in PortFast
    mode goes up or down. This simplifies the TCN transmission on a large network when
    end-user workstations are coming up or shutting down.” That is, a TCN is not sent when a user connects or disconnetcs. But it is sent when the port moves through STP states after receiving a BPDU. The point is the BPDU, not the going up or down of the port.
    Answers are B and D

  46. Domenico
    February 27th, 2013

    Comment above is for Q3

  47. zia
    March 5th, 2013

    WHAT ABOUT QUESTION 7?

    IS THAT CORRECT?

  48. Farah
    March 13th, 2013

    CCNP , OFFICIAL CERT. GUIDE. – PAGE 200( last edition , page 198 for 1º edition).

    “By definition , the port cannot form a loop as it connects to one host, so it can be placed immediately in the fowarding state”

    SO THE RIGHT ANSWERS WIL BE

    “A” AND “D”

  49. Farah
    March 13th, 2013

    Sorry I read the question again…

    and its right the aswers B AND D are correct

  50. Daniel
    April 3rd, 2013

    Q3, Q8, Q10 on test today

  51. Anonymous
    April 9th, 2013

    any one willing to share pass4sure… email me escort_brighton@yahoo.com.

  52. TechMom
    April 12th, 2013

    Q3 & Q4 in test today.

  53. Charlie
    April 22nd, 2013

    just a addition to @Pazuzu
    The non-edge port will not immediately transfer to the FORWARDING state,if the STP algorithm was designed in this way then definitely it would initiate a LOOP .The Non-Edge should pass the states in case of STP:LSN,LRN,FWD and in case of RSTP:LRN,FWD.

  54. Dinesh Kumar
    May 1st, 2013

    Q 11. in explanation was mention forward delay was 15 seconds, then it becomes 30 seconds. Plz expalin about Q11 quite confusing..

  55. Reinhart
    May 15th, 2013

    Im a bit confused with Q1

    It says that the answer is A, however the explanation says that CAT1 is not receiving a BPDU where as it shows that CATA is receiving BPDU which is 1

  1. No trackbacks yet.
Add a Comment