- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
03-16-2018 01:49 AM - edited 03-16-2018 01:50 AM
Hi All
I am Muthu from Nokia ( Fromerly Alcatel-lucent)
would like to know how to define Vendor ID in the radius Dictionary file.
The product we are using is ISAM 7360. The vendor id is 637
Please refer to the attachment. In the radius attribute i see only vendor id 800 and 3041 for alcatel. Would like to include the vendor ID 637 and use it for our testing . Please guide how to do it.
Thanks,
S.Muthukannan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 01:54 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 02:26 AM
Thanks Cappalli will try that
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 03:17 AM
Hi Cappalli,
I am unable to upload the file back to Clearpass The error is
" File contains invalid XML tags. Try export to see the valid XML tags"
Attached the file for reference can you point out anything i missed out
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 03:28 AM
Hi Cappalli,
I am unable to upload the file back to Clearpass The error is
" File contains invalid XML tags. Try export to see the valid XML tags"
Attached the file for reference can you point out anything i missed out
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 07:19 AM
Its a 2 byte value defined in Hexadecimal. can i change that to integer and load it ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-16-2018 07:47 AM
After changing to Integer as well same issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
03-19-2018 04:08 AM
Hi Muthu,
I think, there is a confusion between attribute ID vs attribute values. You need the correct attribute IDs to import the dictinory. I
see you have converted the hex values to decimel and added them as IDs. That will not work, I haven't seen IDs of 4 digits yet :)
For Ex: 0x06A1 >> 1697.
Is "0x06A1" hex value need to be return with the attribute "A-ESAM-PoL-Fwd-ID"?
If yes, then find out the correct IDs for the below three attributes and then import the dictionary.
A-ESAM-PoL-Fwd-ID
A-ESAM-PoL-Vp-ID
A-ESAM-PoL-Client-Type
Notes:
You need to use the type "Unsigned32" instead of "Integer".
If you want to return hex values, then use the type "OctetArray".
Thank you,
Saravanan Rajagopal
**Did something you read in the Community solve a problem for you? If so, click "Accept as Solution" in the post.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: how to define Vendor ID in clearpass for an enterprise
Re: how to define Vendor ID in clearpass for an enterprise
03-19-2018 04:15 AM
Saravanan,
Let me try that and get back. In the mean time is there a way to define attributes length from the Clearpass GUI /CLI . here in this case looking for 2 bytes value to be defined
Thanks
S.Muthukannan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator