All MIBs › EXP-DOCS-CABLE-DEVICE-MIB › docsDevFilterIpDefault
docsDevFilterIpDefault
Module: EXP-DOCS-CABLE-DEVICE-MIB
OID (symbolic): EXP-DOCS-CABLE-DEVICE-MIB::docsDevFilterIpDefault
OID (numeric): 1.3.6.1.3.83.1.6.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The default behavior for (bridged) packets that do not match IP filters is defined by docsDevFilterIpDefault.
If set to discard(1), all packets not matching an IP filter will be discarded. If set to accept(2), all packets not matching an IP filter will be accepted for further processing (e.g., bridging).
At initial system startup, this object returns accept(2).
What is docsDevFilterIpDefault?
This controls what happens to a bridged IP packet that matches no entry in the IP filter table: discard(1) drops it, accept(2) lets it continue processing; it defaults to accept(2) at startup. Admins use this as the fallback policy behind their explicit IP filter rules.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.83.1.6.3 snmpwalk -v2c -c public <target> EXP-DOCS-CABLE-DEVICE-MIB::docsDevFilterIpDefault
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.83.1.6.3.1 snmpget -v2c -c public <target> EXP-DOCS-CABLE-DEVICE-MIB::docsDevFilterIpDefault.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.3.83.1.6.3.1 i <value>
Start monitoring DOCSIS/MCNS-compliant cable modem or CMTS (experimental pre-standard MIB) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the EXP-DOCS-CABLE-DEVICE-MIB::docsDevFilterIpDefault OID value, configure state conditions and alerts, and monitor any DOCSIS/MCNS-compliant cable modem or CMTS (experimental pre-standard MIB) from a single console.
OID Breakdown
Upper-level ancestors (5 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.3 | experimental | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.3.83 | docsDev | EXP-DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.3.83.1 | docsDevMIBObjects | EXP-DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.3.83.1.6 | docsDevFilter | EXP-DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.3.83.1.6.3 | docsDevFilterIpDefault | EXP-DOCS-CABLE-DEVICE-MIB |