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

ACE tcl script for radius request

sthon-dbsys
Level 1
Level 1

does anyone has an idea,

if I can send a complete radius authentication request with "user" and "pw" to check the functionallity of my radius with tcl scripting ?

if yes, some examples would be helpfull.

thx for every info

1 Reply 1

ciscocsoc
Level 4
Level 4

Hi,

This will be "easy" if you can use PAP as the authentication mechanism.  The easiest way to do this (unless you want to write a full RADIUS client in Tcl) is to packet capture a simple PAP session - which is a request/accept over UDP and then modify the supplied LDAP script to send appropriate bytes and look for the response.  If you use anything more complicated than PAP then you're into a world of pain.  There are other posts on the forum where I have given additional information on modifying the LDAP script.

Hope that helps

Cathy

Review Cisco Networking for a $25 gift card