From 1f94a0ed5e46ce48de0384f0e463ef6bc75ff2a6 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 29 Nov 2010 13:16:53 +0100 Subject: [PATCH] dump all printer snmp using snmpwalk --- scripts/snmp-printer.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/snmp-printer.pl b/scripts/snmp-printer.pl index 7052394..2f74a38 100755 --- a/scripts/snmp-printer.pl +++ b/scripts/snmp-printer.pl @@ -3,6 +3,9 @@ use warnings; use strict; # pull info from SNMP enabled printers and dump JSON +# +# dump all snmp data on printer with: +# snmpwalk -c public -v 1 10.60.3.15 use SNMP::Multi; use Data::Dump qw(dump); -- 2.20.1