cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4935
Views
0
Helpful
4
Replies

How can I configure AAA authentication on ASR9K?

Hi everyone,

I´m looking for how can I configure AAA authenticacion on ASR9K.

I have a TACACS+ server

Thanks and regards,

Jaime.

4 Replies 4

Ivan Krimmel
Level 7
Level 7

Vadim Zhovtanyuk
Cisco Employee
Cisco Employee

Hi Jaime,

here is the basic configuration:

tacacs-server host port 49

key 7 !

aaa group server tacacs+ acs-group

server

!

aaa authentication login acs-auth group acs-group local

!

line console

login authentication acs-auth

!

line default

login authentication acs-auth

!

An example:

RP/0/RSP1/CPU0:router#sh run tacacs-server

tacacs-server host 1.1.1.1 port 49

key 7 0822455D0A16544541

!

RP/0/RSP1/CPU0:router#sh run aaa group server tacacs+

aaa group server tacacs+ acs-group

server 1.1.1.1

!

RP/0/RSP1/CPU0:router#sh run aa authentication

aaa authentication login acs-auth group acs-group local

!

RP/0/RSP1/CPU0:router#sh run line default

line default

login authentication acs-auth

exec-timeout 0 0

!

Thanks a lot.

Regards,

Jaime.

If you're ready for the next level, you may want to check out this refernece also:

https://supportforums.cisco.com/docs/DOC-15944

xander

Xander Thuijs - CCIE #6775

Sr Tech Lead ASR9000