Networking::RouteTable¶
Methods¶
Method | Description | Introduced |
add_management_route | Adds the specified management route entries to the route table. | BIG-IP_v9.0 |
add_static_route | Adds the specified static route entries to the route table. | BIG-IP_v9.0 |
delete_all_management_routes | Deletes all management route entries from the route table. | BIG-IP_v9.0 |
delete_all_static_routes | Deletes all static route entries from the route table. | BIG-IP_v9.0 |
delete_management_route | Deletes the specified management route entries from the route table. | BIG-IP_v9.0 |
delete_static_route | Deletes the specified static route entries from the route table. | BIG-IP_v9.0 |
get_dynamic_route | Gets the dynamic routes for the specified destination IP addresses. | BIG-IP_v9.0 |
get_management_route | Gets a list of all management route entries. | BIG-IP_v9.0 |
get_management_route_gateway | Gets the gateways for the specified management routes. | BIG-IP_v9.0 |
get_management_route_mtu | Gets the MTUs for the specified management routes. | BIG-IP_v9.0 |
get_management_route_type | Gets the route type for the specified management routes. | BIG-IP_v9.0 |
get_route_table_metric_statistics_for_destination | Gets the route metric statistics for the specified destination IP addresses. | BIG-IP_v9.0 |
get_route_table_metric_statistics_for_mac | Gets the route metric statistics for the specified MAC addresses of the gateways. | BIG-IP_v9.0 |
get_static_route | Gets a list of all static route entries. | BIG-IP_v9.0 |
get_static_route_gateway | Gets the gateways for the specified static routes. | BIG-IP_v9.0 |
get_static_route_mtu | Gets the MTUs for the specified static routes. | BIG-IP_v9.0 |
get_static_route_pool | Gets the pool names for the specified static routes. The pool name allow the destination to select the nexthop router from a pool. | BIG-IP_v9.0 |
get_static_route_type | Gets the route type for the specified static routes. | BIG-IP_v9.0 |
get_static_route_vlan | Gets the VLAN names for the specified static routes. | BIG-IP_v9.0 |
get_version | Gets the version information for this interface. | BIG-IP_v9.0 |
reset_all_route_table_metric_statistics | Resets or flushes all route metric statistics. | BIG-IP_v9.0 |
set_management_route_gateway | Sets the gateways for the specified management routes. | BIG-IP_v9.0 |
set_management_route_mtu | Sets the MTUs for the specified management routes. | BIG-IP_v9.0 |
set_management_route_reject | Sets the state that rejects all requests for the specified management routes. | BIG-IP_v9.0 |
set_static_route_gateway | Sets the gateways for the specified static routes. | BIG-IP_v9.0 |
set_static_route_mtu | Sets the MTUs for the specified static routes. | BIG-IP_v9.0 |
set_static_route_pool | Sets the pool names for the specified static routes. The pool name allow the destination to select the nexthop router from a pool. | BIG-IP_v9.0 |
set_static_route_reject | Sets the state that rejects all requests for the specified static routes. | BIG-IP_v9.0 |
set_static_route_vlan | Sets the VLAN names for the specified static routes. | BIG-IP_v9.0 |
Structures¶
Structure
Description
A struct that describes a dynamic route and statistics.
A struct that describes dynamic route statistics and timestamp.
A struct that describes the attributes of a route.
A struct that describes a route.
A struct that describes statistics for a particular route table metric.
A struct that describes route table statistics and timestamp.
Aliases¶
Alias | Type | Description |
DynamicRouteSequence | DynamicRoute [] | A sequence of dynamic route entries. |
DynamicRouteStatisticsSequence | DynamicRouteStatistics [] | An alias for a sequence of route table statistics. |
RouteAttributeSequence | RouteAttribute [] | A sequence of RouteAttribute entries. |
RouteDefinitionSequence | RouteDefinition [] | A sequence of RouteDefinition entries. |
RouteTableMetricEntrySequence | RouteTableMetricEntry [] | A sequence of route table metric statistics. |
RouteTableMetricStatisticsSequence | RouteTableMetricStatistics [] | An alias for a sequence of route table metric 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.