交换机上有这条命令吗
authentication device-type voice authorize 完全等价的单条命令。00e0-fc12-3456)1[H3C] acl advanced 3000
2[H3C-acl-ipv4-adv-3000] rule permit destination-mac 00e0-fc12-3456 ffff-ffff-ffff
3[H3C-acl-ipv4-adv-3000] quit1[H3C] dot1x
2[H3C-dot1x] free-rule 1 source ip acl 3000
3[H3C-dot1x] quit
authentication device-type voice authorize
mac-authentication exempt device-type voice
mac-authentication exempt device-type voice,效果完全一致 ——识别为语音设备(IP 话机)就跳过认证直接放行。# 全局开启LLDP(识别语音终端必备)
lldp enable
# 进入认证模板(类似华为 authentication-profile)
authentication profile name voice-exempt
mac-authentication exempt device-type voice # 核心:语音免认证
quit
# 端口应用认证模板(接PC+IP话机的口)
interface GigabitEthernet 1/0/1
port link-type trunk
port trunk allow-pass vlan all
authentication profile voice-exempt
dot1x authentication method eap
quit
mac-authentication critical-voice-vlan:是认证服务器不可达时,把端口加入 voice vlan 逃生,不是 “免认证”。mac-authentication exempt device-type voice:才是语音设备直接免认证上线,和华为那条完全对
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
交换机上有这条命令吗