Re: [vpp-dev] MAC Learning in vpp

2021-08-05 Thread Neale Ranns
August 2021 at 11:13 To: Neale Ranns Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] MAC Learning in vpp Hi , we want to write a port security script. In the first router work normally , all interfaces have ip addresses . then the user wants to set port security on an interface. and here we must

Re: [vpp-dev] MAC Learning in vpp

2021-08-05 Thread Mohsen Meamarian
1 at 12:46 PM Neale Ranns wrote: > > > HI Mohsen, > > > > *From: *Mohsen Meamarian > *Date: *Thursday, 5 August 2021 at 08:24 > *To: *Neale Ranns > *Cc: *vpp-dev@lists.fd.io > *Subject: *Re: [vpp-dev] MAC Learning in vpp > > Hi Neale, > > Thanks ,

Re: [vpp-dev] MAC Learning in vpp

2021-08-05 Thread Neale Ranns
HI Mohsen, From: Mohsen Meamarian Date: Thursday, 5 August 2021 at 08:24 To: Neale Ranns Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] MAC Learning in vpp Hi Neale, Thanks , I’m looking for another way because I have a problem with the bridge. Another way to do what? Do you want to do l2

Re: [vpp-dev] MAC Learning in vpp

2021-08-05 Thread Benoit Ganne (bganne) via lists.fd.io
arian <mailto:meamarian.moh...@gmail.com> > > Date: Wednesday, 4 August 2021 at 07:26 > To: Neale Ranns mailto:ne...@graphiant.com> > > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> d...@lists.fd.io <mailto:vpp-dev@lists.fd.io>

Re: [vpp-dev] MAC Learning in vpp

2021-08-04 Thread Neale Ranns
[limit ] [age ] [recycle|norecycle] there are no other means to control what IP neighbours are or aren’t learned. /neale From: Mohsen Meamarian Date: Wednesday, 4 August 2021 at 07:26 To: Neale Ranns Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] MAC Learning in vpp Hi Neal, Thanks, Is there a way

Re: [vpp-dev] MAC Learning in vpp

2021-08-03 Thread Mohsen Meamarian
echanism to limit the number > of MACs that can be learnt in each BD. > > > > /neale > > > > > > *From: *Mohsen Meamarian > *Date: *Tuesday, 3 August 2021 at 06:37 > *To: *Neale Ranns > *Cc: *vpp-dev@lists.fd.io > *Subject: *Re: [vpp-dev] MAC Learning i

Re: [vpp-dev] MAC Learning in vpp

2021-08-03 Thread Neale Ranns
learnt in each BD. /neale From: Mohsen Meamarian Date: Tuesday, 3 August 2021 at 06:37 To: Neale Ranns Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] MAC Learning in vpp Thanks neale, What is the easiest way to enable learning on an interface while other functionality , including passing the

Re: [vpp-dev] MAC Learning in vpp

2021-08-02 Thread Mohsen Meamarian
devices with it's help. On Mon, Aug 2, 2021, 23:38 Neale Ranns wrote: > > > HI Moshen, > > > > *From: *vpp-dev@lists.fd.io on behalf of Mohsen > Meamarian via lists.fd.io > *Date: *Monday, 2 August 2021 at 18:45 > *To: *vpp-dev@lists.fd.io > *Subject:

Re: [vpp-dev] MAC Learning in vpp

2021-08-02 Thread Neale Ranns
HI Moshen, From: vpp-dev@lists.fd.io on behalf of Mohsen Meamarian via lists.fd.io Date: Monday, 2 August 2021 at 18:45 To: vpp-dev@lists.fd.io Subject: [vpp-dev] MAC Learning in vpp Hi friends, I want to implement port security in vpp. I assume that the l2learn_process function in

[vpp-dev] MAC Learning in vpp

2021-08-02 Thread Mohsen Meamarian
Hi friends, I want to implement port security in vpp. I assume that the l2learn_process function in l2_learn.c runs periodically when vpp is active and When a device is connected to my system , this function helps to learn it's mac. Is this assumption true ? because when I run the sh l2fib command