polL2FilterType
1.3.6.1.4.1.52.2501.1.16.3.1.3
The types of filters, as explained below.
static-entry
Based on the restrictions and the presence of
source, destination MAC address they can be of
three types :
source-static-entry - All frames with a source
address equal to srcMAC, coming through any of
the inPorts will be allowed/disallowed to go
to any port that is a member of the outPorts
list.
destination-static-entry - All frames with a
destination address equal to dstMAC, coming
through any of the inPorts will be allowed/
disallowed/forced to go to any port that is a
member of the outPorts list.
flow-static-entry - All frames with a source
address equal to srcMAC and a destination address
equal to dstMAC, coming through any of the inPorts
list will be allowed/disallowed to go to any port
that is a member of the outPorts list. Ports
must be in flow-bridging mode in order to use
filters with both src and dst mac specified.
address-filter
Based on the restrictions and the presence of
source, destination MAC address they can be of
three types :
source-address-filter - All frames with a source
address equal to srcMAC, coming through any of
the inPorts will be filtered out.
destination-address-filter - All frames with a
destination address equal to dstMAC, coming through
any of the inPorts will be filtered out.
flow-filter - All frames with a source address equal
to srcMAC and a destination address equal to dstMAC,
coming through any of the inPorts list will be
filtered out. Ports must be in flow mode in order
to set a filter using both source and destination
address.
port-address-lock
This locks a source address to a port. It allows
learning of srcMAC addresses only on any of the ports
in inPorts. The following objects are mandatory
and must be set by mgmt station to activate a row:
polL2FilterDesc, polL2FilterSrcMacAddr, polL2FilterInPorts
secure-port
This blocks all traffic in a given direction to a port.
Used with static entries, it is effective in allowing only
certain well defined source/destination mac addresses.
The following objects must be set by mgmt station to
activate an entry:
polL2FilterDesc, r, polL2FilterInPorts
This object may not be modified if the associated.
polL2FilterStatus object is equal to active(1).