gettable fetches nothing
"Gary Taul" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <974B42AD52A9464FB418822078AC7EFD027E3123@lousebe01.medassistgroup.local> |
Using activePerl 5.8.8 I am trying to do a gettable of
CISCO-IPSEC-FLOW-MONITOR-MIB::cikeTunnelTable. I am able to display the
table using the snmpwalk.exe but receive an empty hash in the perl
script. I can successfully retrieve
CISCO-IPSEC-FLOW-MONITOR-MIB::cikePeerTable within Perl. Running on
Windows XP.
My calls:
my $TunnelsTable =
$session->gettable('CISCO-IPSEC-FLOW-MONITOR-MIB::cikeTunnelTable', #
returns an empty hash
columns => ('cikeTunIndex', 'cikeTunActiveTime', 'cikeTunInPkts',
'cikeTuninDropPkts', 'cikeTunOutPkts', 'cikeTunOutDropPkts',
'cikeTunStatus'));
my $ikePeerTable =
$session->gettable('CISCO-IPSEC-FLOW-MONITOR-MIB::cikePeerTable',
#This is successful
columns => ('cikePeerIntIndex', 'cikePeerRemoteAddr',
'cikePeerActiveTime',
'cikePeerActiveTunnelIndex'));
Gary F. Taul
Network Engineer
(502) 499-0855 ext 3246
"The information contained in this message and in any accompanying
documents constitutes confidential information which belongs to
MedAssist, Inc. If you are not the intended recipient, you are hereby
notified that any dissemination, disclosure, or copying of this
communication is strictly prohibited. If you have received this
communication in error, or encounter problems with transmission, please
contact the sender."
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
CISCO-IPSEC-FLOW-MONITOR-MIB_my.txt
(text/plain, 193.9 KB) - not displayed