PEM::Subscriber::set_ip_address

Introduced : BIG-IP_v11.4.0
Sets the IP addresses for the specified subscribers. The subscriber is identified by subscriber ID type, subscriber ID (it&aposs often a phone number like 4081112222 for E.164). The system can obtain subscriber identity by looking at RADIUS traffic (if present), or by analyzing subscriber data traffic. RADIUS provides much more information about the subscriber. Although analyzing subscriber traffic is more limited, it does provide the subscriber IP address. The system must have the subscriber IP address in order for PEM to do policy enforcement.

Prototype

 set_ip_address(
    in String [] subscribers,
    in String [] ips
);

Parameters

Parameter Type Description
subscribers String [] The names of the subscribers.
ips String [] The IP addresses for the specified subscribers.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

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.