Hi, many layer2 ethernet equipment vendor, Cisco as example, have a concept (I don't really know if it is correct to call it concept?) of a 'bridge', i.e. on cisco CLI one needs to explicitly create bridge: #conf t #(config) bridge 1 protocol ieee #interface fe0 #bridge-group 1 #interface fe1 #bridge-group 1 .... Why is it necessary ? As long as it is a switch, all the ports by default are in switchable, or this allows to have a number of independent bridges within one single physical device? Thanks in advance. Mark