Hi Manuel, Could you try modifying your config with something like below? By the way, I am not sure you need to set any arp entries, I am assuming you have connected back-to-back the interfaces with IPs in the 192.168.30.0/24 net. You can check with 'show ip arp' that you have entries for the remote endpoint, otherwise use the commands below (please double check that the macs are correct for those IPs)
## SENDER set interface ip address VirtualFunctionEthernet1/0/1 192.168.100.1/24 set interface ip address VirtualFunctionEthernet1/0/2 192.168.30.100/24 # ROUTING ip route add 192.168.200.0/24 via 192.168.30.200 VirtualFunctionEthernet1/0/2 # ARP set ip arp VirtualFunctionEthernet1/0/2 192.168.30.200 02:0f:b7:00:00:01 ## RECEIVER # INTERFACE SETUP set int state VirtualFunctionEthernet1/0/1 up set int state VirtualFunctionEthernet1/0/2 up set interface ip address VirtualFunctionEthernet1/0/1 192.168.30.200/24 set interface ip address VirtualFunctionEthernet1/0/2 192.168.200.1/24 # ROUTING ip route add 192.168.100.0/24 via 192.168.30.100 VirtualFunctionEthernet1/0/1 # ARP vppctl -s /run/vpp/cli.sock set ip arp VirtualFunctionEthernet1/0/1 192.168.30.200 02:0f:b7:00:00:10 On Wed, Feb 6, 2019 at 10:36 AM <manuel.alo...@cavium.com> wrote: > See attached files, setup is taking place in the scripts via vppctl > instead of using the 'exec path_to_file' used in startup.cnf > Let me know if you see anything suspicious > > BR, > Manuel -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > View/Reply Online (#12186): https://lists.fd.io/g/vpp-dev/message/12186 > Mute This Topic: https://lists.fd.io/mt/29538345/682142 > Mute #vpp: https://lists.fd.io/mk?hashtag=vpp&subid=1498673 > Group Owner: vpp-dev+ow...@lists.fd.io > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [ > sergio.gonzalez.mon...@outlook.com] > -=-=-=-=-=-=-=-=-=-=-=- >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12198): https://lists.fd.io/g/vpp-dev/message/12198 Mute This Topic: https://lists.fd.io/mt/29538345/21656 Mute #vpp: https://lists.fd.io/mk?hashtag=vpp&subid=1480452 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-