Skip to content

Attribute Dictionary

Click to System > Dictionaries.

This page manages the RADIUS attribute (AVP) dictionary used across the platform, in two tables. Custom Radius attributes are Vendor-Specific Attributes (VSAs) you define yourself, scoped to your provider; you can delete these, and admins can see custom attributes across all tenants. Supported Radius attributes is the built-in, shared dictionary and is read-only.

Both tables share the same columns: Name, Code, Type, Vendor Id, Vendor Name, Vendor AVP Type, Tagged, Enums.

Adding a custom attribute

Click Create attribute and fill in:

  • Vendor: pick from existing vendor name/ID pairs.
  • Name: required, the attribute's canonical name, must be unique.
  • Value type: required, one of string, integer, ipaddr, ipv6addr, date, octets.
  • Vendor AVP type: required, the numeric sub-type used within the vendor's namespace.
  • Tagged: checkbox, mark if this attribute supports RADIUS tagging.
  • Enums: optional JSON object mapping numeric values to labels, for example {"1":"ValueA"}.

Removing a custom attribute

Click the trash icon on a row in the Custom Radius attributes table.

Back to top