polL2FilterType
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).
Details
| 1 | staticEntry |
| 2 | addressFilter |
| 3 | portAddressLock |
| 4 | securePort |
Table columns
11 objects| Oid | Name | Access | Type |
|---|---|---|---|
| 1.3.6.1.4.1.52.2501.1.16.3.1.1 | polL2FilterIndex | noaccess | Unknown |
| 1.3.6.1.4.1.52.2501.1.16.3.1.2 | polL2FilterDesc | readwrite | Unknown |
| 1.3.6.1.4.1.52.2501.1.16.3.1.3 | polL2FilterType | readwrite | staticEntry(1), addressFilter(2), portAddressLock(3), securePort(4) |
| 1.3.6.1.4.1.52.2501.1.16.3.1.4 | polL2FilterRestrictions | readwrite | allow(1), disallow(2), force(3), none(4), blockIngress(5), blockEgress(6) |
| 1.3.6.1.4.1.52.2501.1.16.3.1.5 | polL2FilterSrcMacAddr | readwrite | MacAddress |
| 1.3.6.1.4.1.52.2501.1.16.3.1.6 | polL2FilterDstMacAddr | readwrite | MacAddress |
| 1.3.6.1.4.1.52.2501.1.16.3.1.7 | polL2FilterVlanId | readwrite | SSRVlanIndex |
| 1.3.6.1.4.1.52.2501.1.16.3.1.8 | polL2FilterInPorts | readwrite | SSRPortList |
| 1.3.6.1.4.1.52.2501.1.16.3.1.9 | polL2FilterOutPorts | readwrite | SSRPortList |
| 1.3.6.1.4.1.52.2501.1.16.3.1.10 | polL2FilterCreationTime | readonly | TimeTicks |
| 1.3.6.1.4.1.52.2501.1.16.3.1.11 | polL2FilterStatus | readwrite | RowStatus |
Used by conformance groups
3 objects- 1.3.6.1.4.1.52.2501.1.210.2.2.2 polGroupV11
- 1.3.6.1.4.1.52.2501.1.210.2.2.3 polGroupV12
- 1.3.6.1.4.1.52.2501.1.210.2.2.4 polGroupV13