Re: [vpp-dev] Streaming Telemetry with gNMI server

2019-02-02 Thread Ni, Hongjun
Hi Yohan and Stevan, Thank you for your great work! FD.io has a sub-project named Sweetcomb, which provides gNMI Northbound interface to upper application. Sweetcomb project will push its first release on Feb 6, 2019. Please take a look at below link for details from Pantheon Technologies: https

Re: [vpp-dev] Question about GRE tunelling inside Microsoft Azure

2019-02-02 Thread Jim Thompson
GRE doesn’t work inside Azure, as they use it for their internal transport. “Multicast, broadcast, IP-in-IP encapsulated packets, and Generic Routing Encapsulation (GRE) packets are blocked within VNets.” https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq Jim > On Feb

[vpp-dev] Acces control list

2019-02-02 Thread Yosvany
Can someone show me the best way to implement ACL on input way for ipv4 tcp stream??? VPP make statefull ACL for tcp stream?? Best Regards. -- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

[vpp-dev] Streaming Telemetry with gNMI server

2019-02-02 Thread Yohan Pipereau
Hi everyone, Stevan and I have developed a small gRPC server to stream VPP metrics to an analytic stack. That's right, there is already a program to do this in VPP, it is vpp_prometheus_export. Here are the main details/improvements regarding our implementation: * Our implementation is based on

[vpp-dev] Question about GRE tunelling inside Microsoft Azure

2019-02-02 Thread Francesco Spinelli
Hello VPP experts, I'm trying to use GRE tunnelling inside Microsft Azure but I'm having some troubles in making it work. Please, attached you can find the configuration I have inside Azure. What I would like to do is to send packets from VM1 to VM4, passing through the two VMs in the middle,