I don't think there is a module that is responsible for that, but it sounds like the simplest thing to do is write your own module that keeps track of how many hosts are connected to a switch at a time. If you consider e.g. IP addresses to be unique IDs for hosts, it should be straightforward. Then you can silently ignore traffic that comes from new hosts if your threshold is exceeded.
On Thu, Dec 13, 2012 at 9:34 AM, rohit patil <[email protected]> wrote: > Hello team, > > Can anyone suggest me, in which module of POX I need to write / modify the > code by which I should be able to limit the hosts connected to switch( OVS > in mininet) or hosts in VLAN. > > Thanks, > Ro Pat > > - Rohit Patil >
