I'm running R81.10 with JF 78 in a lab environment to try and understand VSX but I am having a weird issue and not sure if its NAT or ARP related or not. I have a machine behind each VS in a different subnet and I am able to successfully ping each other but I am unable to ping the internet router.
fw monitor shows the traffic entering the physical interface (i and I) and out the warp interface (o and O) but I dont see the return the traffic. I have automatic static NAT set and I see the NAT being applied for both small o and big O but no return traffic.
Its my understanding that the Virtual Switch is just a simple layer 2 switch and fw monitor doesn't show any traffic on the outgoing physical interface but I suspect that is expected behavior. tcpdump does show the NATted traffic egressing but no return traffic.
I could see the arp on the Virtual System was coming up as incomplete and put in a static arp entry in to see if that would fix the issue, but still not joy.
Is there a way to see the mac address table? Since its a L2 device I am not going to see ARP. It shouldn't be a routing issue as these are all directly connected subnets and I am propagating all the routes as well.
High Level Diagram
Internet Router
|
Virtual Switch
| | |
VS2 VS3 VS4
FW1 FW2 FW3
Any ideas on where to check next? I am not sure if i'm missing something as my experience has been with physical gateways and not VSX.