Skip to content

A10 ACOS4 VRRP-A preempt disable

A10 で障害などで Act/Stn が切り変わったあと復旧したときに、Act/Stn をそのままにしておきたい時の設定 vrrp-a priority を同一にし、 preempt-mode threshold 1 の設定をする

vrrp-a vrid default
priority 200
preempt-mode threshhold 1
!
vrrp-a vrid 1
preempt-mode threshold 1
blade-parameters
priority 200
tracking-options
interface ethernet 1 priority-cost 100
gateway x.x.x.x priority-cost 100

Interface が Down 等の時は、 priority に差が出るのでそれを基に fail-over をし、Interface が Up の時は、両 AX の priority が同一になるので、“preempt-mode threshold 1”により fail-back が発生しないようにする事が可能です。 (最初に Active だった方がそのまま Active) “preempt-mode threshold 0”の場合(default の場合)は、 priority が同一の場合、 Device ID を見て低い方が Active になります。