Networking::IPsecSaAuthAlgorithm

Introduced : BIG-IP_v11.2.0
An enumeration of IPsec dynamic security association (SA) authentication algorithms.

Members

Member

Value

Description

IPSEC_DYNAMIC_SA_AUTH_UNKNOWN

0

The IPsec dynamic security association authentication algorithm is unknown (or unsupported by iControl).

IPSEC_DYNAMIC_SA_AUTH_SHA1

1

IPsec payload authentication algorithm for ESP or AH; The dynamic security association authentication algorithm is SHA1.

IPSEC_DYNAMIC_SA_AUTH_AES_GCM128

2

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GCM128.

IPSEC_DYNAMIC_SA_AUTH_AES_GCM192

3

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GCM192.

IPSEC_DYNAMIC_SA_AUTH_AES_GCM256

4

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GCM256.

IPSEC_DYNAMIC_SA_AUTH_AES_GMAC128

5

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GMAC128.

IPSEC_DYNAMIC_SA_AUTH_AES_GMAC192

6

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GMAC192.

IPSEC_DYNAMIC_SA_AUTH_AES_GMAC256

7

IPsec payload authentication algorithm for ESP; The dynamic security association authentication algorithm is AES_GMAC256.


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.