snmpStatus
DAHUA-SNMP-MIB ·
.1.3.6.1.4.1.1004849.2.12.3
Object
scalar Enumeration
Status of snmp is start(0) or stop(1).
Context
- MIB
- DAHUA-SNMP-MIB
- OID
.1.3.6.1.4.1.1004849.2.12.3- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- dahuaSnmpTrap
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 'DAHUA-SNMP-MIB' -M '/opt/observium/mibs/dahua:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DAHUA-SNMP-MIB::snmpStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DAHUA-SNMP-MIB' -M '/opt/observium/mibs/dahua:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DAHUA-SNMP-MIB::snmpStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | start |
1 | stop |