clsTransferCfgAnalyzeResult
CISCO-LWAPP-SYS-MIB ·
.1.3.6.1.4.1.9.9.618.1.6.6
Object
scalar Enumeration
This object represents the config file analyze result. A value of unknown indicates that, unknown error. A value of keyMismatch indicates that, the encrypt key mismatch. A value of fileMissing indicates that, the config file missing. A value of contentMismatch indicates that, the file is not intended for this product.
Context
- MIB
- CISCO-LWAPP-SYS-MIB
- OID
.1.3.6.1.4.1.9.9.618.1.6.6- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- ciscoLwappSysMIBNotifObjects
- Groups
- 2
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 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-SYS-MIB::clsTransferCfgAnalyzeResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-SYS-MIB::clsTransferCfgAnalyzeResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | keyMismatch |
3 | fileMissing |
4 | contentMismatch |