A network administrator configures port security on access interface GigabitEthernet0/10 of a Cisco Catalyst switch using the command `switchport port-security mac-address sticky`. Over the next week, several workstations connect to the port, and their MAC addresses are dynamically added to the running configuration. Following an unscheduled power outage and switch reboot, the administrator discovers that the connected workstations are unable to gain access and port security sticky entries are missing from the configuration. What was the root cause of this issue?
- The administrator did not save the running configuration to the startup configuration after the sticky MAC addresses were learned.Cevap
- BThe port security violation mode was left at its default setting of restrict instead of protect.
- CA native VLAN mismatch occurred between the access interface and the connected workstation network interface card.
- DPortFast was enabled on the access interface, which automatically clears sticky MAC tables during port state changes.
Cevap
The administrator did not save the running configuration to the startup configuration after the sticky MAC addresses were learned.
When port security is configured with the sticky keyword, dynamically learned MAC addresses are converted into static-like entries and placed directly into the running configuration in RAM. Because RAM is volatile memory, any dynamic sticky entries learned while the switch is operational will be completely lost upon a switch reboot unless the administrator manually executes `copy running-config startup-config` (or `write memory`) to copy the running configuration into non-volatile storage (NVRAM).
Adım Adım Çözüm
Anahtar Kavram
Port Security Sticky MAC Address Persistence
Tahmini Süre:1m 15s