Question

Difficulty: MediumRapid PVST+ Spanning Tree Protocol Operations and Roles

A network administrator is configuring Rapid PVST+ on a Cisco Catalyst switch. The administrator wants the switch to achieve a total Bridge Identifier (BID) priority of 1648416484 for VLAN 100100. Which Cisco IOS command correctly sets the base priority to accomplish this target total priority?

  1. spanning-tree vlan 100 priority 16384Answer
  2. B
    spanning-tree vlan 100 priority 16484
  3. C
    spanning-tree vlan 100 priority 15000
  4. D
    spanning-tree vlan 100 priority 16384 portfast

Answer

The command 'spanning-tree vlan 100 priority 16384' correctly sets the base bridge priority.
In Rapid PVST+, the total Bridge Identifier (BID) priority is the sum of the base bridge priority and the System ID Extension (which equals the VLAN ID). To achieve a total priority of 1648416484 in VLAN 100100, the base priority must be configured as 1638416384 (16384+100=1648416384 + 100 = 16484). Base priorities must be configured in multiples of 40964096.

Step-by-Step Solution

1
Calculate the required base bridge priority
Base Priority = Total BID Priority - System ID Extension (VLAN ID) = 16484100=1638416484 - 100 = 16384
Rapid PVST+ automatically appends the VLAN ID (System ID Extension) to the base bridge priority to form the final BID priority.
2
Verify priority increment rules
16384=4096×416384 = 4096 \times 4, which is a valid priority increment
Cisco IOS requires the base STP priority value to be configured in steps of 4096.
3
Formulate the correct Cisco IOS configuration syntax
spanning-tree vlan 100 priority 16384
The command syntax specifies the base priority without manually adding the VLAN ID.

Key Concept

Rapid PVST+ System ID Extension and Base Priority Increments
Rate this question