We have the below topology. Leaf1A/B in sites 1 and Leaf2A/B in site 2. We have two DCI links connected like below.
Leaf1A<--VSX-->Leaf1B
| |
| |
Leaf2A<--VSX-->Leaf2B
Leafs in each site are in VSX with anycast gateway. Have configured L3 DCI with L3VNI.
The topology works fine when we REMOVE the "redistribute host-route" under evpn. We are able to reach from one vlan to another via vxlan-evpn to the other side.
evpn
arp-suppression
vlan 180
rd auto
route-target export 64xxx:180
route-target import 64xxx:180
redistribute host-route
vlan 181
rd auto
route-target export 64xxx:181
route-target import 64xxx:181
redistribute host-route
When add the redistribute host-route we are loosing the connectivity to the remote end.
In routing table we are not able to see /32 routes when redistribute host-route is removed, which is as per design, we have ARP/MAC entry for the remote end hosts.
When redistribute host-route is added then /32 routes comes back on the routing table but remote hosts does not ping.
Any idea what is the issue?