首页 > 其他 > 详细

华为 Controller-Campus之802.1X有线认证

时间:2018-03-01 23:20:20      阅读:559      评论:0      收藏:0      [点我收藏+]
 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 admin@123 #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有线认证

原文:http://blog.51cto.com/maguangjie/2074452

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!