mduCommandCode
RIELLOMDU-MIB ·
.1.3.6.1.4.1.5491.11.3.1
Object
scalar mandatory
r/w
Enumeration
This object determines the nature of the action to be taken at the time when the countdown of the mduShutdownDelay and mduRestoreDelay objects reaches zero. Setting this object to shutdown(1) indicates that the specified sockets mduOutputSocketApplyCommand will yurn off. Setting this object to restore(2) indicates that the specified output sockets will turn on. command delete(3) will delete the applied command, test panel will perform a test of LCD panel and audible alarm
Context
- MIB
- RIELLOMDU-MIB
- OID
.1.3.6.1.4.1.5491.11.3.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- mduCommand
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 'RIELLOMDU-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RIELLOMDU-MIB::mduCommandCode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RIELLOMDU-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RIELLOMDU-MIB::mduCommandCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | shutdown |
2 | restore |
3 | commandDelete |
22 | testPanel |