cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply
CathyO-Xerox
Community Manager
Community Manager

Re: SNMP to read job queue

Hello giuseppe789,

I see no one has answered this yet, so I would recommend at this point to call Support and ask to speak to a Network Analyst: 1-800-821-2797

Thanks,
CathyO-Xerox
Community Manager

Be sure to click Kudos for those who have helped you.
Select Accept as Solution for posts that have helped to solve your issue(s)!
0 Kudos

SNMP to read job queue

Product Name: VersaLink C505 Multifunction Printer
Operating System: Windows 10

Hello,

with poweshell I use this OID to read status, operational and error of Versalink C505s printer.

write-host "Printer Status other(1), unknown(2), idle(3), printing(4), warmup(5) = " + $snmp.Get(".1.3.6.1.2.1.25.3.5.1.1.1")
write-host "Printer Operational other(1), unknown(2), idle(3), printing(4), warmup(5) = "+ $snmp.Get(".1.3.6.1.2.1.25.3.2.1.5.1")
write-host "Printer Error = " + $snmp.Get(".1.3.6.1.2.1.25.3.5.1.2.1")

Now I need to know if a job was printed or what are the number of job on printer's queue. Can help me to know OID to have this informations?

Other OID that can help me to know printer status and job status will be appreciate

Also, Versalink C505s have another way to red information, such as Web Services? If yes, are there some instrucion about?

Thanks,

Giuseppe

0 Kudos