Re: [vpp-dev] VPP MPLS VPN Configuration #vpp #mpls #vpn

2019-06-22 Thread Anthony Linz
Dear Neale, Thank you very much for your response. The way I asked my question might have been a bit confusing. Although I have read the wiki, I could not actually get the topology. By topology I mean what configurations may be applied on what device. Shortly, I need to know how to configure each a

[vpp-dev] VPP MPLS VPN Configuration #vpp #mpls #vpn

2019-06-18 Thread Anthony Linz
Hello I am trying to implement the following network topology: I have trouble finding out a step by step configuration for my VPP devices to communicate over MPLS VPN. I have read the Wiki: https://wiki.fd.io/view/VPP/MPLS_FIB but still did not get what to do. I was wondering if someone could gui

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-24 Thread Anthony Linz
Dear Steven Thank you very much. As you said Bond interfaces should have been bundled in order to act as L3. I have now ping and everything. Thanks again. Wish you all the best -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12334): https:

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-22 Thread Anthony Linz
Dear Steven Thank you very much for your quick and nice response. I suppose the beginning of my question might misguide you. Let me clear my test scenario: I have a Virtual Machine (VM1) which runs VPP and has an interface called GigabitEthernet0/8/0. I have another Virtual Machine (VM2) that it'

[vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-19 Thread Anthony Linz
Dear all I was working on some LACP testing in VPP 19.01. I configured VPP like this: create bond mode lacp set interface state BondEthernet0 up bond add BondEthernet0 GigabitEthernet0/x/0 The 'GigabitEthernet0/x/0' has some IP address like '10.10.10.80/24' and before adding it as a slave to Bon

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Anthony Linz
Dear Dave, Thank you very much for your great and exact response. The program now works like a dream. Best wishes, -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11875): https://lists.fd.io/g/vpp-dev/message/11875 Mute This Topic: https:/

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Anthony Linz
Dear Dave, Thanks for you reply. I could not find " clib_memory_init()" in vpp. Did you mean "vlibmemory_init()"? If yes where and how in my code I should use it? Thanks -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11869): https://lists

[vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Anthony Linz
Hi Recently I tried to learn VPP's C API and I found a sample C program inĀ  https://www.marosmars.com/blog/managing-vpp-c-editionĀ blog. I have compiled the program like this: gcc myprog.c -o myprog -lvppinfra -lvlibmemoryclient -lsvm and it has been compiled successfully. The problem is that when I