Networking::VLANGroup¶
Introduced : BIG-IP_v9.0
The VLANGroup interface enables you to work with the definitions and
attributes contained in a device&aposs VLAN group.
Methods¶
Method | Description | Introduced |
add_global_proxy_exclusion | Adds the specified IP addresses to the global proxy ARP exclusion list that applies to all VLAN groups. | BIG-IP_v9.0 |
add_member | Adds the specified children VLANs to the specified VLAN groups. | BIG-IP_v9.0 |
add_proxy_exclusion | Adds the specified IP addresses to the proxy ARP exclusion lists of the specified VLAN groups. | BIG-IP_v9.0 |
create | This method has been deprecated; please use create_v2 instead. Creates a VLAN group. | BIG-IP_v9.0 |
create_v2 | Creates a VLAN group. This method has been updated to avoid use of an unnecessary VLAN id vector in VLAN group creation. | BIG-IP_v10.0.0 |
delete_all_vlan_groups | Deletes all VLAN groups. | BIG-IP_v9.0 |
delete_vlan_group | Deletes the specified VLAN groups. | BIG-IP_v9.0 |
get_auto_lasthop | Gets the attribute that specifies auto-lasthop behavior, for the specified VLAN groups. | BIG-IP_v11.4.0 |
get_bridge_all_traffic_state | Gets the states to indicate whether to bridge non-IP traffic as well as IP traffic for the specified VLAN groups. | BIG-IP_v9.0 |
get_bridge_in_standby_state | Gets the states to indicate whether to bridge while unit is in standby mode for the specified VLAN groups. | BIG-IP_v9.0 |
get_bridge_multicast_state | Gets the states to indicate whether to bridge multicast/broadcast traffic for the specified VLAN groups. | BIG-IP_v9.0 |
get_description | Gets the descriptions for a set of VLAN groups. | BIG-IP_v11.0.0 |
get_global_proxy_exclusion | Gets the global lists of IP addresses that proxy ARP will ignore for all VLAN groups. | BIG-IP_v9.0 |
get_if_index | Gets the IF indices for the specified VLAN groups. This is a unique identifier assigned to all objects displayed in the SNMP IF-MIB. | BIG-IP_v12.0.0 |
get_list | Gets a list of all VLAN groups on this device. | BIG-IP_v9.0 |
get_mac_masquerade_address | This function is deprecated. MAC masquerade addresses are now configured on traffic groups. | BIG-IP_v9.0 |
get_member | Gets the lists of children VLANs of the specified VLAN groups. | BIG-IP_v9.0 |
get_proxy_exclusion | Gets the lists of IP addresses that proxy ARP will ignore for the specified VLAN groups. | BIG-IP_v9.0 |
get_transparency_mode | Gets the transparency modes for the specified VLAN groups. | BIG-IP_v9.0 |
get_true_mac_address | Gets the true MAC addresses used by the specified VLAN groups. | BIG-IP_v9.2.0 |
get_version | Gets the version information for this interface. | BIG-IP_v9.0 |
get_vlan_id | This method has been deprecated; accessing VLAN id for a VLAN group was unnecessary and misleading. The method now returns 0s. Please don&apost use in the future. Gets the ids for the specified VLAN groups. | BIG-IP_v9.0 |
remove_all_global_proxy_exclusions | Removes all IP addresses from the global proxy ARP exclusion list for all VLAN groups. | BIG-IP_v9.0 |
remove_all_members | Removes all children VLANs from the specified VLAN groups. | BIG-IP_v9.0 |
remove_all_proxy_exclusions | Removes all IP addresses from the proxy ARP exclusion lists of the specified VLAN groups. | BIG-IP_v9.0 |
remove_global_proxy_exclusion | Removes the specified IP addresses from the global proxy ARP exclusion list that applies to all VLAN groups. | BIG-IP_v9.0 |
remove_member | Removes the specified children VLANs from the specified VLAN groups. | BIG-IP_v9.0 |
remove_proxy_exclusion | Removes the specified IP addresses from the proxy ARP exclusion lists of the specified VLAN groups. | BIG-IP_v9.0 |
set_auto_lasthop | Sets the attribute that specifies auto-lasthop behavior, for the specified VLAN groups. This controls how the system routes return traffic. The default is AUTO_LASTHOP_DEFAULT. | BIG-IP_v11.4.0 |
set_bridge_all_traffic_state | Sets the states to indicate whether to bridge non-IP traffic as well as IP traffic for the specified VLAN groups. | BIG-IP_v9.0 |
set_bridge_in_standby_state | Sets the states to indicate whether to bridge while unit is in standby mode for the specified VLAN groups. | BIG-IP_v9.0 |
set_bridge_multicast_state | Sets the states to indicate whether to bridge multicast/broadcast traffic for the specified VLAN groups. | BIG-IP_v9.0 |
set_description | Sets the description for a set of VLAN groups. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.0.0 |
set_mac_masquerade_address | This function is deprecated. MAC masquerade address are now configured on traffic groups. If there is only one floating traffic group in the system, this function will set the traffic group&aposs MAC masquerade address to the last address in mac_masquerade_addresses and discard all other MAC addresses provided. If there is more than one floating traffic group, a Common::OperationFailed exception is raised. | BIG-IP_v9.0 |
set_transparency_mode | Sets the transparency modes for the specified VLAN groups. | BIG-IP_v9.0 |
set_vlan_id | This method has been deprecated; setting VLAN id for a VLAN group had and will have no effect. Please don&apost use in the future. Sets the tag ids for the specified VLAN groups. | BIG-IP_v9.0 |
Enumerations¶
Enumeration | Description |
VLANGroupTransparency | A list of possible transparency values for VLAN groups. |
Aliases¶
Alias | Type | Description |
VLANGroupTransparencySequence | VLANGroupTransparency [] | A sequence of transparency values. |
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.