Triple认证是一种混合认证方案,怎么配置优先级,不管什么情况下有线进行MAC认证
当802.1X认证取消后,还是还可以继续用MAC认证
(0)
最佳答案
您好,参考
port-security triple-auth-order mac-dot1x-web来设置认证顺序为MAC地址认证、802.1X认证和Web认证 。
[Device] interface gigabitethernet 1/0/1
[Device-GigabitEthernet1/0/1] dot1x port-method macbased
[Device-GigabitEthernet1/0/1] dot1x
[Device-GigabitEthernet1/0/1] quit
全局使能MAC地址认证:
[Device] mac-authentication
在端口上使能MAC地址认证:
[Device] interface gigabitethernet 1/0/1
[Device-GigabitEthernet1/0/1] mac-authentication
[Device-GigabitEthernet1/0/1] quit
配置RADIUS方案:
[Device] radius scheme rs1
[Device-radius-rs1] primary authentication 1.1.1.2
[Device-radius-rs1] primary accounting 1.1.1.2
[Device-radius-rs1] key authentication simple radius
[Device-radius-rs1] key accounting simple radius
[Device-radius-rs1] user-name-format without-domain
[Device-radius-rs1] quit
配置认证域:
[Device] domain triple
[Device-isp-triple] authentication lan-access radius-scheme rs1
[Device-isp-triple] authorization lan-access radius-scheme rs1
[Device-isp-triple] accounting lan-access radius-scheme rs1
[Device-isp-triple] quit
[Device] interface gigabitethernet 1/0/1
[Device-GigabitEthernet1/0/1] mac-authentication guest-vlan 2
[Device-GigabitEthernet1/0/1] quit
确保RADIUS方案正确:
确保RADIUS方案配置正确,以便在802.1X认证取消后,MAC地址认证仍然可以正常工作。
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
没有 port-security triple-auth-order 命令