device-cfg-param-command
HP-LASERJET-COMMON-MIB ·
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.23
Object
scalar mandatory
r/w
OctetString
A C structure containing the following fields:
typedef struct {
u8bit list_id;
s8bit auto_incr;
u16bit max_index;
u16bit rec_size;
u16bit index;
u8bit data[];
} PML_device_cfg_param_cmd_t;
where u8bit is an unsigned byte (0..255), s8bit is a
signed byte (-128..127), and u16bit is an big endian
format unsigned short (0..65535). The POS should state
which list_id's the device supports.
Additional information:
HP Laserjet 3200 supports two values for list_id:
0 for configuration parameters and
1 for default configuration parameters.
Context
- MIB
- HP-LASERJET-COMMON-MIB
- OID
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.23- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- settings-system
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 'HP-LASERJET-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-LASERJET-COMMON-MIB::device-cfg-param-command.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-LASERJET-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-LASERJET-COMMON-MIB::device-cfg-param-command'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.