Help for this page

Select Code to Download


  1. or download this
    my %oids = (
        sysdescr        => ".1.3.6.1.2.1.1.1.0",
        model           => ".1.3.6.1.2.1.47.1.1.1.1.13.1",
        flash           => ".1.3.6.1.2.1.16.19.6.0",
    );
    
  2. or download this
    my %snmpstrings = (
        "Interface Description" => "interfaces.ifTable.ifEntry.ifDescr",
        "System Uptime" => "system.sysUpTime",
        # etc...
    );