Keepalived_vrrp[15699]: (VI_1): ip address associated with VRID 51 not present in MASTER advert : ..

description:

After installing and configuring Keepalived, after startup, it cannot ping the same Vip: 172.16.18.253

vim /var/log/messages

The open log is displayed as follows:

166774 May 14 20:01:01 node32 Keepalived_vrrp[15699]: (VI_1): ip address associated with VRID 51 not present in MASTER advert : 172.16.18.253
166775 May 14 20:01:01 node32 Keepalived_vrrp[15699]: bogus VRRP packet received on ens5f0 !!!
166776 May 14 20:01:01 node32 Keepalived_vrrp[15699]: VRRP_Instance(VI_1) ignoring received advertisment...
166777 May 14 20:01:02 node32 Keepalived_vrrp[15699]: (VI_1): ip address associated with VRID 51 not present in MASTER advert : 172.16.18.253
166778 May 14 20:01:02 node32 Keepalived_vrrp[15699]: bogus VRRP packet received on ens5f0 !!!
166779 May 14 20:01:02 node32 Keepalived_vrrp[15699]: VRRP_Instance(VI_1) ignoring received advertisment...

problem: 

Same virtual_router_id in the same domain 51

solve:

Change the value of virtual_router_id to another value. (Note: the value is less than 255)

reference:

https://blog.csdn.net/xuedingkai/article/details/94399246

Guess you like

Origin blog.csdn.net/abcdu1/article/details/106127869