Identify the bridges that transmit BPDUs after the spanning tree protocol has converged. For each Ethernet segment, determine the following fields for the BPDU sent on that segment: root ID, root path cost, and bridge ID. Explain how these message are interpreted. Show how the entire spanning tree can be constructed from these messages.

What will be an ideal response?


Router4#show spanning-tree
```
Bridge group 1 is executing the IEEE compatible Spanning Tree protocol
Bridge Identifier has priority 128, address 0007.50c1.0700
Configured hello time 2, max age 20, forward delay 15
Current root has priority 128, address 0006.5b4b.e1da
Root port is 3 (Ethernet0/1), cost of root path is 200
Port Number size is 9
Topology change flag not set, detected flag not set
Times: hold 1, topology change 35, notification 2
hello 2, max age 20, forward delay 15
Timers: hello 0, topology change 0, notification 0
bridge aging time 300
Port 2 (Ethernet0/0) of Bridge group 1 is blocking
Port path cost 100, Port priority 128
Designated root has priority 128, address 0006.5b4b.e1da
Designated bridge has priority 128, address 0007.853b.5e40
Designated port is 3, path cost 100
Timers: message age 2, forward delay 0, hold 0
BPDU: sent 3, received 303
Port 3 (Ethernet0/1) of Bridge group 1 is forwarding
Port path cost 100, Port priority 128
Designated root has priority 128, address 0006.5b4b.e1da
Designated bridge has priority 128, address 0007.50c4.7780
Designated port is 3, path cost 100
Timers: message age 2, forward delay 0, hold 0
BPDU: sent 3, received 292
```

Computer Science & Information Technology

You might also like to view...

Because integration is both a complex and critically important part of the process, the integration protocols have to "____".

A. reduce complexity B. cover all bases C. cover the waterfront D. patch the bases

Computer Science & Information Technology

Use cross multiplication to

• determine the value(s) of x that will make the equation true, or • determine that any value of x will make the equation true, or • determine that any value of x, except zero, will make the equation true, or • determine that no value of x will make the equation true. 3/4 = 5/2x

Computer Science & Information Technology

What document, issued by a judge, compels the recipient to do or not do something?

a. A court order b. A subpoena c. A warrant d. A temporary restraining order

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) The AND operator returns a TRUE result if one of the two conditions is true. 2) There is no limit in nesting group functions to multiple levels. 3) The WHERE clause restricts individual rows, but the HAVING clause restricts groups. 4) The ORDER BY clause can be used in a query with GROUP BY clause to override implied sort order. 5) Null values in a column are not counted by the COUNT function .

Computer Science & Information Technology