04-04-2024 08:15 PM
Hi,
can someone please share me tacacs configuration for N540 router.
Thanks,
Prash
04-04-2024 11:20 PM
M.
04-05-2024 01:20 AM
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' ?
04-05-2024 02:33 AM - edited 04-05-2024 02:33 AM
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
Best regards
******* If This Helps, Please Rate *******
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide