All MIBs › LJ4100mfp-MIB › channelprinteralert
channelprinteralert
Module: LJ4100mfp-MIB
OID (symbolic): LJ4100mfp-MIB::channelprinteralert
OID (numeric): 1.3.6.1.4.1.11.2.3.9.4.2.1.6.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Identifies the values of prtAlertIndex,
prtAlertSeverityLevel, prtAlertGroup,
prtAlertGroupIndex, prtAlertLocation, and prtAlertCode
for the latest critical evnet in the prtAlertTable. The
binary string is defined as following:
------------------------------------------------------
Field | Filed | Description
Offset | Length |
------------------------------------------------------
0 | 4 | the value of prtAlertIndex
4 | 4 | the value of prtAlertSeverityLevel
8 | 4 | the value of prtAlertGroup
12 | 4 | the value of prtAlertGroupIndex
16 | 4 | the value of prtAlertLocation
20 | 4 | the value of prtAlertCode
------------------------------------------------------
Each field is in Big Endian style.
Additional information:
This object is used to pass alert information from the
peripheral to the IIO card. The standard printer MIB
contains the following description:
printerAlert TRAP-TYPE
ENTERPRISE printerV1Alert
VARIABLES { prtAlertIndex, prtAlertSeverityLevel, prtAlertGroup,
prtAlertGroupIndex, prtAlertLocation, prtAlertCode }
DESCRIPTION
'This trap is sent whenever a critical event is added to the
prtAlertTable.'
In order to provide this information in the trap packet, the
IIO card enables traps on channelPrinterAlert. When a critical
alert is generated the peripheral fills the appropriate value
into this object and sends it to the card.
This object is a structure which contains 24 bytes of data.
The structure is:
struct structAlertInfo {
sint32 prtAlertIndex;
sint32 prtAlertSeverityLevel;
sint32 prtAlertGroup;
sint32 prtAlertGroupIndex;
sint32 prtAlertLocation;
sint32 prtAlertCode;
} thisAlertData;Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.6.2 snmpwalk -v2c -c public <target> LJ4100mfp-MIB::channelprinteralert
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.6.2.1 snmpget -v2c -c public <target> LJ4100mfp-MIB::channelprinteralert.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> channelprinteralert.1
Start monitoring HP LaserJet 4100 MFP multifunction printer with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the LJ4100mfp-MIB::channelprinteralert OID value, configure state conditions and alerts, and monitor any HP LaserJet 4100 MFP multifunction printer from a single console.
OID Breakdown
Upper-level ancestors (14 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.11 | hp | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2 | nm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3 | hpsystem | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9 | net_peripheral | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4 | netdm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2 | dm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1 | device | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.6 | channel | CLJ8500-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.11.2.3.9.4.2.1.6.2 | channelprinteralert | LJ4100mfp-MIB |