Hi,

I am new to vpp. I was following this tutorial - 
https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP
I was able to ping from the host to the Vpp VM as per the tutorial.
I can see the echo request/reply packets in the dpdk-input trace as well.
But when I do ip probe on vpp command line to the host IP it fails –

vpp# ip probe 172.29.X.XXX GigabitEthernet0/8/0
ip probe-neighbor: Resolution failed for 172.29.X.XXX


fib table shows packets for only two entries –

vpp# show ip fib
Table 0, fib_index 0, flow hash: src dst sport dport proto
     Destination         Packets          Bytes         Adjacency
172.29.0.0/22                   1248          116694 weight 1, index 3
                                                     arp GigabitEthernet0/8/0 
172.29.X.XXX/22




172.29.X.XXX(Ip of GigabitEthernet0/8/0 )/32                   44            
3256 weight 1, index 4
                                                     local 172.29.3.164/22



Any pointers on why the ip probe on Vpp fails?

Thanks
Shravan
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to