cisco AAA配置

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

aaa new-model 运行AAA 模式

aaa authentication login noacs line none

aaa authentication dot1x default group radius 创建一个802.1x认证的方式列表aaa authorization network default group radius

每个连接终端的端口

interface GigabitEthernet2/38

switchport mode access

authentication port-control auto

dot1x pae authenticator

spanning-tree portfast

!

ip default-gateway 172.16.1.1

no ip http server

配置Radius 认证服务器地址

radius-server host 172.16.1.5 auth-port 1645 acct-port 1646 key cisco

!

line con 0

logging synchronous

stopbits 1

line vty 0 4

password cisco

login authentication noacs

line vty 5 15

password cisco

login authentication noacs

!

end

相关文档
最新文档