Hi all,
i have setup a lab with n°2 CX 8325 in VSX for the HQ side and one CX 6300 on the branch side.
vxlan underaly is BGP.
The setup seems to be correct. I have created the vni 10, mapped to vlan 10, all works fine, PC in HQ can see the PC in the branch.
I want to redistribute networks using vxlan type-5. On the HQ side there is the vlan 30 with address 10.0.30.0/24 and one PC with address 10.0.30.10, that can ping the gw 10.0.30.1 (also .2 and .3), in the branch side there is the vlan 20 with address 10.0.20.0/24 and a PC with address 10.0.20.10 that can ping his default gateway 10.0.20.1.
All the routes seem to be correct but both PC can't ping each others.
After a lot of troubleshooting i find out that the ping from PC 10.0.20.10 reach the PC 10.0.30.10, the replay come to the VSX, the packet is incapsulated with the l3 VNI 10000, the CX 6300 reaceive the packet, that seem to be correct, but is not sending the packet out the the interface where the PC 10.0.20.10 is connected.
The capture in the image below is taken from the CX 6300 for the traffic crossing the interfaces 1/1/49 and 1/1/3. So the Ping request from the PC 10.0.20.10 is shown two times, one incoming on the interface 1/1/3 and then exiting from the 1/1/49. The reply is coming on the 1/1/49 port (as like the request from the 10.0.30.10), but is seems that is not decapsulated.
All the configuration are in attachment with the capture.
Any clue about why the packet on the 6300 is not routed/decapsulated?