cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1344
Views
0
Helpful
1
Replies

Prime Infrastructure 1.2 with TACACS.net software

Kyujin Choi
Level 1
Level 1

I found windows TACACS applicaton which is working great with cisco switch and router.

            

http://tacacs.net/ 

http://heggel4.wordpress.com/2012/12/06/install-and-configure-tacacs-net/

Now, I have an issue when I try to add PI into TACACS.

From PI 1.2 it is very straighforward like below that AAA mode enabled and fallback as local user.

AAA.jpg

In TACACS+ section from PI,  I put ip address, port, shared secret. I am not sure authentication type (PAP, CHAP) I selected CHAP, but there is no password column that I can fill in.

Authentication.jpg

In the other hand,  From TACACS.net software, there is CHAP password section, which I don't know.

  <Name>user</Name>

  <LoginPassword ClearText="kchefbrs" DES=""> </LoginPassword>

  <EnablePassword ClearText="" DES=""></EnablePassword>

  <CHAPPassword ClearText="" DES=""> </CHAPPassword>

  <OutboundPassword ClearText="" DES=""> </OutboundPassword>

  Then when I tried to log in, I got message like below, which is not "invalid username and password".  When I googled it, some people mentioned about virtual domain. However, no luck.

NoAuthorizationInformationFound.jpg

Anybody has same issues?

1 Reply 1

allangamst
Level 1
Level 1

In the authorization.xml file you must have this in your service configuration:

service=NCS

protocol=HTTP

virtual-domain0=ROOT-DOMAIN

role0=User Defined 1

task0=View Alerts and Events

task1=View Audit Logs Access

task2=Lobby Ambassador Defaults Configuration

task3=Design Monitoring Template Access

.

.

.