Configuring VPP with LACP via:

create bond mode lacp
bond add BondEthernet0 <interface 1>
bond add BondEthernet0 <interface 2>
create sub-interfaces BondEthernet0.100 <external IP>
create sub-interfaces BondEthernet0.200 <internal IP>
set int nat44 in BondEthernet0.100 out BondEthernet0.200
nat44 add address <external IP>

Now, NAT only works if we use set nat workers 0
If we use any other number of workers, and the packets are attempted to be 
handed off to any other worker, the traffic drops

Packet tracing shows hand-offs, and then nothing. Looking at the interface 
counters, as soon as we increase nat workers beyond 0, we start seeing the punt 
counter increase instead
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13510): https://lists.fd.io/g/vpp-dev/message/13510
Mute This Topic: https://lists.fd.io/mt/32490769/21656
Mute #nat44: https://lists.fd.io/mk?hashtag=nat44&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to