/interface vrrp
add interface=ether1 name=vrrp1 vrid=1 priority=254 authentication=ah password=somepass
/ip address
add interface=ether1 address=192.168.111.2/29
add interface=vrrp1 address=192.168.111.4/29
/routing bgp instance
set default as=65001 router-id=192.168.111.2
/routing filter
add chain=set-next-hop locally-originated-bgp=yes set-out-nexthop=192.168.111.4 action=accept
add chain=set-next-hop action=reject comment="Deny any other routes"
/routing bgp peer
add instance=default name=upstream remote-address=192.168.111.1 remote-as=65000 update-source=192.168.111.2 nexthop-choice=propagate out-filter=set-next-hop
/routing bgp network
add network=192.168.110.0/24 synchronize=no
/interface vrrp
add interface=ether1 name=vrrp1 vrid=1 priority=100 authentication=ah password=somepass
/ip address
add interface=ether1 address=192.168.111.3/29
add interface=vrrp1 address=192.168.111.4/29
/routing bgp instance
set default as=65001 router-id=192.168.111.3
/routing filter
add chain=set-next-hop locally-originated-bgp=yes set-out-nexthop=192.168.111.4 action=accept
add chain=set-next-hop action=reject comment="Deny any other routes"
/routing bgp peer
add instance=default name=upstream remote-address=192.168.111.1 remote-as=65000 update-source=192.168.111.3 nexthop-choice=propagate out-filter=set-next-hop
/routing bgp network
add network=192.168.110.0/24 synchronize=no