claOpendnsProfileStatus
CISCO-LWAPP-OPENDNS-MIB ·
.1.3.6.1.4.1.9.9.837.1.1.1.1.3
Object
column Enumeration
This object represents the Profile registration status with opendns server. notInuse indicates that the Profile is not in used state. inProgress indicates that the Profile is in the process of registering with opendns server. success indicates that the Profile registered successfully. failed indicates that the Profile registration failed. inuse indicate that the Profile is in Used state.
Context
- MIB
- CISCO-LWAPP-OPENDNS-MIB
- OID
.1.3.6.1.4.1.9.9.837.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- claOpendnsProfileEntry
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workWalk 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 'CISCO-LWAPP-OPENDNS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-OPENDNS-MIB::claOpendnsProfileStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-OPENDNS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-OPENDNS-MIB::claOpendnsProfileStatus.<claOpendnsProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-OPENDNS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-OPENDNS-MIB::claOpendnsProfileStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notInuse |
2 | inProgress |
3 | success |
4 | failed |
5 | inuse |