From: Sam A. <s_...@as...> - 2007-06-29 10:22:02
|
Dear Buchan, I apologize up front if I am mistaken, but it looks as though either: a) you are using the word 'sysdesc' in the oids file without defining its numeric oid first; b) the timeout and retry values in the devmon.cfg file are too short for your PIX; c) the box where you did the snmpwalk is not the the box on which devmon is running and there is a firewall (perhaps the PIX itself) blocking the snmp query. (a) is unlikely because you are knowledgeable and started with a working template, but just in case, do # snmpget -On -v 1 -c 'xxxx' pix.ip.address sysdesc.0 which will return the numeric value for the system descriptor which you can then put into your oids file. If (b), edit [/usr/local?]/devmon/devmon.cfg and increase the timeout and retry values. Good luck, Samuel Asher Buchan Milne wrote: > I am starting a template for a Cisco Pix (some tests can be taken straight > from say cisco-6509, but I'll add a few more), but devmon claims it can't > query the device when trying to --readbbhosts: > > [07-06-29@11:35:53] Querying new hosts using cid 'xxxx' and snmp v2 > [07-06-29@11:36:03] DEBUG SNMP: Dethawing data for kappa > [07-06-29@11:36:03] ERROR: snmpget kappa (no response received) > [07-06-29@11:36:03] kappa sysdesc = ::: UNDEFINED ::: > [07-06-29@11:36:13] Querying new hosts using cid 'xxxx' and snmp v1 > [07-06-29@11:36:23] DEBUG SNMP: Dethawing data for kappa > [07-06-29@11:36:23] ERROR: snmpget kappa (no response received) > [07-06-29@11:36:23] kappa sysdesc = ::: UNDEFINED ::: > [07-06-29@11:36:23] Could not query device: kappa > > > $ snmpwalk -v1 -c xxxx kappa sysDescr.0 > SNMPv2-MIB::sysDescr.0 = STRING: Cisco Firewall Services Module Version 3.1(4) > $ snmpwalk -v2c -c xxxx kappa sysDescr.0 > SNMPv2-MIB::sysDescr.0 = STRING: Cisco Firewall Services Module Version 3.1(4) > > > Anyone know what I'm missing here ? > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > -- ************** The information in this email, and in any attachments, may contain confidential information and is intended solely for the attention and use of the named addressee(s). It must not be disclosed to any person without the written authorization of Sam Asher Computing Services, Inc. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorized to, and must not, disclose, copy, distribute, or retain this message or any part of it. *************** |