Note : The following configuration settings were pulled from the bigip.conf and bigip_base.conf configuration files. ################## ##### UNIT 1 ##### ################## self 172.16.1.80 { netmask 255.255.255.0 unit 1 floating enable vlan EXTERNAL allow all } self 192.168.1.80 { netmask 255.255.255.0 unit 1 floating enable vlan INTERNAL allow all } configsync { auto detect enable } mgmt 2.2.2.2 { netmask 255.255.255.0 } vlan EXTERNAL { tag 4094 failsafe enable timeout 10 failsafe failover interfaces 1.1 } vlan INTERNAL { tag 4093 failsafe enable timeout 10 failsafe failover interfaces 1.2 } self 172.16.1.70 { netmask 255.255.255.0 vlan EXTERNAL allow all } self 192.168.1.70 { netmask 255.255.255.0 vlan INTERNAL allow all } failover { force active disable peer mgmt addr 1.1.1.1 unicast peer F5HA { dest addr 172.16.1.71 port 1026 source addr 172.16.1.70 } } statemirror { addr 172.16.1.70 peer addr 172.16.1.71 } system { gui setup disable hostname "bigip1-unit1.home" } ################## ##### UNIT 2 ##### ################## self 172.16.1.80 { netmask 255.255.255.0 unit 1 floating enable vlan EXTERNAL allow all } self 192.168.1.80 { netmask 255.255.255.0 unit 1 floating enable vlan INTERNAL allow all } configsync { auto detect enable } mgmt 1.1.1.1 { netmask 255.255.255.0 } vlan EXTERNAL { tag 4093 failsafe enable timeout 10 failsafe failover interfaces 1.1 } vlan INTERNAL { tag 4094 failsafe enable timeout 10 failsafe failover interfaces 1.2 } self 172.16.1.71 { netmask 255.255.255.0 vlan EXTERNAL allow all } self 192.168.1.71 { netmask 255.255.255.0 vlan INTERNAL allow all } failover { force standby disable peer mgmt addr 2.2.2.2 unit 2 unicast peer F5HA { dest addr 172.16.1.70 port 1026 source addr 172.16.1.71 } } statemirror { addr 172.16.1.71 peer addr 172.16.1.70 } system { gui setup disable hostname "bigip1-unit2.home" }