Help for this page

Select Code to Download


  1. or download this
    sub ReadConfig($)
    {
    ...
    
     return(%Config);
    };
    
  2. or download this
    $Config{'parm commands'}
                        |-{'snmp-server community RO'} eq 'notpublic';
                        |-{'timeout'}==10;
    
    @{$Config{'no snmp-server community'}}=>(public,private,secret,bogus);