Applies To:
Show VersionsBIG-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
Configure the CPU reservation
CPU is not specifically reserved, so to prevent instability on heavily-loaded hosts, you should reserve it manually.
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 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.