docsDevFilterPolicyPtr

DOCS-CABLE-DEVICE-MIB · .1.3.6.1.2.1.69.1.6.5.1.6

Object

column deprecated r/w SNMPv2-TCRowPointer
This object points to a row in an applicable filter
policy table.  Currently, the only standard policy
table is docsDevFilterTosTable.
              
Per the textual convention, this object points to the
first accessible object in the row; e.g., to point to a
row in docsDevFilterTosTable with an index of 21, the
value of this object would be the object identifier
docsDevTosStatus.21.
              
Vendors are recommended to adhere to the same convention
when adding vendor-specific policy table extensions.
              
If this pointer references an empty or non-existent
row, then no policy action is taken.
              
The default upon row creation is a null pointer that
results in no policy action being taken.

Context

MIB
DOCS-CABLE-DEVICE-MIB
OID
.1.3.6.1.2.1.69.1.6.5.1.6
Type
column
Access
readwrite
Status
deprecated
Parent
docsDevFilterPolicyEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-CABLE-DEVICE-MIB::docsDevFilterPolicyPtr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-CABLE-DEVICE-MIB::docsDevFilterPolicyPtr.<docsDevFilterPolicyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-CABLE-DEVICE-MIB::docsDevFilterPolicyPtr'

Syntax

Source
SNMPv2-TCRowPointer
Base type
ObjectIdentifier
Type Description
Represents a pointer to a conceptual row.  The value is the
name of the instance of the first accessible columnar object
in the conceptual row.
          
For example, ifIndex.3 would point to the 3rd row in the
ifTable (note that if ifIndex were not-accessible, then
ifDescr.3 would be used instead).

Values & Constraints

No enumerated values or constraints recorded.

Conformance