Networking::iSessionPeerDiscovery

Introduced : BIG-IP_v9.0
The Dynamic Peer Discovery interface enables you to work with the definitions and attributes contained in a device&aposs endpoint discovery objects. This interface includes an object key which is a Common::ULong value. This value is meaningless in itself, and since only one endpoint discovery object can exist, it is of no real use. Its value is ignored in all methods in this interface.

Methods

Method Description Introduced
get_discoverable_peer_enabled_state Gets the setting allows other remote endpoints to discover this local endpoint and advertises the local ability to connect. BIG-IP_v10.0
get_discovered_peer_enabled_state Gets the current setting allows other remote endpoints to discover this local endpoint and enables and disables the logic that detects this condition. BIG-IP_v10.0
get_discovery_mode Gets the modes that allows other remote endpoints to enable automatic discovery of this local iSession endpoint. BIG-IP_v10.0
get_discovery_mode_enabled_state Gets the setting that allows other remote endpoints to enable automatic discovery of this local iSession endpoint. BIG-IP_v10.0
get_icmp_backoff_time Gets the minimum wait time before abandoning an ICMP probe message request and resending it for remote endpoints discovering this local endpoint. BIG-IP_v10.0
get_icmp_max_requests Gets the maximum number of ICMP requests allowed for other remote endpoints to discover this local endpoint. BIG-IP_v10.0
get_icmp_max_retries Gets the maximum number of ICMP retries allowed for other remote endpoints to discover this local endpoint. BIG-IP_v10.0
get_list Gets a list of all endpoint discovery objects. This method is useless, as one and only one endpoint discovery object exists. BIG-IP_v10.0
get_max_peer_count Gets the maximum number of remote endpoints allowed to discover this local endpoint. BIG-IP_v10.0
get_version Gets the version information for this interface. BIG-IP_v10.0
set_discoverable_peer_enabled_state Sets the setting allows other remote endpoints to discover this local endpoint and advertises the local ability to connect. BIG-IP_v10.0
set_discovered_peer_enabled_state Sets the current setting that allows other remote endpoints to discover this local endpoint and enables and disables the logic that detects this condition. BIG-IP_v10.0
set_discovery_mode Sets the modes that allows other remote endpoints to enable automatic discovery of this local iSession endpoint. BIG-IP_v10.0
set_discovery_mode_enabled_state Sets the setting that allows other remote endpoints to enable automatic discovery of this local iSession endpoint. BIG-IP_v10.0
set_icmp_backoff_time Sets the minimum wait time before abandoning an ICMP probe message request and resending it for remote endpoints discovering this local endpoint. BIG-IP_v10.0
set_icmp_max_requests Sets the maximum number of ICMP requests allowed for other remote endpoints to discover this local endpoint. BIG-IP_v10.0
set_icmp_max_retries Sets the maximum number of ICMP retries allowed for other remote endpoints to discover this local endpoint. BIG-IP_v10.0
set_max_peer_count Sets the maximum number of remote endpoints allowed to discover this local endpoint. BIG-IP_v10.0

Structures

Structure Description

Enumerations

Enumeration Description
DiscoveryMode An enumeration of discovery mode states.
FilterMode An enumeration of discovery filter mode states.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
DiscoveryModeSequence DiscoveryMode [] A sequence of discovery modes.
FilterModeSequence FilterMode [] A sequence of filter actions.

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.