Switch(config-if-range)#switchport port-security
^
% Invalid input detected at '^' marker.
原因分析:
dynamic port不能启用Port Security,只有静态接入端口或中继端口才行。需要将模式切换为access。动态端口是自动识别的,既可以为access,也可以为trunk,所以要设为access模式。
解决方法:
Switch(config-if)#switchport mode access
Switch(config-if)#switchport port-security