[vpp-dev] Difference between VPP and OVS

2017-07-27 Thread Divya Vyas
Hi, I am a newbie in VPP and trying to understand the difference between VPP and OVS. I read that VPP is an alternate to OVS as a virtual switch. What is the difference between these two in terms of performance and working ? Thanks, Divya ___ vpp-dev

[vpp-dev] API Change: FIB preference

2017-07-27 Thread Neale Ranns (nranns)
Dear All, This patch: https://gerrit.fd.io/r/#/c/7586/ added a new field to the IP and MPLS route add API to include a path preference. A value of 0 is the default for the preference. Regards, Neale ___ vpp-dev mailing list vpp-dev@lists.fd.io http

[vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Владислав Гришин
Hi, all! It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP? If so, how long to wait? Regards, Vladislav. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-de

[vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Гришин В . С .
Hi, all! It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP? If so, how long to wait? Regards, Vladislav. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-d

Re: [vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, hc2vpp 1.17.07 (to be released this week) will provide BGP support for VPP. We use ODL's BGP implementation: http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html Regards, Marek -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.f

Re: [vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Гришин В . С .
Does this implementation have CLI like Cisco routers or a bird daemon on linux?How to configure the BGP protocol? 27.07.2017 13:59, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) пишет: Hi, hc2vpp 1.17.07 (to be released this week) will provide BGP support for VPP. We use ODL's

Re: [vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Алексей Болдырев
Лучше всего использовать frr а не bird. В bird нету даже mbgp.27.07.2017, 14:44, "Гришин В.С." : Does this implementation have CLI like Cisco routers or a bird daemon on linux? How to configure the BGP protocol? 27.07.2017 13:59, Marek Gradz

Re: [vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Гришин В . С .
You misunderstood my question. I asked about the presence of CLI in the ODL's BGP implementation and how to configure the ODL's BGP implementation in the Linux console. 27.07.2017 14:45, Алексей Болдырев пишет: Лучше всего использовать frr а не bird. В bird нету даже mbgp. 27.07.2017, 14:4

Re: [vpp-dev] It is planned to implement native the support of the BGP, OSPF protocols (for ipv4 & ipv6) in the VPP?

2017-07-27 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
To configure BGP you may use RESTCONF or NETCONF protocols (no CLI). You can find request examples in the link from my previous email to have general overview. BGP configuration in HC has few differences. Please find details in: https://gerrit.fd.io/r/#/c/7814/ After merge job for 7814 finishe

Re: [vpp-dev] python api macip_acl_add failed

2017-07-27 Thread Andrew 👽 Yourtchenko
Hi, There is no explicit limit. I am adding the same data using VPP API test, and the addition succeeds with no problem: ~/vpp$ sudo ./build-root/install-vpp_debug-native/vpp/bin/vpp_api_test plugin_path ./build-root/install-vpp_debug-native/vpp/lib64/vpp_api_test_plugins/ load_one_plugin:63: L

Re: [vpp-dev] python api macip_acl_add failed

2017-07-27 Thread Andrew 👽 Yourtchenko
Sorry, I have hit "send" too soon... Few things to verify so you could troubleshoot this further: 1) check the log if you have "Supplied message length .. is less than expected" - if the message length verification fails, i would expect to see the behaviour you observe. 2) using VPP API test too

[vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-27 Thread Alessio Silvestro
Dear all, I am trying to capture packets with a particular Ethertype. Let's say I want the ethertype 0x2323. I first define the new protocol type in vpp/srv/vnet/ethernet/types.def ethernet_type (0x2323, MY_PROTOCOL) Thus, I created and registered a new node "my_node". In the init function of

Re: [vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-27 Thread John Lo (loj)
Hi Alessio, The mechanism you are using to handle ethertype works only when the interface is in L3 mode which is the default, unless an interface is set to L2 bridging (or xconnect) mode. When an interface is in L2 mode, VPP will always get into l2-input mode to forward ethernet packet based on