|
Posted by glen herrmannsfeldt on January 29, 2007, 3:13 am
If you were Registered and logged in, you could reply and use other advanced thread options
Heinz-Gerd Schlagregen wrote:
> basically a switch works only with the hardware addresses of the attached
> devices. A switch is a high speed device. It is meant to connect a number of
> ports delivering full speed to each single one of them, It's internal
> operation speed is at least equal to the sum of the maximum throughput of
> all ports.
As well as I remember, the OP was asking for IP address filtering.
There are some security situations where that might be useful.
> Since it is working just with hardware addresses it does not need an IP
> address for its operation. If you want to control its operation counting
> packets, bytes, errors an so on you will need a function collecting these
> information on the switch.
One could add the simplest IP address filtering onto unmanaged switch
logic. There would have to be some way to get the addresses in, but
that could be done with much less than a traditional manages switch.
There might be some restrictions on IP packets, especially no
fragmentation before the appropriate IP address (which there shouldn't
be anyway, but as I understand it, that is a favorite way to get around
some security systems.)
I don't know that it is likely that anyone will build one, but it is
possible. One could even put in permanent MAC addresses in for
filtering purposes.
-- glen
|