http://www.perlmonks.org?node_id=1051765


in reply to SNMP management framework

"pls help me to start writing my program."

Sure thing!
Here you go...

#!/usr/bin/perl use strict; use warnings; use Net::SNMP;

You should be able to finish it off from there, let us know if you get stuck with anything.

"Thanks in advance !"

You're welcome!