A network administrator configures switchport port security on a Cisco Catalyst switch access port using the command 'switchport port-security mac-address sticky'. An end device is connected to the port, and the switch dynamically learns its MAC address into the running configuration. The administrator verifies full network connectivity, but does not enter any additional CLI commands before the switch undergoes an unexpected reboot. Which outcome occurs regarding the port security bindings after the switch reboots?
- The dynamically learned sticky MAC address is lost, requiring the switch to relearn the address upon new traffic arrival.Answer
- BThe sticky MAC address is automatically written to NVRAM upon learning and persists through the switch reboot.
- CThe switch converts the sticky MAC address into a static MAC address permanently stored in startup-config during shutdown.
- DThe switch interface defaults to an err-disabled state upon reboot because learned sticky addresses trigger a native VLAN mismatch.
Answer
The dynamically learned sticky MAC address is lost, requiring the switch to relearn the address upon new traffic arrival.
When port security is configured with sticky MAC address learning, the switch automatically converts dynamically learned MAC addresses into sticky secure MAC addresses and places them into the running configuration in volatile RAM. Because the running configuration was not saved to NVRAM prior to the switch reboot, all dynamically added sticky MAC entries are erased, requiring the switch to relearn host MAC addresses once traffic resumes.
Step-by-Step Solution
Key Concept
Port Security Sticky MAC Persistence
Estimated Time:1m 15s