A network engineer is configuring Rapid PVST+ on a Cisco Catalyst switch to force it to become the Root Bridge for VLAN 40. The engineer attempts to configure a custom bridge priority value using the Cisco IOS CLI command line syntax. Which command entry contains a valid bridge priority value that Cisco IOS will accept, and what total bridge priority value will the switch advertise in its outbound Spanning Tree Protocol BPDUs for VLAN 40?
- The command 'spanning-tree vlan 40 priority 4096' will be accepted, and the advertised total bridge priority will be 4136.Cevap
- BThe command 'spanning-tree vlan 40 priority 4000' will be accepted, and the advertised total bridge priority will be 4040.
- CThe command 'spanning-tree vlan 40 priority 4096' will be accepted, and the advertised total bridge priority will be 4096.
- DThe command 'spanning-tree vlan 40 priority 4136' will be accepted, and the advertised total bridge priority will be 4136.
Cevap
The command 'spanning-tree vlan 40 priority 4096' will be accepted, and the advertised total bridge priority will be 4136.
In Cisco Rapid PVST+, the 16-bit priority portion of the 8-byte Bridge ID (BID) is divided into a 4-bit Bridge Priority and a 12-bit System ID Extension. Because only 4 bits are allocated to user configuration ( levels), priority values in CLI commands must increase in steps of 4096 (). When the command 'spanning-tree vlan 40 priority 4096' is executed, Cisco IOS validates as a valid base priority. During BPDU generation for VLAN 40, the switch adds the VLAN ID () as the System ID Extension, resulting in a total priority value of .
Adım Adım Çözüm
Anahtar Kavram
Rapid PVST+ Bridge ID Structure and System ID Extension Calculation