On Tue, Jan 02, 2007 at 11:29:09AM -0800, Brock, Anthony - NET wrote:
> In other words, it's a fancy form of network tap that can be placed
> simultaneously on multiple ports. While historically this wasn't needed,
> the widespread adoption of switches in place of hubs has made it a
> necessity for many forms of network remediation and monitoring. I would
> consider this a low priority, but it could be very helpful to have.

Well, there is -hub, which is a kind of cheesy way of accomplishing this.

It wouldn't be hard to implement this for real.  There's a bit of code
which figures out what port to send a packet to, based on whether it
has a MAC -> port mapping or whether the packet is multicast.  Putting
something else in there to send everything to a certain port would be
straightforward.

You'd need an interface to it, and there is room for adding a command
line interface to the switch.

                                Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to