Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-31 Thread Florin Coras
I think I understand the problem now, but I don’t understand your last point. 
Does vpp send a map-reply and if yes, does it look okay?

If it does not, we’re back to my first question about syslog. 

Florin

> On Jan 31, 2019, at 11:49 AM, Yosvany  wrote:
> 
>  
> Again, do you see any error in /var/log/syslog for vni 0? 
>  
> · I nedd to check.
>  
> And do you mean that the map-reply from vpp to cisco router is not accepted 
> in the cisco router?
>  
> · This is the problem. 
> 
>
>  
>  
> Cisco MR/MS – (Can see information about 
> registration of VPP and Cisco Xtr)
>  
>  
>  
> VPP xTr-- Cisco xTR
>  
> Can see the RLOC CiscoXTR I cant see any Information
> Show one eid-table remote
>  
> Conclusion: Cisco XTR receive a bad Map-Reply from VPP.
>  
> · Another problem is that VPP is making a Loop sendingmap-request 
> to  MR/MS. In this map-request can se a map-reply.
>  
>  
> De: Florin Coras [mailto:fcoras.li...@gmail.com 
> <mailto:fcoras.li...@gmail.com>] 
> Enviado el: jueves, 31 de enero de 2019 6:13
> Para: yosvany mailto:yosvan...@nauta.cu>>
> Asunto: Re: [vpp-dev] VPP send map-register with R=0 on LISP
>  
> Again, do you see any error in /var/log/syslog for vni 0? 
>  
> And do you mean that the map-reply from vpp to cisco router is not accepted 
> in the cisco router?
>  
> Florin
>  
> 
> On Jan 30, 2019, at 1:41 PM, yosvany  <mailto:yosvan...@nauta.cu>> wrote:
>  
> We need use wireshark to compare replys and request.
>  
>  
> What about /var/log/syslog? Do you have any lisp specific errors there?
>  
> Seems that you have v6 traffic going for vni 10. Did you statically configure 
> the mapping for fd00:74::/48? If not, then map-replies with vni non 0 seem to 
> be working.
>  
> · fd00:74::/48 is local eid statically configured. Map replies only 
> work from cisco router as xtr when vni is different that 0
>  
> What map-reply isn’t correctly parsed? Is it for the v4 eid in vni 10 or for 
> the v4 in vni 20?
>  
> · Only work vni 10 this is cisco router, xtr vpp isn’t correctly 
> parsed  [10] fd00:0:76::/48remote  192.168.76.60  
>1440   
>  
>  
> Florin
>  
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#12109): https://lists.fd.io/g/vpp-dev/message/12109 
> <https://lists.fd.io/g/vpp-dev/message/12109>
> Mute This Topic: https://lists.fd.io/mt/29613581/675152 
> <https://lists.fd.io/mt/29613581/675152>
> Group Owner: vpp-dev+ow...@lists.fd.io <mailto:vpp-dev+ow...@lists.fd.io>
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub 
> <https://lists.fd.io/g/vpp-dev/unsub>  [fcoras.li...@gmail.com 
> <mailto:fcoras.li...@gmail.com>]
> -=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12110): https://lists.fd.io/g/vpp-dev/message/12110
Mute This Topic: https://lists.fd.io/mt/29613748/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-30 Thread Yosvany
Look the show error

 

vpp# show error

   CountNode  Reason

   334   dpdk-input   no error

   166  lisp-cp-input drop

   165  lisp-cp-input map-notifies received

14   lisp-cp-lookup-ip6   drop

   165 lisp-cp-output map-registers sent

 2 lisp-cp-output map-requests sent

32arp-input   ARP replies sent

70arp-input   IP4 source address not local 
to subnet

 2arp-input   ARP request IP4 source 
address learned

  2880ip4-input   Multicast RPF check failed

 1ip4-glean   ARP requests sent

   109 ip6-icmp-input valid packets

 1 ip6-icmp-input neighbor advertisements 
