Networking::ProfileLightweight4Over6Tunnel¶
Introduced : BIG-IP_v12.1.0
The ProfileLightweight4Over6Tunnel interface provides Lightweight
tunnel function over the network interface. The
ProfileLightweight4Over6Tunnel is an IPv4-over-IPv6 tunneling protocol
to deliver IPv4 unicast service across an IPv6 infrastructure. This
process controlled by a Lightweight tunnel file table and port set id
length are embedded in lightweight tunnel profile. As the address
mapping information is embedded in the packet itself, Lightweight
tunnel profile is stateless.
Methods¶
Method | Description | Introduced |
create | Creates a set of Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
delete_all_profiles | Deletes all non-system Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
delete_profile | Deletes a set of Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
get_default_profile | Gets the existing Lightweight tunnel profile from which this set of Lightweight profiles inherits its unspecified attribute values. | BIG-IP_v12.1.0 |
get_description | Gets the descriptions for a set of Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
get_file | Gets the lightweight tunnel file for a set of Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
get_list | Gets the names of all Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
get_port_set_identifier_length | Gets the port set identifier length for a set of Lightweight tunnel profiles. | BIG-IP_v12.1.0 |
get_version | Gets the version information for this interface. | BIG-IP_v12.1.0 |
is_base_profile | Determines whether the specified Lightweight tunnel profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). | BIG-IP_v12.1.0 |
is_system_profile | Determines whether the specified Lightweight tunnel profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). | BIG-IP_v12.1.0 |
set_default_profile | Sets the existing Lightweight tunnel profile from which this set of Lightweight tunnel profiles inherits their unspecified attribute values. | BIG-IP_v12.1.0 |
set_description | Sets the description for a set of Lightweight tunnel profiles. This is an arbitrary field which can be used for any purpose. | BIG-IP_v12.1.0 |
set_file | Sets the lightweight tunnel file for a set of Lightweight tunnel profiles. The lightweight tunnel file consists of the following information: IPv4 address, IPv6 address prefix and the port set identifier length. This information is used to map the incoming and outgoing traffic into a specific lightweight tunnel. Please refer to the RFC 7596 for more information. The lightweight tunnel file objects are managed as part of System::LightweightTunnelTableFile interface. | BIG-IP_v12.1.0 |
set_port_set_identifier_length | Sets the port set identifier length for a set of Lightweight tunnel profiles. Lightweight4Over6 tunnel uses an algorithm to permit the sharing of the same IPv4 address between client boxes. The port set identifier (PSID) is the key parameter to deliver traffic over the tunnel. The port set identifier length determines the maximum value of PSID for lightweight 4Over6 tunnel setup. | BIG-IP_v12.1.0 |
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.