dpConfigControlListTable
DATAPOWER-CONFIG-MIB ·
.1.3.6.1.4.1.14685.3.2.370
Object
table
A control list uses a value-matching pattern to determine whether values are on the whitelist or blacklist. When on the whitelist, the following behavior applies. A whitelist entry of ^foo indicates that only values that start with foo are accepted. All other values are rejected. A whitelist with only the .* entry indicates that all values are accepted. An empty whitelist indicates that all values are rejected. When on the blacklist, the following behavior applies. A blacklist entry of ^foo indicates that only values that start with foo are rejected. All other values are accepted. A blacklist with only the .* entry indicates that all values are rejected. An empty blacklist indicates that all values are accepted. The value-matching pattern is defined by a PCRE. When you define the control list, you can indicates whether evaluation is case-sensitive or case-insensitive.
Context
- MIB
- DATAPOWER-CONFIG-MIB
- OID
.1.3.6.1.4.1.14685.3.2.370- Type
- table
- Status
- current
- Parent
- dpConfig
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DATAPOWER-CONFIG-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DATAPOWER-CONFIG-MIB::dpConfigControlListTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DATAPOWER-CONFIG-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DATAPOWER-CONFIG-MIB::dpConfigControlListTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.