注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 服务器监控策略浅谈
 帮助

配置802.1X验证


2007-01-10 21:11:42
 标签:配置   [推送到技术圈]

配置802.1X验证

点击在新窗口查看全图

Server IP address 10.1.2.1/24

初始配置
Router:
Conf t
Int e 0
Ip ad 10.1.1.1 255.255.255.0
No shut
 
 
Switch上配置IEEE 802.1X
Conf t
Aaa new-model                                                                            /启用AAA
Aaa authentication dot1x default group radius                            /在AAA下启用DOT1X验证方法
Dot1x system-auth-control
Radius-server host 10.1.2.1                                                         / 配置RADIUS服务器
Int f 0/1
Switchport mode access
Dot1x port-control auto
Dot1x guess-vlan 2                                                                       /配置GUEST VLAN
Dot1x auth-fail vlan 2                                                                  /配置受限制的VLAN
aaa accounting dot1x  default start-stop group radius                 /配置802。1X统计
aaa accounting system default start-stop group radius               配置系统统计并当交换机重启时 产生系统统计重启事件通知
end




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: