Re: [vpp-dev] MAC Learning in vpp

2021-08-03 Thread Mohsen Meamarian
Hi Neal, Thanks, Is there a way to view and limit learned MAC addresses for an interface without adding an interface to a bridge-domain? On Tue, Aug 3, 2021 at 12:15 PM Neale Ranns wrote: > HI Mohsen, > > > > Learning in a BD is enabled by default – your trace shows learning on. You > can turn

Re: [vpp-dev] FDIO Maintenance - 2021-08-04 15:00 UTC to 1900 UTC

2021-08-03 Thread Vanessa Valderrama
Maintenance reminder On 7/27/21 10:11 AM, Vanessa Valderrama wrote: > > *What:* > > * Jenkins sandbox and production > o OS and security updates > o Jenkins upgrade > o Plugin upgrades > > * Gerrit > o OS and security updates > o Gerrit upgrade > > * Nexus >

[vpp-dev] VPP classifier and session commands

2021-08-03 Thread satish amara
Hi, I have few questions about the usage of CLI commands. FD.io VPP: src/vnet/classify We have classify sessions command and classify table command. Is it possible to classify packets and create

Re: [vpp-dev] FIB entry being created on peer VPP node for the localsid

2021-08-03 Thread Neale Ranns
Hi, I don’t know how SRv6 works on either platform. My point is that VPP added the route because there is a neighbour for that address, VPP does this always for all neighbours, this happens irrespective of SRv6. Is the presence of the route causing you problems? /neale From:

Re: [vpp-dev] FIB entry being created on peer VPP node for the localsid

2021-08-03 Thread Chinmaya Aggarwal
Hi Neale, Thank you. As mentioned in the post, we see a different behaviour on linux srv6 where it adds localsid as neighbor only and does not modify route table. So, why the handing for this is different in VPP? Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [vpp-dev] vpp crash issue with large number of acl session

2021-08-03 Thread Andrew Yourtchenko
Your first connection limit is 20million, now it is 300 million - so I am not sure what your requirements are, nor what you are optimizing/testing for. The memory consumption of bihash depends on how the connections are hashed into secondary buckets. If you know that precisely - then you can

Re: [vpp-dev] what's the equivalent example of snat (https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial#Source_NAT) for version 21.0? #vpp #vpp-dev #snat #nat

2021-08-03 Thread Jakub Latusek/Security (PLT) /SRPOL/Engineer/Samsung Electronics via lists.fd.io
Hi, I have the same problem. Have you found any solution? Best Jakub -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19904): https://lists.fd.io/g/vpp-dev/message/19904 Mute This Topic: https://lists.fd.io/mt/84079047/21656 Mute

[vpp-dev] what's the equivalent example of snat (https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial#Source_NAT) for version 21.0?

2021-08-03 Thread Jakub Latusek/Security (PLT) /SRPOL/Engineer/Samsung Electronics via lists.fd.io
Hi, I have the same problem. Have you found any solution? Best Jakub -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19903): https://lists.fd.io/g/vpp-dev/message/19903 Mute This Topic: https://lists.fd.io/mt/84638116/21656 Group Owner:

Re: [vpp-dev] FIB entry being created on peer VPP node for the localsid

2021-08-03 Thread Neale Ranns
Hi, VPP adds FIB entries for all IP neighbours. These are used to forward traffic to those neighbours. if you do: show ip6 fib 2001:7a0:10::111/128 you’ll see more detailed output that describes the sources’of the FIB entry, A source is the entity that added the route. The adjacency source is

[vpp-dev] FIB entry being created on peer VPP node for the localsid

2021-08-03 Thread Chinmaya Aggarwal
Hi, We have two VMs i.e. VM 1 and VM 2 running VPP. We are configuring localsid and nd proxy corresponding to that localsid on VM1. sr localsid address 2001:7a0:10::111 behavior end psp set ip6 nd proxy GigabitEthernet0/8/0 2001:7a0:10::111 When packet on VM 2 tries tires to reach VM 1's

Re: [vpp-dev] VLAN+IP based forwarding #acl, #abf #vlan #memif #forwarding #vpp

2021-08-03 Thread Neale Ranns
Hi Ravi. as I said in another thread, VLANs are represented by interfaces in VPP, so to achieve VALN differentiated forwarding you need to bind different tables/polices/etc with the different routes/rules/etc to the different VLAN interfaces. For example, create different ip tables: Ip

Re: [vpp-dev] MAC Learning in vpp

2021-08-03 Thread Neale Ranns
HI Mohsen, Learning in a BD is enabled by default – your trace shows learning on. You can turn in on or off through configuration on the BD or on the input interface. DBGvpp# set bridge-domain ? set bridge-domain learn set bridge-domain learn [disable] set bridge-domain