wx3024e port-security和mac-authentication不能一起使用?
1.在全部模式下启动了端口安全(port-security),mac-authentication不知道为什么就启动不了,不可以一起启用?
2.删除了端口安全(port-security),启动mac-authentication后web界面看到AP会掉线
3.全局模式下启动mac-authentication ,物理端口和WLAN-ESS上还要不要启用mac-authentication
(0)
最佳答案
全局的mac-authentication是基于有线的,所以ap都掉线了
wlan口下面的mac-authentication是基于无线的,这个功能要开启全局的port-security模块
(0)
暂无评论
单独MAC认证不能同时开启端口安全,两者可以结合使用,配置方法如下:
port-security enable
local-user 0019d221a8d6
password simple 0019d221a8d6
service-type lan-access
interface WLAN-ESS1
port-security port-mode mac-and-psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase 12345678
(0)
暂无评论
应该是不能一起配置的,如果要做mac认证就先把端口安全关闭掉
(0)
暂无评论