Applies To:
Show Versions
BIG-IP AAM
- 13.1.1, 13.1.0
BIG-IP APM
- 13.1.1, 13.1.0
BIG-IP Analytics
- 13.1.1, 13.1.0
BIG-IP LTM
- 13.1.1, 13.1.0
BIG-IP AFM
- 13.1.1, 13.1.0
BIG-IP PEM
- 13.1.1, 13.1.0
BIG-IP DNS
- 13.1.1, 13.1.0
BIG-IP ASM
- 13.1.1, 13.1.0
About licensing BIG-IP VE
In order to use BIG-IP VE, you must have a license from F5. Starting with BIG-IP VE version 13.1, you can revoke the license from a virtual machine and re-use it on another virtual machine.
From the Configuration utility, to revoke the license, go to Revoke.
and clickFrom tmsh, to revoke the license, run the command tmsh revoke sys license.
This functionality works for BIG-IP VE BYOL only.
Configure TSO support
Turn off LRO or GRO
Increase performance with multiple queues
About NIC teaming
NIC teaming, also known as port channels, bonding, or in BIG-IP, trunking, is defined by the Link Aggregation standard IEEE 802.1AX-2008 (formerly IEEE 802.3ad). This standard offers both increased bandwidth and link failure redundancy at Layer 2.
In a virtual environment, the same MAC address must be assigned to all teamed/aggregated ports. Either the hypervisor or the guest (in kernel trusted mode) can do this assignment.
SR-IOV uses virtual functions to send packets from two or more separate physical ports to the guest. The hypervisor never sees these packets.
In this case, LACP active monitoring in the guest is not possible because the guest does not receive bridge control packets.
Configure NIC teaming
-
On the host, complete the following steps.
-
Then on BIG-IP VE, complete the following steps.
Increase disk space for BIG-IP VE
- /config
- /shared
- /var
- /var/log
For each directory you want to resize, complete these steps.
Change the NIC used for BIG-IP VE management
- Use SSH to connect to BIG-IP VE.
- If you need to determine which NICs are available, stop TMM by typing bigstart stop tmm. Then type ip addr to view the list of available NICs.
- Change the management NIC by typing tmsh modify sys db provision.managementeth value eth1 where eth1 is the NIC you want to use for management. You can use any available NIC.
- Press Enter.
- Reboot BIG-IP VE by typing reboot and pressing Enter.
About routes in a single NIC configuration
If you want to configure a static route that relies on a gateway in the same subnet as the self IP address, you must first disable the setting that enforces single NIC setup:
modify sys db provision.1nicautoconfig value disableConfirm that the value is correct by typing list sys db provision.1nicautoconfig.
The return value should be disable.
If you do not change this value, any time you reboot BIG-IP VE, the manually-configured static route will cause validation errors during load sys config.