inetTrapStyle
JETDIRECT3-MIB ·
.1.3.6.1.4.1.11.2.4.3.22.1.2.1.8
Object
column r/w
Enumeration
This OID is read-write. If the user wants to receive only the PML traps, then trapStyle can be set to 1. If the user wants to receive only APS and General or NOT-READY-DESTINATION-PRINT-ENGINE traps, then trapStyle can be set to 2. If the user wants to receive the both kinds of above traps, then trapStyle can be set to 3.
Context
- MIB
- JETDIRECT3-MIB
- OID
.1.3.6.1.4.1.11.2.4.3.22.1.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- inetTrapDestinationEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JETDIRECT3-MIB::inetTrapStyle'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JETDIRECT3-MIB::inetTrapStyle.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JETDIRECT3-MIB::inetTrapStyle'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | selectable-pml-traps |
2 | aps-and-general-or-nrdpe-traps |
3 | both-of-the-above |