cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
366
Views
0
Helpful
2
Replies

Collecting VSA Attributes using TCL

ktsuresh
Level 1
Level 1

Hi,

I am writing an TCL application that requires to send the 'subsriber=" VSA attribute to the radius server in the authorization packet.The Radius VSA implementation guide says this attribute is only present when AVSEND is added to the TCL script. How do I read this value using TCL 2.0. Will 'getVariable' works under TCL 2.0 ?

Thanks in advance for any help

Suresh

2 Replies 2

sbilgi
Level 5
Level 5

I think TCL 2.0 as well as TCL1.0 supports getVariable.

You can go throough the following dcoument to confirm the same.

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/vapp_dev/tclivrpg.htm#xtocid20

Hi,

Thanks , I tried getVariable under TCL2.0 and the application crashes. It is nowhere mentioned in the API 2.0 documentaion.If you have tried this and if it it working please let me know.I must be making some mistake in that case.But it never worked for me.

Thanks again