DocsDevFilter¶
Leafs
Enum Classes
-
class
DOCSCABLEDEVICEMIB.DocsDevFilter¶ Bases:
EntityClass Hierarchy :
DOCSCABLEDEVICEMIBDocsDevFilterThis class represents state data.
-
docsdevfilterllcunmatchedaction¶ LLC (Link Level Control) filters can be defined on an inclusive or exclusive basis: CMs can be configured to forward only packets matching a set of layer three protocols, or to drop packets matching a set of layer three protocols. Typical use of these filters is to filter out possibly harmful (given the context of a large metropolitan LAN) protocols. If set to discard(1), any L2 packet that does not match at least one filter in the docsDevFilterLLCTable will be discarded. If set to accept(2), any L2 packet that does not match at least one filter in the docsDevFilterLLCTable will be accepted for further processing (e.g., bridging). In other words, if the packet does not match an entry in the table, it takes this action; if it does match an entry in the table, it takes the opposite of this action
type:
DocsDevFilterLLCUnmatchedActionconfig: False
-
docsdevfilteripdefault¶ The default behavior for (bridged) packets that do not match IP filters (or Internet filters, if implemented) is defined by docsDevFilterIpDefault. If set to discard(1), all packets not matching an IP filter in docsDevFilterIpTable will be discarded. If set to accept(2), all packets not matching an IP filter or an Internet filter will be accepted for further processing (e.g., bridging)
type:
DocsDevFilterIpDefaultconfig: False
status: deprecated
-