Help for this page

Select Code to Download


  1. or download this
    if (!defined($snmpsession)) {
                  #whatever code here, doesn't matter
    }
    
  2. or download this
    sub muli_interface_snmp {
            my ($host,$community) = @_;
    ...
            # we got a good session to the active mgmt card
            return $snmpsession;
    }