Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-21 Thread Neale Ranns
From: Vijay Kumar Date: Friday, 19 March 2021 at 21:11 To: vjkumar2003 Cc: Neale Ranns , Vijay Kumar Nagaraj , y...@wangsu.com , vpp-dev@lists.fd.io Subject: Re: [vpp-dev] mgre interface get UNRESOLVED fib entry. Hi Neale, I tested with the correction in fib_index. Verified by gdb that the

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-19 Thread Vijay Kumar
jay Kumar Nagaraj >> *Date: *Friday, 19 March 2021 at 19:12 >> *To: *Neale Ranns , Vijay Kumar < >> vjkumar2...@gmail.com> >> *Cc: *y...@wangsu.com , vpp-dev@lists.fd.io < >> vpp-dev@lists.fd.io> >> *Subject: *RE: [vpp-dev] mgre interface get UNRESOLVE

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-19 Thread Vijay Kumar
an_ppe_wfectrl service construct config > request success > > 1 an_ppe_wfectrl service config request > received > > 1 an_ppe_wfectrl service config request > success > >374

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-19 Thread Neale Ranns
mailto:ne...@graphiant.com>> Cc: y...@wangsu.com<mailto:y...@wangsu.com> mailto:y...@wangsu.com>>, Vijay Kumar Nagaraj mailto:vijay...@microsoft.com>>, vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] mgre int

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread Neale Ranns
..@microsoft.com>>, vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] mgre interface get UNRESOLVED fib entry. set interface state eh0 up set interface ip addr eth0 1.1.1.1/24<http://1.1.1.1/24> create gre tunnel

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread Vijay Kumar
ct config. I followed mGRE example in the fd.io wiki > page but it is crashing when I configured multipoint tunnel, setup route > and tried to ping from VPP to the destination host > > > > Can you pls share me your mGRE config if it is working? > > > > > > *Fr

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread Neale Ranns
x27;y...@wangsu.com<mailto:y...@wangsu.com>' <mailto:y...@wangsu.com> Cc: vjkumar2...@gmail.com<mailto:vjkumar2...@gmail.com> Subject: RE: [vpp-dev] mgre interface get UNRESOLVED fib entry. Hi Yedg, Hope you are doing fine, I saw your recent query on vpp mailing list. Are you ab

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread 叶东岗
u.com' *Cc:* vjkumar2...@gmail.com *Subject:* RE: [vpp-dev] mgre interface get UNRESOLVED fib entry. Hi Yedg, Hope you are doing fine, I saw your recent query on vpp mailing list. Are you able to successfully test mGRE feature? Has the below config worked for you after Neale’s reply. I

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread 叶东岗
Can you pls share me your mGRE config if it is working? Regards. -- Forwarded message - From: *Neale Ranns* mailto:ne...@graphiant.com>> Date: Mon, Feb 22, 2021 at 8:47 PM Subject: Re: [vpp-dev] mgre interface get UNRESOLVED fib entry. To: y...@wangsu.com <mailto:y...@w

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-02-22 Thread Neale Ranns
From: vpp-dev@lists.fd.io on behalf of 叶东岗 via lists.fd.io Date: Monday, 22 February 2021 at 13:53 To: vpp-dev@lists.fd.io Subject: [vpp-dev] mgre interface get UNRESOLVED fib entry. Hi: I try to config a mgre interface fellow those steps, then i get an UNRESOLVED fib entry, is it

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-02-22 Thread 叶东岗
After explicitly add a route: DBGvpp# ip route add 3.3.3.3 via gre1 DBGvpp# show ip fib 3.3.3.3/32 ipv4-VRF:0, fib_index:0, flow hash:[src dst sport dport proto flowlabel ] epoch:0 flags:none locks:[adjacency:2, recursive-resolution:1, default-route:1, ] 3.3.3.3/32 fib:0 index:16 locks:5   CL

[vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-02-22 Thread 叶东岗
Hi:     I try to config a mgre interface fellow those steps, then i get an UNRESOLVED fib entry,  is it right? I think it should be unicast-ip4-chain?     any examples of mgre config?  Thinks. create memif socket id 1 filename /work/memif1 create interface memif socket-id 1 master set interf