Radius_Profile (object)

Configures a RADIUS profile for network traffic load balancing

Properties (* = required):

name type(s) default allowed values description
class* string   “Radius_Profile”  
label string   “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML
parentProfile object {“bigip”:”/Common/radiusLB”}   Specifies the name of the object to inherit the settings from,Reference to a radius profile
persistAttribute   “none”   Specifies the name of the RADIUS attribute on which traffic persists. Acceptable values are ASCII strings from section 5 of RFC 2865 or numeric codes (1-255). A value of none indicates that persistence is disabled.
protocolProfile object {“bigip”:”/Common/_sys_radius_proto_imsi”}   Specifies PEM protocol profile that defines mapping of RADIUS AVPs to subscriber ID and other PEM subscriber session attributes,Reference to a radius protocol profile
remark string   “^[^x00-x1fx22x5cx7f]*$” Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks
subscriberDiscoveryEnabled boolean true true, false Specifies whether to enable PEM subscriber discovery based on the content of RADIUS packets

Radius_Profile.parentProfile (object)

Specifies the name of the object to inherit the settings from Reference to a radius profile

Default: {“bigip”:”/Common/radiusLB”}

Properties (* = required):

name type(s) default allowed values description
bigip string   “f5bigip” formatted string Pathname of existing BIG-IP radius profile
use string     AS3 pointer to radius profile declaration

Radius_Profile.protocolProfile (object)

Specifies PEM protocol profile that defines mapping of RADIUS AVPs to subscriber ID and other PEM subscriber session attributes Reference to a radius protocol profile

Default: {“bigip”:”/Common/_sys_radius_proto_imsi”}

Properties (* = required):

name type(s) default allowed values description
bigip string   “f5bigip” formatted string Pathname of existing BIG-IP radius protocol profile