faxModemCapabilities
LEXMARK-PVT-MIB ·
.1.3.6.1.4.1.641.3.1.2.1.4
Object
column mandatory
Integer32
A bitmap representing the fax capabilities of the attached modem.
Bit Value Capabilities
--- ------ --------------------
0 1 Fine Resolution
1 2 2D Encoding
2 4 T6 Encoding
3 8 ECM
4 16 Binary File Transfer
5 32 300 x 300
6 64 400 x 400
7 128 200 x 400
8 256 Uncompressed Mode
9 512 255mm Width
10 1024 303mm Width
11 2048 Legal Length
12 4096 Unlimited Length
13 8192 V.17 (14400)
14 16384 V.33 (14400)
15 32768 V.29 and V.27 (9600)
16 65536 V.29 (9600)
17 131072 V.27 (4800)
18 262144 V27 (2400)
Context
- MIB
- LEXMARK-PVT-MIB
- OID
.1.3.6.1.4.1.641.3.1.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- faxEntry
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 'LEXMARK-PVT-MIB' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEXMARK-PVT-MIB::faxModemCapabilities'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LEXMARK-PVT-MIB' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEXMARK-PVT-MIB::faxModemCapabilities.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LEXMARK-PVT-MIB' -M '/opt/observium/mibs/lexmark:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LEXMARK-PVT-MIB::faxModemCapabilities'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.