How do you configure STP on the switch in the Cisco FabricPath domain on VLAN 10?

Posted by: Pdfprep Category: 300-165 Tags: , ,

You configure STP on a switch that is attached to a Cisco FabricPath domain and that has the vPC feature deployed.

How do you configure STP on the switch in the Cisco FabricPath domain on VLAN 10?
A . switch(config)# spanning-tree vlan 10 priority 0
switch(config)# spanning-tree pseudo-information
switch(config-pseudo)# vlan 10 root priority 0
B . switch(config)# spanning-tree vlan 10 priority 8192
switch(config)# spanning-tree pseudo-information
switch(config-pseudo)# vlan 10 root priority 4096

C . switch(config)# spanning-tree vlan 10 priority 4096
switch(config)# spanning-tree pseudo-information
switch(config-pseudo)# vlan 10 root priority 8192
D . switch(config)# spanning-tree vlan 10 priority 0
switch(config)# spanning-tree pseudo-information
switch(config-pseudo)# vlan 10 root priority 4096

Answer: B

Explanation:

Note that it is fine to use the spanning-tree priority command and the spanning-tree pseudo-information command together, but the root priority in the pseudo-information needs to be a lower value (higher priority) than the spanning-tree priority to make sure that the remaining working Cisco FabricPath switch is sending a superior BPDU with the common FabricPath bridge ID and the configured spanning-tree pseudo-information priority and remains at the spanning-tree root.

Reference: https://www.cisco.com/c/dam/en/us/products/collateral/switches/nexus-7000-series-switches/white_paper_c07-728188.pdf page 44

Leave a Reply

Your email address will not be published.