Networking::RouteTableV2

Introduced : BIG-IP_v11.0.0
The RouteTable interface enables you to work with the Route table and entries.

Methods

Method Description Introduced
create_management_route Creates the specified management route entries in the route table. BIG-IP_v11.0.0
create_static_route Creates the specified static route entries in the route table. BIG-IP_v11.0.0
delete_all_management_routes Deletes all management route entries from the route table. BIG-IP_v11.0.0
delete_all_static_routes Deletes all static route entries from the route table. BIG-IP_v11.0.0
delete_management_route Deletes the specified management route entries from the route table. BIG-IP_v11.0.0
delete_static_route Deletes the specified static route entries from the route table. BIG-IP_v11.0.0
get_dynamic_route Gets the information for the specified dynamic routes BIG-IP_v11.0.0
get_dynamic_route_ecmp Gets the information for the specified dynamic routes, including all nexthops in the case of ECMP routes. BIG-IP_v11.3.0
get_dynamic_route_list Gets the list of dynamic routes. BIG-IP_v11.0.0
get_management_route_description Gets the descriptions for the specified management routes. BIG-IP_v11.0.0
get_management_route_destination Gets the destinations for the specified management routes. Note: A set_management_route_destination method is not supported. BIG-IP_v11.0.0
get_management_route_gateway Gets the gateways for the specified management routes. BIG-IP_v11.0.0
get_management_route_list Gets a list of all management route entries. BIG-IP_v11.0.0
get_management_route_mtu Gets the MTUs for the specified management routes. BIG-IP_v11.0.0
get_management_route_type Gets the route type for the specified management routes. BIG-IP_v11.0.0
get_route_table_metric_statistics_for_destination Gets the route metric statistics for the specified destination IP addresses. BIG-IP_v11.0.0
get_route_table_metric_statistics_for_mac Gets the route metric statistics for the specified MAC addresses of the gateways. BIG-IP_v11.0.0
get_static_route_description Gets the descriptions for the specified static routes. BIG-IP_v11.0.0
get_static_route_destination Gets the destinations for the specified static routes. Note: A set_static_route_destination method is not supported. BIG-IP_v11.0.0
get_static_route_gateway Gets the gateways for the specified static routes. BIG-IP_v11.0.0
get_static_route_list Gets a list of all static route entries. BIG-IP_v11.0.0
get_static_route_mtu Gets the MTUs for the specified static routes. BIG-IP_v11.0.0
get_static_route_pool Gets the pool names for the specified static routes. The pool name allows the destination to select the nexthop router from a pool. BIG-IP_v11.0.0
get_static_route_type Gets the route type for the specified static routes. BIG-IP_v11.0.0
get_static_route_vlan Gets the VLAN names for the specified static routes. BIG-IP_v11.0.0
get_version Gets the version information for this interface. BIG-IP_v11.0.0
reset_all_route_table_metric_statistics Resets or flushes all route metric statistics. BIG-IP_v11.0.0
set_management_route_description Sets the descriptions for the specified management routes. BIG-IP_v11.0.0
set_management_route_gateway Sets the gateways for the specified management routes. BIG-IP_v11.0.0
set_management_route_mtu Sets the MTUs for the specified management routes. BIG-IP_v11.0.0
set_management_route_reject Sets the state that rejects all requests for the specified management routes. BIG-IP_v11.0.0
set_static_route_description Sets the descriptions for the specified static routes. BIG-IP_v11.0.0
set_static_route_gateway Sets the gateways for the specified static routes. BIG-IP_v11.0.0
set_static_route_mtu Sets the MTUs for the specified static routes. BIG-IP_v11.0.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_v11.0.0
set_static_route_reject Sets the state that rejects all requests for the specified static routes. BIG-IP_v11.0.0
set_static_route_vlan Sets the VLAN names for the specified static routes. BIG-IP_v11.0.0

Structures

Structure

Description

DynamicRoute

A struct that describes a dynamic route and statistics.

DynamicRouteECMP

A struct that describes a dynamic route and statistics and supports multiple nexthops.

DynamicRouteECMPStatistics

A struct that describes dynamic route statistics and timestamp and can include multiple nexthops.

DynamicRouteStatistics

A struct that describes dynamic route statistics and timestamp.

RouteAttribute

A struct that describes the attributes of a route.

RouteDestination

A struct that describes a route destination.

RouteNexthopEntry

A struct that describes a nexthop for a route.

RouteTableMetricEntry

A struct that describes statistics for a particular route table metric.

RouteTableMetricStatistics

A struct that describes route table statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
DynamicRouteECMPSequence DynamicRouteECMP [] A sequence of dynamic route ECMP entries.
DynamicRouteECMPStatisticsSequence DynamicRouteECMPStatistics [] An alias for a sequence of route table statistics.
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.
RouteDestinationSequence RouteDestination [] A sequence of RouteDestination entries.
RouteNexthopEntrySequence RouteNexthopEntry [] A sequence of RouteNexthopEntry 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.