Networking::MulticastRoute¶
Introduced : BIG-IP_v12.1.0
The MulticastRoute interface enables you to get the information on all
the multicast routes present in the route table. There are multiple
methods that allow you to get the multicast routes based on input
criteria. Note: This Interface does not allow the user to create,
modify or delete the multicast routes.
Methods¶
Method | Description | Introduced |
get_multicast_route | Gets the information of all the multicast routes. | BIG-IP_v12.1.0 |
get_multicast_route_for_group | Gets the information of all the multicast routes for the specified multicast group addresses. | BIG-IP_v12.1.0 |
get_multicast_route_for_source | Gets the information of all the multicast routes for the specified source addresses. | BIG-IP_v12.1.0 |
get_multicast_route_for_source_group_pair | Gets the information of all the multicast routes for the specified multicast source and group addresses. | BIG-IP_v12.1.0 |
get_version | Gets the version information for this interface. | BIG-IP_v12.1.0 |
Aliases¶
Alias | Type | Description |
MulticastRouteInfoSequence | MulticastRouteInfo [] | A sequence of multicast routes. |
See Also¶
iControl ::
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.