Dear VPP
I want to configure a simple nat topology with 3 interfaces:
===in
==out
GigabitEthernet3/0/0
GigabitEthernetb/0/0
GigabitEthernet1b/0/0
I want to source nat all packets going out form GigabitEthernetb/0/0 to ip
address of GigabitEthernetb
Hi,
Just checking if there is movement on this!
Thanks and Regards,
Raj
On Thu, Dec 20, 2018 at 12:08 PM Raj via Lists.Fd.Io
wrote:
>
> Thanks a lot to both of you!
>
> Raj
>
> On Thu, Dec 20, 2018 at 6:17 AM Ni, Hongjun wrote:
> >
> > Hi Raj,
> >
> > For the issue you mentioned, Alp Arslan i
Same here, some example for QoS/Rate limiting would be nice to get started.
Thanks and Regards,
Raj
On Sat, Dec 29, 2018 at 9:39 AM carlito nueno wrote:
>
>
> I am looking for rate limiting (bandwidth/traffic shaping) as well.
>
>
> Vakili, Did you figure it out?
>
> Thanks.
> On Sat, Sep 8, 20
Hello list and a very happy new year to all.
I am starting to learn VPP, initially by configuring for common
scenarios and then trying to understand the code and may be eventually
into hacking VPP code.
I know that VPP uses quite a bit of optimisation to extract maximum
performance, for example d
Happy New Year!
Can I ask for volunteers to test out https://gerrit.fd.io/r/#/c/16555/ ?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11811): https://lists.fd.io/g/vpp-dev/message/11811
Mute This Topic: https://lists.fd.io/mt/28859159/21656
Group
Hi, Damjan,
The issue existing in the code is container fd is initialized as “-1”, and
there is no code to update it before trying to read iommu_group in pci.c, and
container_fd is the condition required. See below code.
if (lvm->container_fd != -1)
{
u8 *tmpstr;
vec_reset_l
Hi,
IPfix events are aggregated, to send it immediately use “ipfix flush"
Matus
From: vpp-dev@lists.fd.io On Behalf Of emma sdi
Sent: Tuesday, December 25, 2018 1:49 PM
To: vpp-dev
Subject: [SUSPECTED SPAM] [vpp-dev] IPFIX Nat Logging
Dear Vpp,
I'd just configured a simple snat to check logg
Hi,
Run NAT plugin in endpoint-dependent mode (add following to startup config “nat
{ endpoint-dependent }”), enable NAT feature “set interface nat44 in tap3 out
GigabitEthernet4/0/0” and create static mapping “nat44 add static mapping tcp
local 192.168.1.2 80 external GigabitEthernet4/0/0 80 o
Hi,
You can translate to different addresses only packets from different VRF
https://wiki.fd.io/view/VPP/NAT#NAT44_add_pool_address_for_specific_tenant
Matus
From: vpp-dev@lists.fd.io On Behalf Of emma sdi
Sent: Tuesday, January 1, 2019 9:10 AM
To: vpp-dev
Subject: [vpp-dev] nat: specify a p