Help for this page

Select Code to Download


  1. or download this
    my %cmdtable=(
    ### general OID for  system up time 
    ...
    ### These are Cisco OID's which i use for the AS5400 bank
    ModemsAvailable = '1.3.6.1.4.1.9.9.47.1.1.7.0',
    ModemsUnavailable = 1.3.6.1.4.1.9.9.47.1.1.8.0')
    
  2. or download this
    my @results;
    for (keys %cmdtable) {
    ...