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

Adding VSA Attributes under /Radius/Profiles

san_comcast
Level 1
Level 1

Product

Cisco Access Registrar (Standard Version)

AR-Standard 3.5

AR-CPU 3.5

How to add a VSA under

[ //localhost/Radius/Profiles/Test-Profile/Attributes ]

From User-guide

According to Table A-1 Tcl Attribute Dictionary Methods

addProfile

$dict addProfile <profile> [<mode>]

Copies all of the attributes in the profile <profile> into the dictionary. Note, <profile> must be the name of one of the profiles listed in the server configuration

Can we get more info on how to configure the Profiles.

Thanks,

Santosh

1 Reply 1

rslaski
Spotlight
Spotlight

You've probably meant "how to add an attribute, for example VSA"

So under:

/localhost/Radius/Profiles/Test-Profile/Attributes

use:

set Cisco-SSG-Account-Info test

(or any other attribute, in this example Cisco VSA was used)

--> ls

[ /localhost/Radius/Profiles/Test-Profile/Attributes ]

Cisco-SSG-Account-Info = test

The excerpt from user guide you have provided is used in TCL scripts and it's not relevant to your problem.

I assume you already have your VSA defined in attribute dictionaty.