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
Deploy BIG-IP VE on ESXi
The virtual machine is created, as well as two user accounts.
- The root account provides access locally, using SSH, or the F5 Configuration utility. The root account password is default.
- The admin account provides access through the web interface. The admin account password is admin.
You should change passwords for both accounts before bringing a system into production.
- Manually create a virtual machine peer on each host.
- If you are using VMware Dynamic Resource Scheduler (DRS), create a DRS rule with the Separate Virtual Machine option that includes each BIG-IP VE in the pair.
Setting the BIG-IP VE management IP address and passwords
When you deploy BIG-IP VE:
- If you have DHCP in your environment, a management IP address is assigned.
- If you do not have DHCP, a generic management IP address (192.168.1.245) is assigned.
- A password is assigned to the default accounts: root (default) and admin (admin).
In ESXi 5.5 u2, 6.0, 6.5, and later, in BIG-IP VE 13.1.0.2 and later, you can specify a specific management IP address (IPv4 or IPv6) and different default passwords.
There are many different ways to do this.
- Before deploy, by editing the OVA file's properties:
- By using the Common OVF Tool (COT)
- By editing the OVA descriptor file, or
- By using the VMware OVF tool
- By using the tool of your choice
- During deploy, by using the API of your choice to set the vApp properties
- After deploy:
- By manually updating the vApp properties
- By using a Custom Specification
- By using the BIG-IP management config tool
Use Common OVF Tool to set management IP address and default passwords
To edit the OVA, you can use the Common OVF Tool (COT).
For more information about COT, see http://cot.readthedocs.io/en/latest.
OVA properties file for setting management IP address and default passwords
You can edit the OVA (template) properties so that when you deploy BIG-IP VE, you can specify values for the management IP address and default passwords.
Before deploy, you can extract the contents of the OVA file to edit the OVF properties directly.
Modify the OVF file and add the following properties to the <ProductSection> area of the descriptor file.
<Category>Network properties</Category> <Property ovf:key="net.mgmt.addr" ovf:type="string" ovf:value="" ovf:userConfigurable="true"> <Label>mgmt-addr</Label> <Description>F5 BIG-IP VE's management address in the format of "IP/prefix"</Description> </Property> <Property ovf:key="net.mgmt.gw" ovf:type="string" ovf:value="" ovf:userConfigurable="true"> <Label>mgmt-gw</Label> <Description>F5 BIG-IP VE's management default gateway</Description> </Property> <Category>User properties</Category> <Property ovf:key="user.root.pwd" ovf:type="string" ovf:value="" ovf:userConfigurable="true"> <Label>root-pwd</Label> <Description>F5 BIG-IP VE's SHA-512 shadow or plain-text password for "root" user</Description> </Property> <Property ovf:key="user.admin.pwd" ovf:type="string" ovf:value="" ovf:userConfigurable="true"> <Label>admin-pwd</Label> <Description>F5 BIG-IP VE's SHA-512 shadow or plain-text password for "admin" user</Description> </Property>
OVF tool for setting management IP address and default passwords
You can edit the OVA (template) properties so that when you deploy BIG-IP VE, you can specify values for the management IP address and default passwords.
ovftool --sourceType=OVA \ --acceptAllEulas \ --noSSLVerify \ --diskMode=thin \ --skipManifestCheck \ --X:logToConsole \ --X:logLevel=verbose \ --datastore='mylab' \ --name='vmname' \ --vmFolder='myfolder' \ --deploymentOption='dualcpu' \ --net:"Internal=Internal" \ --net:"Management=Management" \ --net:"HA=HA" \ --net:"External=External" \ --X:injectOvfEnv \ --prop:net.mgmt.addr="10.10.10.124/22" \ --prop:net.mgmt.gw="10.10.11.254" \ --prop:user.root.pwd="mypassword" \ --prop:user.admin.pwd="mypassword" \ <path_to_bigip.ova> \ "vi://user[@userdomain]:password@domain.com/<datacenter-name>/host/<esxi-host>"
Edit vApp to set the management IP address and default passwords
Use Customization Specification to set management IP address
- These instructions may differ slightly, based on your version of vSphere.
- This procedure is for setting the management IP address; not for setting default passwords.
- You can do this procedure after you deploy, not during.
- Ensure the BIG-IP VE instance is powered off.
- Create a Custom Specification policy.
- Edit the VM to use this policy.
- Right-click the VM and choose .
- Select your specification from the list and click Next.
- Enter the IP address and mask and click Finish.
Use BIG-IP Configuration utility tool to set management IP address
If no IP address was assigned, you can assign one by using the BIG-IP Configuration utility tool.