CiscoCisco
350-401 · Question #707
350-401 Question #707: Real Exam Question with Answer & Explanation
The correct answer is C: switchport port-security mac-address sticky. The switchport port-security mac-address sticky command enables port security to dynamically learn MAC addresses and then convert them into static entries in the running configuration.
Submitted by tarun92· Mar 6, 2026Security
Question
Which command address learning on the configures port security on a switch to enable permanent MAC interface?
Options
- Aswitchport port-security mac-address-learning enable
- Bswitchport port-security mac-address timer 0
- Cswitchport port-security mac-address sticky
- Dswitchport port-security mac-address maximum 1 sticky
- Eswitchport port-security mac-address permanent
Explanation
The switchport port-security mac-address sticky command enables port security to dynamically learn MAC addresses and then convert them into static entries in the running configuration.
Common mistakes.
- A. There is no standard
switchport port-security mac-address-learning enablecommand for this functionality; learning behavior is controlled bystickyordynamicmodes. - B.
switchport port-security mac-address timer 0configures the aging time for dynamically learned secure MAC addresses to never age, but it doesn't enable the sticky learning mechanism itself. - D.
switchport port-security mac-address maximum 1 stickyenables sticky learning and sets a maximum, but the core command for enabling the sticky learning functionality isswitchport port-security mac-address sticky. - E. There is no
switchport port-security mac-address permanentcommand; static MAC addresses are manually configured, and sticky MACs provide the 'permanent learned' behavior.
Concept tested. Port security sticky MAC addresses
Topics
#Port security#MAC address learning#Cisco switch configuration#Sticky MAC
Community Discussion
No community discussion yet for this question.