Hi Community,
Can sombody help with ClusterXL, BGP VPN tunnel to Azure configuration.
I try to follow sk176249 guide but there is strange thing in configuroration about Cluster HA and two interfaces vpnt.
Interface vpnt1 and vpnt2 use that same virtual address (10.250.0.1) is it normal and should I configure it like this:
I get confused because below is something different in routing cli and it looks like vpnt1 and vpnt2 has diffrent VIP configured:
Could you someone help me and specify what ip should be define where:
router-id: a.a.a.a
fw01 vpnt1: b.b.b.b fw02 vpnt1: d.d.d.d VIP vpnt1: f.f.f.f
fw01 vpnt2: c.c.c.c fw02 vpnt2: e.e.e.e VIP vpnt2: g.g.g.g
Maybe someone know is there in CheckPoint BGP configuration like in cisco update-source:
interface Loopback 11
ip address 100.64.200.1 255.255.255.255
exit
router bgp 65521
bgp log-neighbor-changes
neighbor 10.250.0.12 remote-as 65515
neighbor 10.250.0.12 ebgp-multihop 255
neighbor 10.250.0.12 update-source loopback 11
neighbor 10.250.0.13 remote-as 65515
neighbor 10.250.0.13 ebgp-multihop 255
neighbor 10.250.0.13 update-source loopback 11
I'll be grateful for any clarification.