Networking::ProfileIPIP¶
Introduced : BIG-IP_v10.1.0
The ProfileIPIP interface enables you to manipulate an IP-IP tunnel
profile to configure the IP-within-IP tunneling protocol. The
IP-within-IP protocol (RFC2003) specifies how to encapsulate an IP
packet within another IP packet.
Methods¶
Method | Description | Introduced |
create | Creates a set of IP-IP tunnel profiles. | BIG-IP_v10.1.0 |
delete_all_profiles | Deletes all non-system IP-IP tunnel profiles. | BIG-IP_v10.1.0 |
delete_profile | Deletes a set of IP-IP tunnel profiles. | BIG-IP_v10.1.0 |
get_default_profile | Gets the existing IP-IP tunnel profile from which this set of IP-IP profiles inherits its unspecified attribute values. | BIG-IP_v10.1.0 |
get_description | Gets the descriptions for a set of IP-IP tunnel profiles. | BIG-IP_v11.0.0 |
get_ds_lite_state | Gets the DS-Lite states for a set of IP-IP tunnel profiles. | BIG-IP_v11.3.0 |
get_list | Gets the names for all IP-IP tunnel profiles. | BIG-IP_v10.1.0 |
get_protocol | Gets the next header IP protocols for a set of IP-IP tunnel profiles. | BIG-IP_v11.2.0 |
get_version | Gets the version information for this interface. | BIG-IP_v10.1.0 |
is_base_profile | Determines whether the specified IP-IP 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_v10.1.0 |
is_system_profile | Determines whether the specified IP-IP 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_v11.0.0 |
set_default_profile | Sets the existing IP-IP tunnel profile from which this set of IP-IP tunnel profiles inherits their unspecified attribute values. | BIG-IP_v10.1.0 |
set_description | Sets the description for a set of IP-IP tunnel profiles. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.0.0 |
set_ds_lite_state | Sets the DS-Lite state for a set of IP-IP tunnel profiles. Specifies whether the profile is used for a DS-lite(Dual Stack - lite) deployment. When enabled, an augmented flow lookup is made using the IPv6 address in the outer header in addition to the inner header addresses for packets coming over this tunnel. The default value is disabled. | BIG-IP_v11.3.0 |
set_protocol | Sets the next header IP protocols for a set of IP-IP tunnel profiles. The protocol is for the inner header in an IPIP packet. For example, for an IP6-in-IP4(6in4) packet, the inner header protocol would be TUNNEL_PROTOCOL_IPV6 for protocol IPv6. | BIG-IP_v11.2.0 |
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.