How do i get printer model via snmp in c#?
Asked Answered
O

2

2

Basicaly what i want to do is retrieve hp's Printer Model from network printer via SNMP in c#. Searching SO didn't yield anything usefull.

Where do i start?

Orchestrate answered 11/1, 2010 at 20:25 Comment(0)
S
3

You'll need to either write an SNMP manager or use an existing library (there are plenty out there; this is the one I use, and here's another.) From there you'll poll the apropriate OID to get your printer model (you'll want to see the printer's MIB for that value).

Soandso answered 11/1, 2010 at 20:29 Comment(0)
D
2

Download one snmp library and make OID as 1.3.6.1.4.1.11.2.3.9.1.1.7.0 . You will get the printer name and Model

Disintegration answered 8/10, 2013 at 5:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.