码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-03-01 23:27:34      阅读:607      评论:0      收藏:0      [点我收藏+]

标签:Controller-Campus

 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有线认证

标签:Controller-Campus

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!