LJ3200-MIB :: fax_resolution

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsLJ3200-MIBfax_resolution

fax_resolution

Module: LJ3200-MIB

OID (symbolic): LJ3200-MIB::fax_resolution

OID (numeric): 1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1.1

Node type: OBJECT-TYPE

Type: OCTET STRING

Access: read-write

Description: struct { unsigned_32bit x_res; /* 1st four bytes; big endian */ unsigned_32bit y_res; /* 2nd four bytes; big endian */ } Sets the send fax resolution. The x and y resolutions in this object are in fixed-point with 16 bits of fraction, and 16 bits of integer, and are in dots per inch. X is horizontal; Y is vertical. Examples of computing x_res and y_res: 300 dots/inch:round(300 * 65536) = 19660800 16 dots/mm: round(16 * 25.4 * 65536) = 26633830. If the device does not support the given combination, then it'll select the nearest supported values in a device-dependent manner (documented in the POS). Additional information: HP Laserjet 3200 supports 4 fax resolutions. As far as the end-user is concerned these resolutions are: standard, fine, superfine, and photo. Photo is not really a resolution--see more below. Standard is the default. Resolutions map as follows (values are given in dots per inch (dpi) horizontal X vertical (x X y)): standard(203 X 98), fine(203 X 196), superfine(300 X 300), and photo(300 X 300). Supported resolutions in hex notation (dpi, x X y) are: standard(00cb0000 X 00620000), fine(00cb0000 X 00c4000), superfine(012C0000 X 012C0000), and photo(012C0000 X 012C0000). The device ignores attempts to set invalid resolutions. Photo is not a resolution, but photo setting depends on whether half-toning is on or off. In the case of HP Laserjet 3200 photo setting doesn't actually change the bits going out the modem -- still one bit per pixel so photo and superfine are the same. NOTE: The last 16 bits of the horizontal and vertical settings are ignored. Only the first 16 bits of the horizontal and vertical resolution setting are used.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1.1
snmpwalk -v2c -c public <target> LJ3200-MIB::fax_resolution

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1.1.1
snmpget -v2c -c public <target> LJ3200-MIB::fax_resolution.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1.1.1 s <value>

Start monitoring HP LaserJet printers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the LJ3200-MIB::fax_resolution OID value, configure state conditions and alerts, and monitor any HP LaserJet printers from a single console.

OID Breakdown

Upper-level ancestors (14 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.11hpCLJ8500-MIB
1.3.6.1.4.1.11.2nmCLJ8500-MIB
1.3.6.1.4.1.11.2.3hpsystemCLJ8500-MIB
1.3.6.1.4.1.11.2.3.9net_peripheralCLJ8500-MIB
1.3.6.1.4.1.11.2.3.9.4netdmCLJ8500-MIB
1.3.6.1.4.1.11.2.3.9.4.2dmCLJ8500-MIB
1.3.6.1.4.1.11.2.3.9.4.2.1deviceCLJ8500-MIB
1.3.6.1.4.1.11.2.3.9.4.2.1.4destination_subsystemCLJ8500-MIB
Numeric OIDNameModule
1.3.6.1.4.1.11.2.3.9.4.2.1.4.2fax_sendLJ3200-MIB
1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1settings_fax_sendLJ3200-MIB
1.3.6.1.4.1.11.2.3.9.4.2.1.4.2.1.1fax_resolutionLJ3200-MIB