querySettingNpaIndex

LEXMARK-SETTINGS-DEFINITION · .1.3.6.1.4.1.641.7.3.7.3.1.2

Object

column Integer32
For settings which have a single value associated with them (non-indexed) this will have a value of 0. 
For settings which have more than one value associated with them (indexed), the first indexed entry will 
have a value of 0. Each succeeding indexed entry will return the value of the previous indexed entry 
incremented by one (1).

Context

MIB
LEXMARK-SETTINGS-DEFINITION
OID
.1.3.6.1.4.1.641.7.3.7.3.1.2
Type
column
Access
readonly
Status
current
Parent
querySettingValueEntry
Groups
1

Walk 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 'LEXMARK-SETTINGS-DEFINITION' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEXMARK-SETTINGS-DEFINITION::querySettingNpaIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LEXMARK-SETTINGS-DEFINITION' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEXMARK-SETTINGS-DEFINITION::querySettingNpaIndex.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LEXMARK-SETTINGS-DEFINITION' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LEXMARK-SETTINGS-DEFINITION::querySettingNpaIndex'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-2147483647

Conformance