a week ago
Hello,
I'm getting errors when I paste and save the following into a RADIUS attribute to send back to a VOSS switch when I configure it in Extreme Control.
Edited the switch settings and created a new RADIUS attribute to send called Extreme VOSS - Platform VLAN Creation.
When I add the below and click save I get errors.
Extreme-Dynamic-Client-Assignments=create=vlan, pv=%VLAN_ID%,vni=%CUSTOM1%, ev=%VLAN_EGRESS%, vn=%VLAN_NAME%, vnin=%CUSTOM2%
%ORG1_RADIUS_ATTRS_LIST%
%ORG2_RADIUS_ATTRS_LIST%
Passport-Accept-Priority=%MGMT_SERV_TYPE%
Error
The following problem(s) were found in the attributes:
Attribute in Extreme-Dynamic-Client-Assignments=create=vlan, pv=%VLAN_ID%,vni=%CUSTOM1%, ev=%VLAN_EGRESS%, vn=%VLAN_NAME%, vnin=%CUSTOM2% is invalid.
Attribute in Passport-Accept-Priority=%MGMT_SERV_TYPE% is invalid.
Any ideas why this is happening, I see there is VSA called Extreme-Dynamic-Client-Assignments in the release of Extreme Control 24.10.13.5.
Thanks,
Rob
a week ago
Passport-Accept-Priority -> Passport-Access-Priority
The syntax for the other AVP appears correct so unsure why it would have been flagged.
a week ago
The errors you're seeing in Extreme Control likely stem from incorrect syntax or variable issues within your RADIUS attributes (`Extreme-Dynamic-Client-Assignments` and `Passport-Accept-Priority`). Verify the exact VSA syntax in the Extreme Control documentation, carefully check the values of your variables, and consult the system logs for detailed error messages.
a week ago
Thanks for your reply. I corrected the syntax and also took one from someone else where it worked. Had same issue with theirs. After restarting XIQ-SE I was able to add the attributes okay and save.