An administrator configures port security on a Cisco Catalyst switch access interface using the command switchport port-security mac-address sticky. End devices connect to the port, and their MAC addresses are dynamically converted to sticky MAC addresses. Following a scheduled reload of the switch, the connected devices lose network connectivity. What is the root cause of this issue?
- The running configuration was not saved to the startup configuration after the sticky MAC addresses were learned.Answer
- BSticky MAC addresses are stored strictly in volatile RAM and cannot be saved across switch reboots.
- CPort security automatically resets the violation mode to protect upon switch reboot, blocking all traffic.
- DDynamic ARP Inspection rejected the frames because sticky MAC addresses must be manually entered into an ARP access control list.
Answer
The running configuration was not saved to the startup configuration after the sticky MAC addresses were learned.
When port security sticky learning is configured, dynamically learned MAC addresses are converted into sticky entries within the running configuration. Because the running configuration resides in volatile RAM, failing to save the running configuration to the startup configuration causes all learned sticky MAC entries to be lost when the switch reloads.
Step-by-Step Solution
Key Concept
Port Security Sticky MAC Persistence