Difference between revisions of "Gaia VRRP setup guide"
From cpwiki.net
m (moved gaia vrrp to gaia vrrp setup using CLI) |
|||
Line 8: | Line 8: | ||
[[file:chkp_vrrp_cluster_config.png]] | [[file:chkp_vrrp_cluster_config.png]] | ||
+ | |||
+ | Add rule to allow vrrp adverstisements. Failure to do so will cause master/master status. | ||
+ | |||
[[category:vrrp]] | [[category:vrrp]] | ||
[[category:gaia]] | [[category:gaia]] |
Revision as of 21:15, 13 September 2013
create vrid, add backup-addresses, save config
chkpfw2> add mcvr vrid 100 priority 95 priority-delta 10 chkpfw2> add mcvr vrid 100 backup-address 172.16.31.1 chkpfw2> add mcvr vrid 100 backup-address 192.168.1.1 chkpfw2> save config
configure cluster object
File:chkp vrrp cluster config.png
Add rule to allow vrrp adverstisements. Failure to do so will cause master/master status.