Networking::VLAN::VLANCMPHash

Introduced : BIG-IP_v11.4.0
An enumeration of VLAN CMP hash algorithm. The CMP hash algorithm decides the traffic dissagregation criteria for a vlan. This allows all connections from a client to land on the same set of TMMs. It improves tmm performance by localizing the sessionDB lookup. A vlan can choose to dissaggregate traffic based on source ip, destination ip, or TCP/UDP src/dest ports. The default CMP hash algorithm for a vlan uses TCP/UDP src/dest ports.

Members

Member

Value

Description

CMP_HASH_UNKNOWN

0

CMP hash is unsupported by iControl.

CMP_HASH_DEFAULT

1

Use TCP/UDP src/dest ports.

CMP_HASH_DESTINATION_IP

2

Use destination IP address.

CMP_HASH_SOURCE_IP

3

Use source IP address.


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.