received

57 ip6-icmp-input router advertisements sent

   109 ip6-icmp-input router advertisements received

 

 

vpp# show int addr

GigabitEthernet0/13/0 (up):

  L3 192.168.74.59/29

GigabitEthernet0/14/0 (up):

  L3 10.74.0.1/30 ip4 table-id 10 fib-idx 1

  L3 fd00:74:100::2/64 ip6 table-id 10 fib-idx 1

GigabitEthernet0/15/0 (up):

  L3 172.8.0.1/30 ip4 table-id 20 fib-idx 2

lisp_gpe0 (up):

lisp_gpe10 (up):

lisp_gpe10.0 (up):

lisp_gpe20 (up):

local0 (dn):

vpp#

vpp#

vpp#

vpp# show one locator-set

Locator-set LocatorPriority Weight

xx   1   1 100

   192.168.76.60   1 100

vpp#

vpp#

vpp# show one eid-table local

EIDtypelocators 
 ttl authoritative

[10] fd00:74::/48  local(xx)   GigabitEthernet0/13/0
 0   1

[10] 10.74.0.0/16  local(xx)   GigabitEthernet0/13/0
 0   1

[20] 172.8.0.0/16  local(xx)   GigabitEthernet0/13/0
 0   1

vpp#

vpp#

vpp# show one eid-table map l33

vpp# show one eid-table map l3

VNI   VRF

1010

 0 0

2020

vpp#

vpp#

vpp# show one eid-table remote

EIDtypelocators 
 ttl authoritative

[10] fd00:0:76::/48remote  192.168.76.60
 14401This is other cisco router sonly working as XTR

vpp#

vpp#

vpp#

vpp#

vpp# show one st

statistics  status

vpp# show one statistics details

[src-EID, dst-EID] [loc-rloc, rmt-rloc] count bytes

[fd00:74::/48, fd00:0:76::/48] [192.168.74.59, 192.168.76.60]   18499  887952

vpp#

vpp#

 

De: Florin Coras [mailto:fcoras.li...@gmail.com] 
Enviado el: jueves, 31 de enero de 2019 1:12
Para: Yosvany 
CC: vpp-dev@lists.fd.io
Asunto: Re: [vpp-dev] VPP send map-register with R=0 on LISP

 

As per previous email, please check for any errors reported by lisp-cp in cli 
and syslog. 

 

Florin 





On Jan 30, 2019, at 9:50 AM, Yosvany mailto:yosvan...@nauta.cu> > wrote:

 

Yes was solved, but we have map-reply problem, it is drop by lisp-cp when vni 
is differents that 0.





El 29 de enero de 2019 8:37:45 PM GMT-05:00, Florin Coras 
mailto:fcoras.li...@gmail.com> > escribió:

Does this [1] solve the issue?

Florin

[1] https://gerrit.fd.io/r/#/c/17151/

On Jan 29, 2019, at 4:34 PM, Yosvany mailto:yosvan...@nauta.cu> > wrote:

VPP with LISP send the reachable bit to 0. When use one iid to vni different 
that 0.

How can change the reachable bit to 1 on map-register.

I am testing with cisco router as MS/MR.
-- 
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
brevedad. -=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12052): https://lists.fd.io/g/vpp-dev/message/12052
Mute This Topic: https://lists.fd.io/mt/29589087/675152
Group Owner: vpp-dev+ow...@lists.fd.io <mailto:vpp-dev+ow...@lists.fd.io> 
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [fcoras.li...@gmail.com 
<mailto:fcoras.li...@gmail.com> ]


  _  


 


-- 
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
brevedad.

 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12085): https://lists.fd.io/g/vpp-dev/message/12085
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-30 Thread Yosvany
I am testing shared mode, is make by:

