Cluster member A with physical IP 192.168.1.1/24
Cluster member B with physical IP 192.168.1.2/24
Member A with the following for export
set routemap default id 100 on
set routemap default id 100 allow
set routemap default id 100 match network 0.0.0.0/0 exact
set routemap default id 100 match protocol static
set routemap default id 100 action nexthop ip 192.168.1.1
Member B with the following for export
set routemap default id 100 on
set routemap default id 100 allow
set routemap default id 100 match network 0.0.0.0/0 exact
set routemap default id 100 match protocol static
set routemap default id 100 action nexthop ip 192.168.1.2
When Cluster fails over, a blackhold will occur, right ?
Reason:
Before failover, member B does not have BGP peering, just synced with Member A for all the routes which points 192.168.1.1 as next-hop. When failover occurs and before member B establishes BGP relationship and advertises new next-hop (192.168.1.2), a blackhold occurs.
Am I right ??