An engineer executes a verification command on a Cisco Catalyst switch interface connected to a desktop computer:
text
Switch# show spanning-tree interface GigabitEthernet0/1 detail
Port 1 (GigabitEthernet0/1) of VLAN0010 is forwarding
Port path cost 4, Port priority 128.1, Port Identifier 128.1.
Designated root has priority 32778, address 0050.56be.1100
Designated bridge has priority 32778, address 0050.56be.1100
Designated port id is 128.1, designated path cost 0
Timers: message age 0, forward delay 0, hold 0
The port is in the portfast mode
Link type is point-to-point by default
BPDU: sent 1420, received 0
Based on the command output, what will occur in the Spanning Tree Protocol domain when the desktop connected to GigabitEthernet0/1 undergoes a link state flap (disconnects and reconnects)?
- The interface immediately transitions to the Forwarding state upon link-up without generating Topology Change Notifications (TCNs) to upstream switches.Cevap
- BThe interface enters the Listening state for 15 seconds while transmitting TCN BPDUs to force all switches in the VLAN to age out MAC address table entries.
- CThe interface transitions through the Learning state to rebuild its local MAC address table before allowing unicast frame forwarding.
- DThe interface stops sending BPDUs and transitions to the Disabled state because BPDU sent count exceeds the received count.