!配置本地用户名和密码R1(config)#usernamehellopriv"/>

Cisco 7200路由器简单AAA实验

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cisco 7200路由器简单AAA实验相关的知识,希望对你有一定的参考价值。


技术分享



!配置本地用户名和密码

R1(config)#username hello privilege 15 secret 0 world

!开户AAA

R1(config)#aaa new-model 

!指定ACS为tacacs服务器地址-----旧语法

R1(config)#tacacs-server host 192.168.11.56 key cisco123

!新语法

R1(config)#tacacs server vmacs56

R1(config-server-tacacs)#address ipv4 192.168.11.56

R1(config-server-tacacs)#key cisco123

!配置AAA服务器组

R1(config)#aaa group server tacacs+ mygroup1

R1(config-sg-tacacs+)#server 192.168.11.56

!配置认证和授权方法列表

R1(config)#aaa authentication login myauthenlist group mygroup1 local

R1(config)#aaa authorization exec myauthorlist group mygroup1 local

!在VTY线路下指定认证和授权

R1(config)#line vty 0 4

R1(config-line)#login authentication myauthenlist 

R1(config-line)#authorization exec myauthorlist

!测试

R1#test aaa group mygroup1 111 123456 legacy 

Attempting authentication test to server-group mygroup1 using tacacs+

User was successfully authenticated.


以上是关于Cisco 7200路由器简单AAA实验的主要内容,如果未能解决你的问题,请参考以下文章

路由器cisco,启用进入特权模式AAA认证后进不去!

Cisco产品线一览

IP组网实验(使用Cisco Packet Tracer路由器模拟软件)

Cisco实验

Dynamips GNS3

实验8:路由器IOS升级2