LocalLB::ProfileRADIUS

Introduced : BIG-IP_v10.1.0
The ProfileRADIUS interface enables you to manipulate a local load balancer&aposs RADIUS profile.

Methods

Method Description Introduced
add_client Adds to the lists of host and network addresses from which clients can connect. See get_client for more information on the client specification. BIG-IP_v10.1.0
create Creates the specified RADIUS profiles. BIG-IP_v10.1.0
delete_all_profiles Deletes all RADIUS profiles. BIG-IP_v10.1.0
delete_profile Deletes the specified RADIUS profiles. BIG-IP_v10.1.0
get_all_statistics Gets the statistics for all the RADIUS profiles. BIG-IP_v10.1.0
get_client Gets the list of host and network addresses from which clients can connect. An entry in the list can be a host or network address, for example: 10.10.10.0/24 or 10.10.10.10. An empty value indicates that any client can connect. BIG-IP_v10.1.0
get_default_profile Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v10.1.0
get_description Gets the descriptions for a set of RADIUS profiles. BIG-IP_v11.0.0
get_list Gets a list of all RADIUS profiles. BIG-IP_v10.1.0
get_persist_avp Gets the RADIUS Attribute (Value Pair; AVP) on which to persist for each of the profiles given. See set_persist_avp for more information on the AVP specification. BIG-IP_v10.1.0
get_statistics Gets the statistics for the specified RADIUS profiles. BIG-IP_v10.1.0
get_statistics_by_virtual Gets the statistics for the specified profiles, by virtual server. BIG-IP_v11.0.0
get_version Gets the version information for this interface. BIG-IP_v10.1.0
is_base_profile Determines whether the specified RADIUS profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). BIG-IP_v10.1.0
is_system_profile Determines whether the specified RADIUS profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). BIG-IP_v11.0.0
remove_client Removes entries from the lists of host and network addresses from which clients can connect. See get_client for more information on the client specification. BIG-IP_v10.1.0
reset_statistics Resets the statistics for the specified RADIUS profiles. BIG-IP_v10.1.0
reset_statistics_by_virtual Resets the statistics for the specified profiles, for specified virtual servers. BIG-IP_v11.0.0
set_default_client Resets the client list to the parent defaults. BIG-IP_v10.1.0
set_default_profile Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v10.1.0
set_description Sets the description for a set of RADIUS profiles. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.0.0
set_persist_avp Sets the RADIUS Attribute (Value Pair; AVP) on which to persist for each of the profiles given. The attribute specification can be a string or a numeric code (1-255), encoded as string. If the string is empty, or the code does not exist in the traffic coming to the system, then persist is disabled (if the name is not recognized, this method will produce an error). See RFC 2865, section 5, for valid base numeric codes. Valid names are as listed in section 5, in any mix of upper and lower case. BIG-IP_v10.1.0

Structures

Structure

Description

ProfileRADIUSStatisticEntry

A struct that describes statistics for a particular RADIUS profile.

ProfileRADIUSStatistics

A struct that describes profile statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ProfileRADIUSStatisticEntrySequence ProfileRADIUSStatisticEntry [] A sequence of ProfileRADIUS statistics.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.