productStatusGeneratingTrapsFlag
Dell-Vendor-MIB ·
force10 variant
·
.1.3.6.1.4.1.674.10895.3000.1.2.110.6
Object
scalar Enumeration
Indicates if this SNMP service is generating SNMP Traps.
This variable can take the following values:
1: true - The device is capable and currently configured to generate traps if necessary.
2: false - The device is not capable of generating traps.
3: disabled - The device is capable but not configured to generate traps.
Context
- MIB
- Dell-Vendor-MIB
- OID
.1.3.6.1.4.1.674.10895.3000.1.2.110.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- productStatus
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 'Dell-Vendor-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Dell-Vendor-MIB::productStatusGeneratingTrapsFlag.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Dell-Vendor-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Dell-Vendor-MIB::productStatusGeneratingTrapsFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |
3 | disabled |