Programmable Filtering
DEC
DEC uses protocol types 6000 to 600F, and although some are undefined, a simple filter mask can be created to filter all DEC traffic.
Filter all DEC
The mask to filter all DEC traffic would be:
The X is a variable representing the last four bits (a nibble) of the type. This will effectively filter all Ethernet frames that contain a protocol type of 6000 through to 600F. All 16 possible combinations are covered.
Bandwidth Conservation
Reducing traffic on each LAN segment is one benefit of the bridging functions of a IOLINK router. There are several simple methods that may be used to provide a further reduction of
Ethernet Broadcasting
On an Ethernet LAN, any station may broadcast information to all other stations by setting the Ethernet Destination address to
In many situations, stations will abuse this broadcasting capability and send useless information to other stations in the network. To prevent this information from being seen across the link on the other LAN segment, a filter mask can be used.
To prevent broadcast information from being passed across the link, use the following filter mask:
0-FFFFFFFFFFFF
This prevents any frame with a destination address field set to the broadcast address from being passed to the second LAN segment across the link.
Ethernet Multicasting
An Ethernet multicast is a frame of data where the destination address has the
To filter multicast frames, the following mask could be used:
In this example the
B.10 —