Help for this page

Select Code to Download


  1. or download this
    #     $node = ("$ARGV[1]");
    #     $interface = ("$ARGV[3]");
    ...
          my ($session, $error) = Net::SNMP->session(
          -hostname  => shift || $node,
          -community => shift || $community
    
  2. or download this
    perl -e "print $ARGV[0]" first