cancel
Showing results for 
Search instead for 
Did you mean: 
7 Replies
Uwaise.a
New Member
New Member

Re: SNMP OIDs for interpreting printer status

Try the below OID. 

1.3.6.1.2.1.25.3.5.1.2

iso(1). org(3). dod(6). internet(1). mgmt(2). mib-2(1). host(25). hrDevice(3). hrPrinterTable(5). hrPrinterEntry(1). hrPrinterDetectedErrorState(2)

Condition Bit # hrDeviceStatus

lowPaper 0 warning(3)
noPaper 1 down(5)
lowToner 2 warning(3)
noToner 3 down(5)
doorOpen 4 down(5)
jammed 5 down(5)
offline 6 down(5)
serviceRequested 7 warning(3)

 Got this info from mibDepot ( http://www.mibdepot.com/xsearch_index3.html?id=121217).

0 Kudos
John2018
New Member
New Member

Re: SNMP OIDs for interpreting printer status

Thank you very much Joe..
Very good
0 Kudos
Joe Arseneau
Valued Advisor
Valued Advisor

Re: SNMP OIDs for interpreting printer status

Link

Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!

Joe Arseneau
John2018
New Member
New Member

Re: SNMP OIDs for interpreting printer status

Hi,

 

could i have the Link please from MIB Download?

 

Thanks

John

0 Kudos
Joe Arseneau
Valued Advisor
Valued Advisor

Re: SNMP OIDs for interpreting printer status

I don't have the exact info you are looking for so I provided the tool to get/test it.

 

If you need more and have a maintenance agreement call Xerox and get 2nd level, request from them a SEED Inquiry. (Software Engineering Escalation Database)

Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!

Joe Arseneau
vikram247
New Member
New Member

Re: SNMP OIDs for interpreting printer status

Sorry for the late response as I did not get a notification upon your reply.

 

Thank you very much, Joe.

This is useful to get the OIDs from the MIB file.

 

Actually my query was whether the information that I was seeking is available at any particular OID in the first place.

 

The example you provided, regarding hrDeviceStatus gives the following information:

hrDeviceStatus information

 

This does not include all of the information that I am seeking, for eg. paper jammed, paper out and toner low.

 

Could you please point me in the direction to get this information?

0 Kudos
Joe Arseneau
Valued Advisor
Valued Advisor

Re: SNMP OIDs for interpreting printer status

Take your MIB and do this:

 

Management information base file (.mib) file can be loaded into wire shark by means of the following;

 

-          Open wire shark

-          Click edit, and then preferences.

-          Navigate to the Name Resolution link, and click the edit button beside (MIB and PIB) paths as shown below;

 1.png

 

-          Click the plus sign and navigate to the folder hosting the Printer-MIB.mib file, and press the select folder button.

-          Click the edit button beside (MIB and PIB) modules.

-          Click the plus sign.

-          Type Printer-MIB for the module name and click ok.

-          Restart wire shark.

 

Result;

 

-          An object identifier is a series of numbers that translate into defined task to be executed on the host. An OID will usually look like this: 1.3.6.1.2.1.25.3.2.1.5.1, of which translates to hrprinterStatus.1. The MIB file in wire shark performs the numeric to alpha translation to determine the snmp query. Example shown below after MIB file is loaded in WireShark;

 

 2.png

 

 

Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!

Joe Arseneau
vikram247
New Member
New Member

SNMP OIDs for interpreting printer status

Product Name: Other - specify product in post

Hi Xerox Support,

 

I have an SNMP client which can poll devices for information. For my application I am required to retrieve the following information on demand from a Xerox Phaser 7100N device:

1. Printer Overall Status (Healthy or Faulty)
2. Printer Paper Jam (Jammed or Normal)
3. Printer Paper Out (Out or Supply Present)
4. Printer Toner Level Low(Low or Normal)

 

I went over MIB files available on the Xerox model page, and through other posts in this forum and found a link to download the 2013 version of the XCMI MIB list. However, I am unable to find the OIDs for the information that I seek in this document.

 

I've raised a request with my local support center (Xerox UAE) but I haven't received a satisfactory answer (I am only looking to know which address to poll!) in over two weeks now.

 

Could someone let me know if the above information is available to be polled from a third party client (not Xerox Device Agent) and if so which OIDs to use?

 

Thank you!

0 Kudos