rexon has asked for the wisdom of the Perl Monks concerning the following question:

Dear Sir, I want to develop NMS (network management software) by Perl. Can I use perl module for monitoring CDMA Router Via SNMP server ? Please give me some example (script) Thank you Rexon

Replies are listed 'Best First'.
Re: Monitoring Network (SNMP)
by monarch (Priest) on Jul 24, 2007 at 10:36 UTC
    You certainly can monitor routers using SNMP and Perl.

    Please have a look at the Net::SNMP module. I've used it myself for many SNMP monitoring tasks in commercial environments.

    When you have finished reading the online documentation for Net::SNMP, perform a supersearch on this PerlMonks site for Net::SNMP code examples!

      Thank you, I hope this module resolve my problem.