thPduType
FS-NMS-SNMP ·
.1.3.6.1.4.1.52642.9.225.3.1.1.5
Object
column r/w
Enumeration
Trap host trap PDU type.inform and trapv2 must in v2c
Context
- MIB
- FS-NMS-SNMP
- OID
.1.3.6.1.4.1.52642.9.225.3.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snmpTrapHostEntry
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 'FS-NMS-SNMP' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-SNMP::thPduType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-SNMP' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-SNMP::thPduType.<thIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-SNMP' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-SNMP::thPduType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
164 | trapv1 |
166 | inform |
167 | trapv2 |