- 1Map server with 2 instance iid(20 ipv6 and 30 ipv4), same key . Cisco router.
-3 VPP on ubuntu. Each VPP has 2 table-id(20and30) linked to differents  
interfaces and of course map (vni to iid). The RLOC is located on  table-id 0. 

On Cisco router  whith show lisp site, show only status "yes" on rloc,(when etr 
make full registration cisco router show "yes#" with the same comand)

Best regards.

El 30 de enero de 2019 7:17:07 PM GMT-05:00, Paul Vinciguerra 
 escribió:
>Are you testing a shared-mode or parallel-mode topology?
>
>On Wed, Jan 30, 2019 at 7:11 PM Florin Coras 
>wrote:
>
>> As per previous email, please check for any errors reported by
>lisp-cp in
>> cli and syslog.
>>
>> Florin
>>
>> On Jan 30, 2019, at 9:50 AM, Yosvany  wrote:
>>
>> Yes was solved, but we have map-reply problem, it is drop by lisp-cp
>when
>> vni is differents that 0.
>>
>>
>>
>> El 29 de enero de 2019 8:37:45 PM GMT-05:00, Florin Coras <
>> fcoras.li...@gmail.com> escribió:
>>>
>>> Does this [1] solve the issue?
>>>
>>> Florin
>>>
>>> [1] https://gerrit.fd.io/r/#/c/17151/
>>>
>>> On Jan 29, 2019, at 4:34 PM, Yosvany  wrote:

 VPP with LISP send the reachable bit to 0. When use one iid to vni
>different that 0.

 How can change the reachable bit to 1 on map-register.

 I am testing with cisco router as MS/MR.
 --
 Enviado desde mi dispositivo Android con K-9 Mail. Por favor,
