downloadResultNotify
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.3.7
Object
scalar r/w
Enumeration
Setting the object to always(2) cause the system to send downloadResultCodeTrap after every download no matter the result. Setting the object to onlyErrors(3) cause the system to send downloadResultCodeTrap when an error occurs during the download. Setting the object to silent(1) cause the system to not send any downloadResultNotify notifications.
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.3.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- downloadConfig
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 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-DRG-MIB::downloadResultNotify.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-DRG-MIB::downloadResultNotify'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | silent |
2 | always |
3 | onError |