Re: [vpp-dev] VPP LCP Route Not Reflecting After Interface State Change

2023-03-26 Thread Christopher Adigun
ux_cp/linux_nl please? > > Relevant reading: > https://gerrit.fd.io/r/c/vpp/+/35529 > https://gerrit.fd.io/r/c/vpp/+/35530 > https://gerrit.fd.io/r/c/vpp/+/35531 > > groet, > Pim > > On Sun, Mar 26, 2023 at 5:33 PM Christopher Adigun > wrote: > >> >

[vpp-dev] VPP LCP Route Not Reflecting After Interface State Change

2023-03-26 Thread Christopher Adigun
*Hi,* *I am facing an issue with the LCP route update when a particular interface changes state (i.e. when I manually shut it down and when I bring it up).* *Before shutting interface down, below is the state both in FRR and Linux table:* *FRR table:* ingress-node-vpp-58dcb69b5f-g9rzp:/# vtysh

[vpp-dev] Memif Abstract Socket Support

2023-03-09 Thread Christopher Adigun
Hi, Please I will like to know from which VPP version is the memif abstract socket implemented? Also is the following command syntax correct when the abstract socket is to used to create memif socket: *create memif socket id 1 filename @vpp/memif12* Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You

[vpp-dev] srv6 control plane

2023-01-04 Thread Christopher Adigun
Hi, Please I will like to know if anyone has a way implementing srv6 control plane just like the way Linux Control plane plugin works. An example will be syncing srv6 entries that are advertised via BGP (FRR,gobgp,exabgp etc) to the vpp dataplane. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You

[vpp-dev] LoadBalancer SCTP Support

2022-12-29 Thread Christopher Adigun
Hi, Please, I will like to know if VPP can be used as an SCTP loadbalancer. I could not find much reference about this.. Checking the help options for the lb command shows only tcp/udp vpp# vpp# lb ? lb aslb as [*protocol (tcp|udp)* port ] [ [ [...]]]

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-23 Thread Christopher Adigun
/github.com/fdio/vpp.git> && cd vpp && make install-dep && dpkg -i /root/packages/*.deb && rm -rf /root/packages/ && rm -rf vpp && \ apt-get -y autoremove && apt-get clean autoclean && r

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-22 Thread Christopher Adigun
://ipng.ch/s/articles/2021/12/23/vpp-playground.html plugins { plugin lcpng_nl_plugin.so { enable } plugin lcpng_if_plugin.so { enable } } lcpng { lcp-sync lcp-auto-subint } On Thu, Dec 22, 2022 at 4:21 PM Pim van Pelt via lists.fd.io wrote: > Hoi, > > On Thu, Dec 22, 2022 at 10:1

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-22 Thread Christopher Adigun
, 2022 at 12:05 PM Petr Boltík wrote: > > > čt 22. 12. 2022 v 17:45 odesílatel Christopher Adigun > napsal: > >> Can you share the git commit id that you used for your 22.10 because I >> have tried *configuration in startup.conf "linux-cp { default netns >> dat

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-22 Thread Christopher Adigun
s fine. I test this regularly on AWS, Azure, KVM, and bare >> metal. I don't set the netns with vppctl CLI commands though, I set it in >> startup.conf with 'linux-cp { default netns dataplane }'. I will look into >> whether something is broken with the CLI command. >> >> -

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-22 Thread Christopher Adigun
> startup file (add something like " > NetworkNamespacePath=/var/run/netns/dataplane" ) and ensuring that netns > "dataplane" will be started first. > > Petr. > > > > čt 22. 12. 2022 v 13:53 odesílatel Christopher Adigun > napsal: > >> Hi Petr, >

Re: [vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-22 Thread Christopher Adigun
> 3. do not use "lcp default netns dataplane", it is controlled by VPP netns > > For running without netns only skip "lcp default netns dataplane". > > Petr > > čt 22. 12. 2022 v 10:07 odesílatel Pim van Pelt via lists.fd.io ipng...@lists.fd.io> napsal: &g

Re: [vpp-dev] CNAT SNAT Not Working

2022-12-21 Thread Christopher Adigun
Got the correct syntax now, I think the 22.06 or other similar version documentation (Cloud NAT section under SourceNATing outgoing traffic) needs to be updated?: *set cnat snat-policy * Thanks On Tue, Dec 20, 2022 at 7:47 PM Christopher Adigun via lists.fd.io wrote: > Hi, > > I

[vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-21 Thread Christopher Adigun
Hi, I am currently trying to use linx-cp plugins to sync routes learned via BGP, bird is seeing the BGP route but I can't see the routes in VPP. Details: *vpp v22.10-release built by root on ff42e25458af at 2022-10-26T14:00:24* *startup.conf:* unix { nodaemon log /tmp/vpp.log

[vpp-dev] CNAT SNAT Not Working

2022-12-20 Thread Christopher Adigun
Hi, I am trying to use the CNAT plugin but each time I try to configure it I am getting error that it is unknown: *vpp# show versionvpp v22.10-release built by root on ff42e25458af at 2022-10-26T14:00:24vpp#vpp#vpp# cnat snatcnat: unknown input `snat'* I checked that it is part of the

Re: [vpp-dev] CPU Core Allocation Container Enviroment

2022-07-18 Thread Christopher Adigun
bridge-vpbpk:/vpp# echo $workerCores1,2,3,18,19,20* On Wed, Jul 13, 2022 at 9:37 PM Christopher Adigun wrote: > Hi, > > I am currently trying to allocate different CPU cores to the *main-core* > and *corelist-workers* in a container automatically, while this can be > done manuall

[vpp-dev] CPU Core Allocation Container Enviroment

2022-07-13 Thread Christopher Adigun
Hi, I am currently trying to allocate different CPU cores to the *main-core* and *corelist-workers* in a container automatically, while this can be done manually it is a bit difficult to achieve when a container environment is used because I don't know which specific CPU cores will be allocated

Re: [vpp-dev] VPP Issues On Kubernetes

2021-12-02 Thread Christopher Adigun
5 Gbps, regardless of the destination of the traffic." [0]. But you should > definitely be able to reach it with VPP. > > Hope this helps > -Nathan > > [0] > https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html > > > Le lun. 29 nov

[vpp-dev] VPP Issues On Kubernetes

2021-11-29 Thread Christopher Adigun
Hello, I am currently trying to run a UPF application via VPP, I decided to use DPDK and Kubernetes but the speeds I am getting with iperf is not realistic, I am getting 0 Mbps when I use the VPP as a gateway, if I remove the VPP as gateway the throughput speed goes around 4Gbps iperf3 -c