rlDnsClv2ClearCacheTable
RADLAN-DNSCL-MIB ·
.1.3.6.1.4.1.89.93.17
Object
scalar r/w
Enumeration
action MIB for clearing DNS cache tables, 'static' option will clear all statically configured hostname-to-IP mappings, 'dynamic' option will clear both negative & positive cache from dynamic (DNS) entries, 'all' will clear all entries (static & dynamic) in static, positive & negative cache.
Context
- MIB
- RADLAN-DNSCL-MIB
- OID
.1.3.6.1.4.1.89.93.17- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlDnsCl
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-DNSCL-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-DNSCL-MIB::rlDnsClv2ClearCacheTable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-DNSCL-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-DNSCL-MIB::rlDnsClv2ClearCacheTable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | staticOnly |
2 | dynamicOnly |
3 | all |