Forum Discussion

gavincheng_1049's avatar
gavincheng_1049
Icon for Nimbostratus rankNimbostratus
Apr 03, 2010

VMWARE'bigip bug ? HA fail

nvironment: Virtual BIGIP 2 devices, ESX environment and have tried VMware 7.0 environment.

 

 

Network heartbeat line mode, use 1.2 as the heartbeat port.

 

 

BIGIP_1: Management of IP: 192.168.183.251, Heartbeat IP: 198.18.19.251

 

BIGIP_2: Management of IP: 192.168.183.252, heartbeat IP: 198.18.19.252

 

 

2 devuce BIGIP do HA, active --- active mode, in standby mode forced Renyiyitai (UPS) and the other one will show unit 1 and unit 2, will take over, but as long as the power off a device, another one device and not to take over all traffic.

 

 

BIGIP HA virtual version of a problem to do a brief profile below, there are skilled are so successful? Wow great weekend!

 

 

 

[root@BIGIP1:Active] config more bigip_base.conf

 

mgmt 192.168.183.251 {

 

netmask 255.255.255.0

 

}

 

mgmt route default inet {

 

gateway 192.168.183.1

 

 

}

 

vlan failover {

 

tag 4094

 

timeout 10

 

interfaces tagged 1.2

 

 

self 198.18.19.252 {

 

netmask 255.255.255.0

 

vlan failover

 

allow default

 

 

configsync {

 

custom peer addr 198.18.19.252

 

}

 

failover {

 

active-active mode enable

 

force active disable

 

force standby disable

 

network failover enable

 

peer mgmt addr 192.168.183.251

 

redundant enable

 

standby link down time 0.1

 

unit 1

 

unicast peer {

 

MGMT {

 

dest addr 192.168.183.252

 

port 1026

 

source addr 192.168.183.251

 

}

 

failover {

 

dest addr 198.18.19.252

 

port 1026

 

source addr 198.18.19.251

 

}

 

}

 

}

 

statemirror {

 

addr 198.18.19.251

 

peer addr 198.18.19.252

 

}

 

system {

 

gui setup disable

 

hostname "BIGIP1.DNS.COM"

 

}

 

 

 

 

 

---------------

 

 

[root@BIGIP2:Active] config more bigip_base.conf list

 

::::::::::::::

 

bigip_base.conf

 

::::::::::::::

 

mgmt 192.168.183.252 {

 

netmask 255.255.255.0

 

}

 

mgmt route default inet {

 

gateway 192.168.183.1

 

}

 

 

vlan failover {

 

tag 4094

 

timeout 10

 

interfaces tagged 1.2

 

 

self 198.18.19.252 {

 

netmask 255.255.255.0

 

vlan failover

 

allow default

 

}

 

configsync {

 

custom peer addr 192.168.183.251

 

}

 

failover {

 

active-active mode enable

 

force active disable

 

force standby disable

 

network failover enable

 

peer mgmt addr 192.168.183.251

 

redundant enable

 

standby link down time 0.1

 

unit 2

 

unicast peer {

 

MGMT {

 

dest addr 192.168.183.251

 

port 1026

 

source addr 192.168.183.252

 

}

 

failover {

 

dest addr 198.18.19.251

 

port 1026

 

source addr 198.18.19.252

 

}

 

}

 

}

 

statemirror {

 

addr 198.18.19.252

 

peer addr 198.18.19.251

 

}

 

system {

 

gui setup disable

 

hostname "BIGIP2.DNS.COM"

 

}