>disculpa mi brevedad. -=-=-=-=-=-=-=-=-=-=-=-
 Links: You receive all messages sent to this group.

 View/Reply Online (#12052):
>https://lists.fd.io/g/vpp-dev/message/12052
 Mute This Topic: https://lists.fd.io/mt/29589087/675152
 Group Owner: vpp-dev+ow...@lists.fd.io
 Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub 
>[fcoras.li...@gmail.com]
 --

>>>
>>>
>> --
>> Enviado desde mi dispositivo Android con K-9 Mail. Por favor,
>disculpa mi
>> brevedad.
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#12081):
>https://lists.fd.io/g/vpp-dev/message/12081
>> Mute This Topic: https://lists.fd.io/mt/29589087/1594641
>> Group Owner: vpp-dev+ow...@lists.fd.io
>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [
>> pvi...@vinciconsulting.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

-- 
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
brevedad.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12084): https://lists.fd.io/g/vpp-dev/message/12084
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-30 Thread Paul Vinciguerra
Are you testing a shared-mode or parallel-mode topology?

On Wed, Jan 30, 2019 at 7:11 PM Florin Coras  wrote:

> As per previous email, please check for any errors reported by lisp-cp in
> cli and syslog.
>
> Florin
>
> On Jan 30, 2019, at 9:50 AM, Yosvany  wrote:
>
> Yes was solved, but we have map-reply problem, it is drop by lisp-cp when
> vni is differents that 0.
>
>
>
> El 29 de enero de 2019 8:37:45 PM GMT-05:00, Florin Coras <
> fcoras.li...@gmail.com> escribió:
>>
>> Does this [1] solve the issue?
>>
>> Florin
>>
>> [1] https://gerrit.fd.io/r/#/c/17151/
>>
>> On Jan 29, 2019, at 4:34 PM, Yosvany  wrote:
>>>
>>> VPP with LISP send the reachable bit to 0. When use one iid to vni 
>>> different that 0.
>>>
>>> How can change the reachable bit to 1 on map-register.
>>>
>>> I am testing with cisco router as MS/MR.
>>> --
>>> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
>>> brevedad. -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>>
>>> View/Reply Online (#12052): https://lists.fd.io/g/vpp-dev/message/12052
>>> Mute This Topic: https://lists.fd.io/mt/29589087/675152
>>> Group Owner: vpp-dev+ow...@lists.fd.io
>>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [fcoras.li...@gmail.com]
>>> --
>>>
>>
>>
> --
> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi
> brevedad.
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#12081): https://lists.fd.io/g/vpp-dev/message/12081
> Mute This Topic: https://lists.fd.io/mt/29589087/1594641
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [
> pvi...@vinciconsulting.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12082): https://lists.fd.io/g/vpp-dev/message/12082
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-30 Thread Florin Coras
As per previous email, please check for any errors reported by lisp-cp in cli 
and syslog. 

Florin 

> On Jan 30, 2019, at 9:50 AM, Yosvany  wrote:
> 
> Yes was solved, but we have map-reply problem, it is drop by lisp-cp when vni 
> is differents that 0.
> 
> 
> 
> El 29 de enero de 2019 8:37:45 PM GMT-05:00, Florin Coras 
> mailto:fcoras.li...@gmail.com>> escribió:
> Does this [1] solve the issue?
> 
> Florin
> 
> [1] https://gerrit.fd.io/r/#/c/17151/ 
> 
> On Jan 29, 2019, at 4:34 PM, Yosvany  wrote:
> 
> VPP with LISP send the reachable bit to 0. When use one iid to vni different 
> that 0.
> 
> How can change the reachable bit to 1 on map-register.
> 
> I am testing with cisco router as MS/MR.
> -- 
> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
> brevedad. -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#12052): https://lists.fd.io/g/vpp-dev/message/12052 
> 
> Mute This Topic: https://lists.fd.io/mt/29589087/675152 
> 
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub 
>   [fcoras.li...@gmail.com]
> 
> 
> -- 
> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
> brevedad.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12081): https://lists.fd.io/g/vpp-dev/message/12081
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-30 Thread Yosvany
Yes was solved, but we have map-reply problem, it is drop by lisp-cp when vni 
is differents that 0.



El 29 de enero de 2019 8:37:45 PM GMT-05:00, Florin Coras 
 escribió:
>Does this [1] solve the issue?
>
>Florin
>
>[1] https://gerrit.fd.io/r/#/c/17151/
>
>> On Jan 29, 2019, at 4:34 PM, Yosvany  wrote:
>> 
>> VPP with LISP send the reachable bit to 0. When use one iid to vni
>different that 0.
>> 
>> How can change the reachable bit to 1 on map-register.
>> 
>> I am testing with cisco router as MS/MR.
>> -- 
>> Enviado desde mi dispositivo Android con K-9 Mail. Por favor,
>disculpa mi brevedad. -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> 
>> View/Reply Online (#12052):
>https://lists.fd.io/g/vpp-dev/message/12052
>> Mute This Topic: https://lists.fd.io/mt/29589087/675152
>> Group Owner: vpp-dev+ow...@lists.fd.io
>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub 
>[fcoras.li...@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-

-- 
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
brevedad.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12080): https://lists.fd.io/g/vpp-dev/message/12080
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP send map-register with R=0 on LISP

2019-01-29 Thread Florin Coras
Does this [1] solve the issue?

Florin

[1] https://gerrit.fd.io/r/#/c/17151/

> On Jan 29, 2019, at 4:34 PM, Yosvany  wrote:
> 
> VPP with LISP send the reachable bit to 0. When use one iid to vni different 
> that 0.
> 
> How can change the reachable bit to 1 on map-register.
> 
> I am testing with cisco router as MS/MR.
> -- 
> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
> brevedad. -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#12052): https://lists.fd.io/g/vpp-dev/message/12052
> Mute This Topic: https://lists.fd.io/mt/29589087/675152
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [fcoras.li...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12054): https://lists.fd.io/g/vpp-dev/message/12054
Mute This Topic: https://lists.fd.io/mt/29589087/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-