Networking::VLAN¶
Introduced : BIG-IP_v9.0
The VLAN interface enables you to work with the definitions and
attributes contained in a device&aposs VLAN.
Methods¶
Structures¶
Structure
Description
A struct that describes a forwarding table entry.
A struct that describes a member entry.
Enumerations¶
Enumeration | Description |
VLANCMPHash | 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. |
Aliases¶
Alias | Type | Description |
ForwardingTableSequence | ForwardingTableEntry [] | A sequence of forwarding table entries. |
ForwardingTableSequenceSequence | ForwardingTableEntry [] [] | A sequence of sequence of forwarding table entries. |
MemberSequence | MemberEntry [] | A sequence of member entries. |
MemberSequenceSequence | MemberEntry [] [] | A sequence of sequence of member entries. |
VLANCMPHashSequence | VLANCMPHash [] | A sequence of VLANCMPHash. |
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.