华为 Controller-Campus之802.1X有线认证
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为 Controller-Campus之802.1X有线认证相关的知识,希望对你有一定的参考价值。
Controller-Campus配置步骤
第一步、下载安装
第二步、配置Controller-Campus
第三步、配置交换机
radius-server template rd1 #创建RADIUS服务器模板名称rd1
radius-server authentication 172.16.20.248 1812 #RADIUS服务器认证IP 端口
radius-server authorization 172.16.20.248 1813 #RADIUS服务器授权IP 端口
radius-server shared-key cipher [email protected] #RADIUS服务器共享密钥
quit
aaa
authentication-scheme abc #创建AAA认证方案名称abc
authentication-mode radius #认证模式RADIUS
quit
domain huawei.com #创建认证域“huawei.com”
authentication-scheme abc #绑定AAA认证方案
radius-server rd1 #绑定RADIUS服务器模板
quit
dot1x-access-profile name d1 #802.1X全局配置
quit
authentication-profile name p1 #创建认证模板
dot1x-access-profile d1 #绑定dotlx访问模板
access-domain huawei.com force #指定强制认证域
authentication mode multi-authen max-user 100 #指定单用户认证数量
quit
interface GigabitEthernet0/0/1 #调用802.1X
port default vlan 20
authentication-profile p1
[Switch] test-aaa ma 1234Qwer radius-template rd1 #测试用户ma 密码1234Qwer
以上是关于华为 Controller-Campus之802.1X有线认证的主要内容,如果未能解决你的问题,请参考以下文章
使用IEEE802.1Q VLAN实现单线复用之WiFi提速篇