Networking::SelfIPPortLockdown

Introduced : BIG-IP_v9.0
*IMPORTANT* This entire interface has been deprecated, since self IP addresses are accessed by name instead of address. Its functionality has been moved to SelfIPV2 interface. The SelfIPPortLockdown interface enables you to lock down protocols and ports on self IP addresses.

Methods

Method Description Introduced
add_allow_access_list Adds the list of access methods, with optional protocols/ports, for the specified self IPs. BIG-IP_v9.0
add_default_protocol_port_access_list Adds to the default list of protocols/ports on which access is allowed. BIG-IP_v9.4
delete_allow_access_list Deletes protocols and ports from the allow access list for the specified self IPs. BIG-IP_v9.0
get_allow_access_list Gets the access lists for the specified self IPs. BIG-IP_v9.0
get_default_protocol_port_access_list Gets the default protocol/port access list on which access is allowed. BIG-IP_v9.4
get_version Gets the version information for this interface. BIG-IP_v9.0
remove_default_protocol_port_access_list Remove protocols and ports from the default list of protocols/ports on which access is allowed. BIG-IP_v9.4

Structures

Structure

Description

ProtocolPort

A structure that defines protocol / port combination.

SelfIPAccess

A structure that defines the access mode for the specified self IP.


Enumerations

Enumeration Description
AllowMode A list of access modes.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
AllowModeSequence AllowMode [] A sequence of access modes.
ProtocolPortSequence ProtocolPort [] A sequence of protocol/port structures.
SelfIPAccessSequence SelfIPAccess [] A sequence of self IP access modes.

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.