When configuring Port Security, let's say I use the following commands:
Switch(config-if)#int fa0/6
Switch(config-if)#switchport port-security mac-address sticky 00E0.F951.80A9
Will the '#
switchport port-security' portion of the second command enable port-security, or will I need to add '
Switch(config-if)#
switchport port-security' first, and then enter the '
mac-address sticky xxxx.xxxx.xxxx' afterwards?