10-09-2006 08:08 AM - edited 03-10-2019 02:47 PM
Dear Sir:
After implemented Tacacs+ in my router, I no longer able login to the Service-Engine (CUE) with 'service-module service-Engine 2/0 session'
Here is my config:
aaa new-model
aaa authentication banner ^CCCUnauthorised use is prohibited^C
aaa authentication login Telnet group tacacs+ line
aaa authentication login Console group tacacs+ line none
aaa authentication enable default group tacacs+ enable
aaa authorization exec default group tacacs+ if-authenticated
aaa authorization commands 1 default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ if-authenticated
aaa authorization reverse-access default group tacacs+ if-authenticated
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting connection default start-stop group tacacs+
and the error in ACS server read as 'Service Denied' for 'service=raccess'.
Any clue?
Thanks
SH
10-13-2006 07:16 AM
this might help u...u can do a reprogram
10-15-2006 12:21 AM
Hi,
I found out the problem myself, CUE are running over tty line, if your NM-CUE installed in slot 2/0, the tty line will be 130, while for slot 1/0, the tty number will be 66, you can find out the line number with 'service-module service-Engine 2/0 status' command, after found the tty number, just add the login command into it.
Example:
line tty 130
login authentication Telnet
Cheers
Bernard
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