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

TACACS test tool

csavas
Cisco Employee
Cisco Employee

Hello,

 

I am looking for a TACACS test tool? Any suggestions?

 

Best regards,

Cengiz

1 Accepted Solution

Accepted Solutions

Arne Bier
VIP
VIP

The only one I have used in the past is Windows based, but it's free. https://tacacs.net/download/

 

Authentication

 

C:\Program Files (x86)\TACACS.net>tactest -s 192.168.21.101 -k sharedsecret -u abier -p mypassword -authen

Received Body:
 Authentication AuthReply:
Status=Pass
Flags=Debug
UserMsg=
Data=
Command Pass status = True, Message=,

Authorization

 

C:\Program Files (x86)\TACACS.net>tactest -s 192.168.21.101 -k sharedsecret -u abier -p mypassword -service shell -command show running

Received Body:
 Authorization Status=PassAdd
User=
Port=
Args: idletime=0        priv-lvl=15     timeout=0

 

View solution in original post

1 Reply 1

Arne Bier
VIP
VIP

The only one I have used in the past is Windows based, but it's free. https://tacacs.net/download/

 

Authentication

 

C:\Program Files (x86)\TACACS.net>tactest -s 192.168.21.101 -k sharedsecret -u abier -p mypassword -authen

Received Body:
 Authentication AuthReply:
Status=Pass
Flags=Debug
UserMsg=
Data=
Command Pass status = True, Message=,

Authorization

 

C:\Program Files (x86)\TACACS.net>tactest -s 192.168.21.101 -k sharedsecret -u abier -p mypassword -service shell -command show running

Received Body:
 Authorization Status=PassAdd
User=
Port=
Args: idletime=0        priv-lvl=15     timeout=0