my $if_state = new SNMP::VarList(                                  ["local.2.1.1.28"],                                  ["ifName"]); # .1.3.6.1.2.1.31.1.1.1.1        do {            my ($desc1,$short) = $session->getnext($if_state);            $index++; print "DESC: $desc1\n";        # no response is bad community or dead daemon or other failure...        if ($session->{ErrorNum}) {            next if ($session->{ErrorNum}==2);            $counter++;            push @$longerr, "$host no session: $session->{ErrorStr}\n";        }