cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
0
Helpful
3
Replies

Tacacs configuration for N540 router

poojaryp1974
Level 1
Level 1

Hi,

can someone please share me tacacs configuration for N540 router.

Thanks,

Prash

 

3 Replies 3

marce1000
VIP
VIP

 

     - FYI : https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5xx/system-security/76x/b-system-security-cg-76x-ncs540/configuring-aaa-services.html#task_C76D235CC2BC4B8887E482D2E66656B8

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hello,

I noticed that you asked this question before, which implies that you still have not found a solution ? What commands are available on your N540 ? Can you configure 'aaa new-model' ?

Gopinath_Pigili
Spotlight
Spotlight

Hello poojaryp1974 ,

Tacacs Summary Example:


! OOB TAC
tacacs-server host 123.100.100.186 port 49
key lm51
!
tacacs-server host 123.100.100.187 port 49
key lm51
!
aaa group server tacacs+ tacgrp
server 123.100.100.186
server 123.100.100.187
!
aaa group server tacacs+ eem
server 123.100.100.186
server 123.100.100.187
!
aaa authorization exec tacauthen group tacgrp local
aaa authentication login taclogin group tacgrp local
!
line console
authorization exec tacauthen
login authentication taclogin
timeout login response 30
timestamp
exec-timeout 0 0
session-timeout 15
!
vty-pool default 0 99 line-template console

Reference: https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5xx/system-security/76x/b-system-security-cg-76x-ncs540/configuring-aaa-services.html#task_C76D235CC2BC4B8887E482D2E66656B8

Best regards
******* If This Helps, Please Rate *******

Review Cisco Networking for a $25 gift card