Re: [vpp-dev] problem in SRV6

2018-01-11 Thread Pablo Camarillo (pcamaril)
Hi Xyxue, What is your entire config at VPP2? Looks like a misconfiguration in VPP2. Thanks, Pablo. From: on behalf of 薛欣颖 Date: Friday, 12 January 2018 at 02:04 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] problem in SRV6 Hi guys, I'm testing SRV6 ,there is a problem: the packet was dro

[vpp-dev] problem in SRV6

2018-01-11 Thread ??????
Hi guys, I'm testing SRV6 ,there is a problem: the packet was dropped in the vpp2. More info and the configuration is shown below: TC1-VPP1-VPP2-VPP3-TC2 VPP1: the host-eth1、host-eth2 ipv6 address 1::1 、 2::2, create a loop int 3::3 , add the static routing. set sr encaps source addr 1::1

Re: [vpp-dev] question about load balance

2018-01-11 Thread 薛欣颖
Hi, My question has been solved. Thank you for your help! Thanks, Xyxue From: Neale Ranns (nranns) Date: 2018-01-10 23:47 To: Pierre Pfister (ppfister); 薛欣颖 CC: vpp-dev Subject: Re: [vpp-dev] question about load balance You could also try adjusting in vnet/dpo/load_balance.c: /* * distri

Re: [vpp-dev] nat64 local ping problem

2018-01-11 Thread Andrew Yourtchenko
Juan, I didn’t see your clarification mail - what I wrote still stands but the external ICMP is of course different, so please disregard my mail, and I will go get more coffee. :) --a > On 11 Jan 2018, at 10:20, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES > at Cisco) wrote: > > It goes

Re: [vpp-dev] nat64 local ping problem

2018-01-11 Thread Andrew Yourtchenko
Hi Juan, The ping debug CLI itself intended purpose is for testing the functioning of VPP towards external destinations. It does not play very well with the ingress features since that would mean getting the packet “in” the box from outside and then capturing on the way out... it’s not just NAT

Re: [vpp-dev] nat64 local ping problem

2018-01-11 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
It goes to to ip4-lookup because it is translated from IPv6 to IPv4. There is currently one workaround, you need to set nat64 inside interface on loopback interface, add route for NAT64 prefix and use “nat64 add prefix 1:2:3::/96 interface loop0”. We have plan to change this behaviour. Regards,

Re: [vpp-dev] nat64 local ping problem

2018-01-11 Thread Juan Salmon
I run with following configuration: set int state GigabitEthernet0/4/0 up set int state GigabitEthernet0/5/0 up set int ip address GigabitEthernet0/4/0 2002::2/64 set int ip address GigabitEthernet0/5/0 192.168.5.2/24 ip route add ::/0 via 2002::1 set int nat64 in GigabitEthernet0/4/0 set int nat6

Re: [vpp-dev] nat64 local ping problem

2018-01-11 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi Juan, What do you mean by that? Do you have packet trace? Regards, Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Juan Salmon Sent: Thursday, January 11, 2018 8:45 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] nat64 local ping problem Hi, Does nat