Skip to content

Instantly share code, notes, and snippets.

View alejandroscf's full-sized avatar

Alejandro Suarez alejandroscf

  • Zaragoza, Spain
View GitHub Profile
@alejandroscf
alejandroscf / snmp_test.pl
Created April 9, 2020 23:32
Net::SNMP error_status test script
#! /usr/local/bin/perl
#########################
# Usage: snmp_test.pl [host] [community]
#########################
use strict;
use warnings;
use Net::SNMP;