Help for this page

Select Code to Download


  1. or download this
    $info{$hostkey}{$if}{if_name} = &get_snmp("$Cisco.$IfName.$if");
    $info{$hostkey}{$if}{hw_type} = &get_snmp("$Cisco.$IfHwType.$if");
    ...
    $info{$hostkey}{$if}{bw_out} = &get_snmp("$Cisco.$IfOutBitSec.$if");
    $info{$hostkey}{$if}{if_lineprot} = &get_snmp("$Cisco.$LineProto.$if")
    +;  
    $info{$hostkey}{$if}{vm_Vlan} = &get_snmp("$Specific.$vmvlan.$if");
    
  2. or download this
    use CGI;
    $q = new CGI;
    ...
    }
    
    print end_table();
    
  3. or download this
    
    print "<table>\n";
    ...
    }
    
    print "</table>"