Networking::iSessionAdvertisedRouteV2¶
Introduced : BIG-IP_v11.0.0
This interface manages routes advertised for optimization reachable
through the local endpoint of the WAN Optimization Module. Routes are
advertised to all connected WAN Optimization Modules. The remote
endpoints use the subnet configuration information to determine peer
routing and optimization actions.
Methods¶
Method | Description | Introduced |
create | Creates a set of advertised routes | BIG-IP_v11.0.0 |
delete_all_subnets | Deletes all advertised routes. | BIG-IP_v11.0.0 |
delete_subnet | Deletes the specified set of advertised routes | BIG-IP_v11.0.0 |
get_description | Gets the descriptions for a set of advertised routes. | BIG-IP_v11.0.0 |
get_destination | Gets the networked IP address of a subnet that a remote system can reach through the local endpoint for a set of advertised routes. Note: A set_destination method is not supported. | BIG-IP_v11.0.0 |
get_enabled_state | Gets the state for optimizing traffic between the local and remote endpoints for a set of advertised routes. | BIG-IP_v11.0.0 |
get_label | Gets the label for a set of advertised routes. | BIG-IP_v11.0.0 |
get_list | Get a list of all advertised routes | BIG-IP_v11.0.0 |
get_metric | Gets the routing metric to select between WAN Optimization Module pairs for a set of advertised routes. | BIG-IP_v11.0.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.0.0 |
set_description | Sets the description for a set of advertised routes. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.0.0 |
set_enabled_state | Sets the state for optimizing traffic between the local and remote endpoints for a set of advertised routes. If not enabled, the local and remote endpoints exchange subnet configuration information, but traffic on this subnet is not optimized. | BIG-IP_v11.0.0 |
set_label | Sets the label for a set of advertised routes | BIG-IP_v11.0.0 |
set_metric | Sets the routing metric to select between WAN Optimization Module pairs for a set of advertised routes. The higher the number, the more expensive the route in terms of resources. | BIG-IP_v11.0.0 |
Structures¶
Structure
Description
A struct that specifies the networked IP address for an advertised route.
Aliases¶
Alias | Type | Description |
RouteDestinationSequence | RouteDestination [] | A sequence of advertised route addresses |
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.