Get total pages counters from SNMP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • birbonesmetti
    Junior Member
    • Jul 2023
    • 2

    #1

    Get total pages counters from SNMP

    Good morning, I would like to try extracting via the snmpwalk command from my Sharp printers the total black and white pages and the total color pages printed.
    Currently I use the command "snmpwalk -v 2c -c public myPrinterIP" and I obtain various information but I cannot find these counters.
    Is it possible to obtain them? Thank you very much!
  • boutn
    Senior Tech

    500+ Posts
    • Jun 2016
    • 537

    #2
    Re: Get total pages counters from SNMP

    Originally posted by birbonesmetti
    Good morning, I would like to try extracting via the snmpwalk command from my Sharp printers the total black and white pages and the total color pages printed.
    Currently I use the command "snmpwalk -v 2c -c public myPrinterIP" and I obtain various information but I cannot find these counters.
    Is it possible to obtain them? Thank you very much!
    These should be the OIDs you need. Maybe change your command to only get these? I dont know what you're working with?

    Also, have you tried V1?

    1.3.6.1.4.1.2385.1.1.19.2.1.3.5.4.61, Counter, RO, fixed(8093) BW


    1.3.6.1.4.1.2385.1.1.19.2.1.3.5.4.63, Counter, RO, fixed(53200) full colour

    Comment

    • birbonesmetti
      Junior Member
      • Jul 2023
      • 2

      #3
      Re: Get total pages counters from SNMP

      Originally posted by boutn
      These should be the OIDs you need. Maybe change your command to only get these? I dont know what you're working with?

      Also, have you tried V1?

      1.3.6.1.4.1.2385.1.1.19.2.1.3.5.4.61, Counter, RO, fixed(8093) BW


      1.3.6.1.4.1.2385.1.1.19.2.1.3.5.4.63, Counter, RO, fixed(53200) full colour
      That's what i was looking for. Thank you so much for your help!

      Comment

      Working...