mccpHumanLogOnOff
ELTEX-MCCP ·
.1.3.6.1.4.1.34300.1.4.50.1
Object
SET 0 to disable HumanLog to /var/log/mccp_snmp.log (0 is state by default); SET 1 to enable HumanLog SET 2 to clean up mccp_snmp.log (NO On/Off log; clean up only)
Context
- MIB
- ELTEX-MCCP
- OID
.1.3.6.1.4.1.34300.1.4.50.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- mccpService
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 'ELTEX-MCCP' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-MCCP::mccpHumanLogOnOff.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-MCCP' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-MCCP::mccpHumanLogOnOff'
Syntax
- Source
- MccpLogHumanState
- Base type
Enumeration
Values & Constraints
Type Values
0 | turnOff |
1 | turnOn |
2 | cleanUp |