Chap 3 - Advanced STP Tuning Flashcards
When setting the System Priority on a switch what number does the Priority need to be a multiple of?
4096
What are 3 steps do you take when manually setting the primary and secondary Root Bridge placement?
- Making the System Priority on the Root lower than all other switches.
- Making the System Priority slightly higher than the Root Bridge on the Secondary
- Set all other switches with higher System Priorities.
When using the command ‘spanning-tree vlan (vlan_id) root primary’ what value is used by default?
24,576
When using the command ‘spanning-tree vlan (vlan_id) root secondary’ what value is used by default?
28,672
When using the command ‘spanning-tree vlan (vlan_id) root primary’ what does the optional parameter ‘diameter’ mean and what does it do?
- ‘diameter’ is the number of Layer 2 hops between a switch and the root
- changes timers on the root to make convergence faster
What is the best way to configure switches to be primary and secondary root bridges?
Set the System Priority to 0 for the Root and 4096 for the Secondary
When a switch receives a BPDU advertising the root path cost does it already include the cost of the link the BPDU was received on?
No, the receiving switch adds the cost of the interface where the BPDU was received to determine its own root patch cost.
What interface command takes precedence - ‘spanning-tree vlan (vlan_id) cost (cost)’ or ‘spanning-tree cost (cost)’
The command that specifies the VLAN will take precedence over the command that doesn’t.
What 2 methods can be used to change Root Port and Blocked switchport locations?
- change the interface COST
- change the interface Priority
What are 2 symptoms of a Layer 2 forwarding loop?
- high CPU consumption
- low free memory
What are 4 causes of Layer 2 forwarding loops?
- STP disabled
- misconfigured Load Balancer
- misconfigured Virtual Switch that bridges 2 physical ports
- End users using a dumb switch or hub
When syslog detects a flapping MAC address with an associated VLAN what should you do?
Investigate all switches hosting that VLAN and make sure a forwarding loop does not exist
Where should Root Guard be placed?
On DP that face other switches that should never become the Root Bridge.
What is the Port Identifier on an interface?
It is the Port Priority followed by the interface number after the slash. Fa0/7 would be 128.7
When is the only time you should enable Portfast on a trunk?
When the trunk connects to a server with only 1 NIC that runs a hypervisor with VMs in different VLANs.