Radius Attribute Substitution

Certain keywords can be substituted with parameters from the actual Radius User.

Examples

  • %password%
    • The actual password from the Radius User
  • %ipaddress%
    • The actual IPv4 / IPv6 Address from the Radius User’s IP Addresses
    • This is generally used for the IP Unnumbered Address
  • %ipv4network%
    • The actual IPv4 Network Address without mask
  • %ipv6network%
    • The actual IPv6 Network Address without mask
  • %shortmask%
    • The actual IPv4/IPv6 short mask (bits)
    • /29 /30 /32 for IPv4
    • /48 /56 /64 for IPv6
  • %longmask%
    • The actual IPv4 long mask
    • /32 as 255.255.255.255
    • /29 as 255.255.255.248
    • /28 as 255.255.255.240