|
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 15:46:17
|
It looks like devmon cant snmp query the 6509 in question. To start off, I would try and confirm that you can query the 6509 from the command line of the machine that you are running Devmon on. % snmpget -c <rocid> -v2c <routername> sysDescr.0 If you get back a system Descr, it might be a problem with your Devmon config; if you can't, it sounds like you are having trouble reaching your router, in which case you might want to check your snmp-server statements and any referenced ACLs on your 6509. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Thomas > Sent: Tuesday, March 07, 2006 10:18 AM > To: dev...@li... > Subject: [Devmon] 6509 problem. >=20 > I have a problem with devmonand my cisco 6509s. They are not auto=20 > detected and when I configure DEVMON with model tag I get=20 > the following=20 > in the logfile >=20 > [06-03-07@16:01:48] No SNMP data found for ifInDiscards on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifOutOctets on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifOutDiscards on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > [06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > on ifAliasBox > [06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutDps > [06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutOps > [06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on=20 > cisco6509: 'Missing primary oid data' does not match regex=20 > '^[-+]?\d+(\.\d+)?$' > [06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > cisco6509: 'Missing primary oid data' does not match regex=20 > '^[-+]?\d+(\.\d+)?$' > [06-03-07@16:01:48] Missing repeater data for trans_delta on ifInDps > [06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on=20 > cisco6509: 'Missing primary oid data' does not match regex=20 > '^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > for ifName=20 > for if_dsc msg > [06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > cisco6509 > [06-03-07@16:01:48] No SNMP data found for CPUTotal5Min on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifOperStatNum on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifAdminStatNum on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > [06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > on ifAliasBox > [06-03-07@16:01:48] Missing repeater data for trans_elapsed on=20 > ifAdminStatTxt > [06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > on ifOperStatTxt > [06-03-07@16:01:48] Missing repeater data for ifName for if_stat msg > [06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 > [06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 > [06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > on FanStatus > [06-03-07@16:01:48] Missing repeater data for FanDescr for fans msg > [06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifOutPktsSec on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > [06-03-07@16:01:48] No SNMP data found for ifOutCollisions on=20 > cisco6509 > [06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutCps > [06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > on ifAliasBox >=20 > any idea as to what is wrong. Community and SNMP access is configured=20 > and verified. >=20 > Best regards, Thomas >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 16:03:20
|
Hrm. This could be a different problem that the one Thomas was reporting. You are running CatOS instead of IOS; the template was made for a 6509 running in routing mode (with an RSM and SUP card). We don't have any 6509s running CatOS, so I'm not going to be=20 able to troubleshoot very much. W hat I can tell you is that, while CatOS uses a different MIB that=20 IOS, the templates use mostly generic OIDs that any sane l2 device=20 should respond to (a few exceptions being the fan & psu state oids, as=20 well as the collision counter, all of which are cisco IOS specific). I'd try copying the cisco-6509 directory to something like "cisco-6509sw", and changing the sysdesc field in the spec file to 'C6509' or somesuch. Then run the template against your 6509 and see what fails, and either change or remove it from the template. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Tuesday, March 07, 2006 10:43 AM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 > I believe I have the same issue. Not sure if the 6509 template fits my > 6509s. Checking the sysDescr, I see: >=20 > SNMPv2-MIB::sysDescr.0 =3D STRING: Cisco Systems WS-C6509 > Cisco Catalyst Operating System Software, Version 6.4(2) > Copyright (c) 1995-2003 by Cisco Systems >=20 > The template is filtering on this string for "c6sup", and=20 > that is not in > the above text. That is why the autodetect is not working. I=20 > am told our > cisco devices are: > Model : cisco WS-C6509 > Model : cisco WS-C6509-E >=20 > Would assume these devices respond to different MIBs than the devices > the 'out-of-box' cisco-6509 template. I just have not had time to dig > further into this, though. >=20 > Steven >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Thomas > > Sent: Tuesday, March 07, 2006 10:18 AM > > To: dev...@li... > > Subject: [Devmon] 6509 problem. > >=20 > >=20 > > I have a problem with devmonand my cisco 6509s. They are not auto=20 > > detected and when I configure DEVMON with model tag I get=20 > > the following=20 > > in the logfile > >=20 > > [06-03-07@16:01:48] No SNMP data found for ifInDiscards on=20 > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > ifOutOctets on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > found for ifName on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > data found for ifOutDiscards on cisco6509 [06-03-07@16:01:48]=20 > > No SNMP data found for ifAlias on cisco6509=20 > > [06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > > on ifAliasBox [06-03-07@16:01:48] Missing repeater data for=20 > > trans_delta on ifOutDps [06-03-07@16:01:48] Missing repeater=20 > > data for trans_delta on ifOutOps [06-03-07@16:01:48] Data=20 > > type mismatch for leaf 1 of ifOutOps on=20 > > cisco6509: 'Missing primary oid data' does not match regex=20 > > '^[-+]?\d+(\.\d+)?$' > > [06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > > cisco6509: 'Missing primary oid data' does not match regex=20 > > '^[-+]?\d+(\.\d+)?$' > > [06-03-07@16:01:48] Missing repeater data for trans_delta on=20 > > ifInDps [06-03-07@16:01:48] Data type mismatch for leaf 1 of=20 > > ifInDps on=20 > > cisco6509: 'Missing primary oid data' does not match regex=20 > > '^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > > for ifName=20 > > for if_dsc msg > > [06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > CPUTotal5Min on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > found for ifOperStatNum on cisco6509 [06-03-07@16:01:48] No=20 > > SNMP data found for ifName on cisco6509 [06-03-07@16:01:48]=20 > > No SNMP data found for ifAdminStatNum on cisco6509=20 > > [06-03-07@16:01:48] No SNMP data found for ifAlias on=20 > > cisco6509 [06-03-07@16:01:48] Missing primary oid data for=20 > > trans_regsub on ifAliasBox [06-03-07@16:01:48] Missing=20 > > repeater data for trans_elapsed on=20 > > ifAdminStatTxt > > [06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > > on ifOperStatTxt [06-03-07@16:01:48] Missing repeater data=20 > > for ifName for if_stat msg [06-03-07@16:01:48] No SNMP data=20 > > found for FanDescr on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > data found for FanState on cisco6509 [06-03-07@16:01:48]=20 > > Missing repeater data for trans_elapsed on FanStatus=20 > > [06-03-07@16:01:48] Missing repeater data for FanDescr for=20 > > fans msg [06-03-07@16:01:48] No SNMP data found for ifName on=20 > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > ifOutPktsSec on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > found for ifAlias on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > data found for ifOutCollisions on cisco6509=20 > > [06-03-07@16:01:48] Missing repeater data for trans_delta on=20 > > ifOutCps [06-03-07@16:01:48] Missing primary oid data for=20 > > trans_regsub on ifAliasBox > >=20 > > any idea as to what is wrong. Community and SNMP access is=20 > configured=20 > > and verified. > >=20 > > Best regards, Thomas > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking=20 > > scripting language that extends applications into web and=20 > > mobile media. Attend the live webcast and join the prime=20 > > developer group breaking into this new coding territory!=20 > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Johann E. <joh...@te...> - 2006-03-07 16:15:46
|
Schwimmer, Eric E *HS wrote: >Hrm. This could be a different problem that the one Thomas was >reporting. > >You are running CatOS instead of IOS; the template was >made for a 6509 running in routing mode (with an RSM and SUP card). >We don't have any 6509s running CatOS, so I'm not going to be >able to troubleshoot very much. W > >hat I can tell you is that, while CatOS uses a different MIB that >IOS, the templates use mostly generic OIDs that any sane l2 device >should respond to (a few exceptions being the fan & psu state oids, as >well as the collision counter, all of which are cisco IOS specific). > >I'd try copying the cisco-6509 directory to something like >"cisco-6509sw", >and changing the sysdesc field in the spec file to 'C6509' or somesuch. >Then run the template against your 6509 and see what fails, and either >change or remove it from the template. > >-Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
|
From: Johann E. <joh...@te...> - 2006-03-07 16:16:39
|
Schwimmer, Eric E *HS wrote: >Hrm. This could be a different problem that the one Thomas was >reporting. > >You are running CatOS instead of IOS; the template was >made for a 6509 running in routing mode (with an RSM and SUP card). >We don't have any 6509s running CatOS, so I'm not going to be >able to troubleshoot very much. W > >hat I can tell you is that, while CatOS uses a different MIB that >IOS, the templates use mostly generic OIDs that any sane l2 device >should respond to (a few exceptions being the fan & psu state oids, as >well as the collision counter, all of which are cisco IOS specific). > >I'd try copying the cisco-6509 directory to something like >"cisco-6509sw", >and changing the sysdesc field in the spec file to 'C6509' or somesuch. >Then run the template against your 6509 and see what fails, and either >change or remove it from the template. > >-Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
|
From: Bill F. <wfi...@cc...> - 2006-03-07 16:23:51
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, While running some different test situations on my 6509 I shut down a PSU on the router. Devmon reported a critical state but Hobbit still shows green. Any ideas? Bill Finizia -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEDbOP/Ol32NgyEZgRAletAJ9zcV1qVznzBcWYJFE+sQgpPH9g3ACfYr97 WopDpHmgwkt49yUbSzwJ1SY= =Zn4O -----END PGP SIGNATURE----- |
|
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-07 16:24:38
|
I didn't copy, I just hardcoded the device to us the existing 6509 template. From memory, most/if not all of the existing template did not work. Since then I have been working with polling my F5BigIP & NetApp Filers. Have had time to revisit the switches yet. > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 11:03 AM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 >=20 >=20 > Hrm. This could be a different problem that the one Thomas=20 > was reporting. >=20 > You are running CatOS instead of IOS; the template was > made for a 6509 running in routing mode (with an RSM and SUP=20 > card). We don't have any 6509s running CatOS, so I'm not going to be=20 > able to troubleshoot very much. W >=20 > hat I can tell you is that, while CatOS uses a different MIB that=20 > IOS, the templates use mostly generic OIDs that any sane l2 device=20 > should respond to (a few exceptions being the fan & psu state=20 > oids, as=20 > well as the collision counter, all of which are cisco IOS specific). >=20 > I'd try copying the cisco-6509 directory to something like=20 > "cisco-6509sw", and changing the sysdesc field in the spec=20 > file to 'C6509' or somesuch. Then run the template against=20 > your 6509 and see what fails, and either change or remove it=20 > from the template. >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Tuesday, March 07, 2006 10:43 AM > > To: dev...@li... > > Subject: RE: [Devmon] 6509 problem. > >=20 > > I believe I have the same issue. Not sure if the 6509=20 > template fits my=20 > > 6509s. Checking the sysDescr, I see: > >=20 > > SNMPv2-MIB::sysDescr.0 =3D STRING: Cisco Systems WS-C6509 > > Cisco Catalyst Operating System Software, Version 6.4(2)=20 > Copyright (c)=20 > > 1995-2003 by Cisco Systems > >=20 > > The template is filtering on this string for "c6sup", and > > that is not in > > the above text. That is why the autodetect is not working. I=20 > > am told our > > cisco devices are: > > Model : cisco WS-C6509 > > Model : cisco WS-C6509-E > >=20 > > Would assume these devices respond to different MIBs than=20 > the devices=20 > > the 'out-of-box' cisco-6509 template. I just have not had=20 > time to dig=20 > > further into this, though. > >=20 > > Steven > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Thomas > > > Sent: Tuesday, March 07, 2006 10:18 AM > > > To: dev...@li... > > > Subject: [Devmon] 6509 problem. > > >=20 > > >=20 > > > I have a problem with devmonand my cisco 6509s. They are not auto > > > detected and when I configure DEVMON with model tag I get=20 > > > the following=20 > > > in the logfile > > >=20 > > > [06-03-07@16:01:48] No SNMP data found for ifInDiscards on > > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > > ifOutOctets on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > > found for ifName on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > > data found for ifOutDiscards on cisco6509 [06-03-07@16:01:48]=20 > > > No SNMP data found for ifAlias on cisco6509=20 > > > [06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > > > on ifAliasBox [06-03-07@16:01:48] Missing repeater data for=20 > > > trans_delta on ifOutDps [06-03-07@16:01:48] Missing repeater=20 > > > data for trans_delta on ifOutOps [06-03-07@16:01:48] Data=20 > > > type mismatch for leaf 1 of ifOutOps on=20 > > > cisco6509: 'Missing primary oid data' does not match regex=20 > > > '^[-+]?\d+(\.\d+)?$' > > > [06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > > > cisco6509: 'Missing primary oid data' does not match regex=20 > > > '^[-+]?\d+(\.\d+)?$' > > > [06-03-07@16:01:48] Missing repeater data for trans_delta on=20 > > > ifInDps [06-03-07@16:01:48] Data type mismatch for leaf 1 of=20 > > > ifInDps on=20 > > > cisco6509: 'Missing primary oid data' does not match regex=20 > > > '^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > > > for ifName=20 > > > for if_dsc msg > > > [06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > > CPUTotal5Min on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > > found for ifOperStatNum on cisco6509 [06-03-07@16:01:48] No=20 > > > SNMP data found for ifName on cisco6509 [06-03-07@16:01:48]=20 > > > No SNMP data found for ifAdminStatNum on cisco6509=20 > > > [06-03-07@16:01:48] No SNMP data found for ifAlias on=20 > > > cisco6509 [06-03-07@16:01:48] Missing primary oid data for=20 > > > trans_regsub on ifAliasBox [06-03-07@16:01:48] Missing=20 > > > repeater data for trans_elapsed on=20 > > > ifAdminStatTxt > > > [06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > > > on ifOperStatTxt [06-03-07@16:01:48] Missing repeater data=20 > > > for ifName for if_stat msg [06-03-07@16:01:48] No SNMP data=20 > > > found for FanDescr on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > > data found for FanState on cisco6509 [06-03-07@16:01:48]=20 > > > Missing repeater data for trans_elapsed on FanStatus=20 > > > [06-03-07@16:01:48] Missing repeater data for FanDescr for=20 > > > fans msg [06-03-07@16:01:48] No SNMP data found for ifName on=20 > > > cisco6509 [06-03-07@16:01:48] No SNMP data found for=20 > > > ifOutPktsSec on cisco6509 [06-03-07@16:01:48] No SNMP data=20 > > > found for ifAlias on cisco6509 [06-03-07@16:01:48] No SNMP=20 > > > data found for ifOutCollisions on cisco6509=20 > > > [06-03-07@16:01:48] Missing repeater data for trans_delta on=20 > > > ifOutCps [06-03-07@16:01:48] Missing primary oid data for=20 > > > trans_regsub on ifAliasBox > > >=20 > > > any idea as to what is wrong. Community and SNMP access is > > configured > > > and verified. > > >=20 > > > Best regards, Thomas > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking > > > scripting language that extends applications into web and=20 > > > mobile media. Attend the live webcast and join the prime=20 > > > developer group breaking into this new coding territory!=20 > > > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > > dat=3D121642 > > _______________________________________________ > > Devmon-support mailing list Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking > > scripting language > > that extends applications into web and mobile media. Attend=20 > > the live webcast > > and join the prime developer group breaking into this new=20 > > coding territory! > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Thomas <tlp...@ho...> - 2006-03-07 16:35:48
|
Well its funny. On my 6509 I have problems with the every test and the only thing working is uptime :-| On my 6509-E some thing works like power, fan but not CPU load, port collisions and port names. Did you fix this ? Aiello, Steve (GE, Corporate, consultant) wrote: >I didn't copy, I just hardcoded the device to us the existing 6509 >template. From memory, most/if not all of the existing template did not >work. > >Since then I have been working with polling my F5BigIP & NetApp Filers. >Have had time to revisit the switches yet. > > > >>-----Original Message----- >>From: dev...@li... >>[mailto:dev...@li...] On Behalf >>Of Schwimmer, Eric E *HS >>Sent: Tuesday, March 07, 2006 11:03 AM >>To: dev...@li... >>Subject: RE: [Devmon] 6509 problem. >> >> >> >>Hrm. This could be a different problem that the one Thomas >>was reporting. >> >>You are running CatOS instead of IOS; the template was >>made for a 6509 running in routing mode (with an RSM and SUP >>card). We don't have any 6509s running CatOS, so I'm not going to be >>able to troubleshoot very much. W >> >>hat I can tell you is that, while CatOS uses a different MIB that >>IOS, the templates use mostly generic OIDs that any sane l2 device >>should respond to (a few exceptions being the fan & psu state >>oids, as >>well as the collision counter, all of which are cisco IOS specific). >> >>I'd try copying the cisco-6509 directory to something like >>"cisco-6509sw", and changing the sysdesc field in the spec >>file to 'C6509' or somesuch. Then run the template against >>your 6509 and see what fails, and either change or remove it >>from the template. >> >>-Eric >> >> >> >>>-----Original Message----- >>>From: dev...@li... >>>[mailto:dev...@li...] On Behalf >>>Of Aiello, Steve (GE, Corporate, consultant) >>>Sent: Tuesday, March 07, 2006 10:43 AM >>>To: dev...@li... >>>Subject: RE: [Devmon] 6509 problem. >>> >>>I believe I have the same issue. Not sure if the 6509 >>> >>> >>template fits my >> >> >>>6509s. Checking the sysDescr, I see: >>> >>>SNMPv2-MIB::sysDescr.0 = STRING: Cisco Systems WS-C6509 >>>Cisco Catalyst Operating System Software, Version 6.4(2) >>> >>> >>Copyright (c) >> >> >>>1995-2003 by Cisco Systems >>> >>>The template is filtering on this string for "c6sup", and >>>that is not in >>>the above text. That is why the autodetect is not working. I >>>am told our >>>cisco devices are: >>>Model : cisco WS-C6509 >>>Model : cisco WS-C6509-E >>> >>>Would assume these devices respond to different MIBs than >>> >>> >>the devices >> >> >>>the 'out-of-box' cisco-6509 template. I just have not had >>> >>> >>time to dig >> >> >>>further into this, though. >>> >>>Steven >>> >>> >>> >>>>-----Original Message----- >>>>From: dev...@li... >>>>[mailto:dev...@li...] On Behalf >>>>Of Thomas >>>>Sent: Tuesday, March 07, 2006 10:18 AM >>>>To: dev...@li... >>>>Subject: [Devmon] 6509 problem. >>>> >>>> >>>>I have a problem with devmonand my cisco 6509s. They are not auto >>>>detected and when I configure DEVMON with model tag I get >>>>the following >>>>in the logfile >>>> >>>>[06-03-07@16:01:48] No SNMP data found for ifInDiscards on >>>>cisco6509 [06-03-07@16:01:48] No SNMP data found for >>>>ifOutOctets on cisco6509 [06-03-07@16:01:48] No SNMP data >>>>found for ifName on cisco6509 [06-03-07@16:01:48] No SNMP >>>>data found for ifOutDiscards on cisco6509 [06-03-07@16:01:48] >>>>No SNMP data found for ifAlias on cisco6509 >>>>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>>>on ifAliasBox [06-03-07@16:01:48] Missing repeater data for >>>>trans_delta on ifOutDps [06-03-07@16:01:48] Missing repeater >>>>data for trans_delta on ifOutOps [06-03-07@16:01:48] Data >>>>type mismatch for leaf 1 of ifOutOps on >>>>cisco6509: 'Missing primary oid data' does not match regex >>>>'^[-+]?\d+(\.\d+)?$' >>>>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on >>>>cisco6509: 'Missing primary oid data' does not match regex >>>>'^[-+]?\d+(\.\d+)?$' >>>>[06-03-07@16:01:48] Missing repeater data for trans_delta on >>>>ifInDps [06-03-07@16:01:48] Data type mismatch for leaf 1 of >>>>ifInDps on >>>>cisco6509: 'Missing primary oid data' does not match regex >>>>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data >>>>for ifName >>>>for if_dsc msg >>>>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on >>>>cisco6509 [06-03-07@16:01:48] No SNMP data found for >>>>CPUTotal5Min on cisco6509 [06-03-07@16:01:48] No SNMP data >>>>found for ifOperStatNum on cisco6509 [06-03-07@16:01:48] No >>>>SNMP data found for ifName on cisco6509 [06-03-07@16:01:48] >>>>No SNMP data found for ifAdminStatNum on cisco6509 >>>>[06-03-07@16:01:48] No SNMP data found for ifAlias on >>>>cisco6509 [06-03-07@16:01:48] Missing primary oid data for >>>>trans_regsub on ifAliasBox [06-03-07@16:01:48] Missing >>>>repeater data for trans_elapsed on >>>>ifAdminStatTxt >>>>[06-03-07@16:01:48] Missing repeater data for trans_elapsed >>>>on ifOperStatTxt [06-03-07@16:01:48] Missing repeater data >>>>for ifName for if_stat msg [06-03-07@16:01:48] No SNMP data >>>>found for FanDescr on cisco6509 [06-03-07@16:01:48] No SNMP >>>>data found for FanState on cisco6509 [06-03-07@16:01:48] >>>>Missing repeater data for trans_elapsed on FanStatus >>>>[06-03-07@16:01:48] Missing repeater data for FanDescr for >>>>fans msg [06-03-07@16:01:48] No SNMP data found for ifName on >>>>cisco6509 [06-03-07@16:01:48] No SNMP data found for >>>>ifOutPktsSec on cisco6509 [06-03-07@16:01:48] No SNMP data >>>>found for ifAlias on cisco6509 [06-03-07@16:01:48] No SNMP >>>>data found for ifOutCollisions on cisco6509 >>>>[06-03-07@16:01:48] Missing repeater data for trans_delta on >>>>ifOutCps [06-03-07@16:01:48] Missing primary oid data for >>>>trans_regsub on ifAliasBox >>>> >>>>any idea as to what is wrong. Community and SNMP access is >>>> >>>> >>>configured >>> >>> >>>>and verified. >>>> >>>>Best regards, Thomas >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by xPML, a groundbreaking >>>>scripting language that extends applications into web and >>>>mobile media. Attend the live webcast and join the prime >>>>developer group breaking into this new coding territory! >>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720& >>>> >>>> >>>dat=121642 >>>_______________________________________________ >>>Devmon-support mailing list Dev...@li... >>>https://lists.sourceforge.net/lists/listinfo/devmon-support >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by xPML, a groundbreaking >>>scripting language >>>that extends applications into web and mobile media. Attend >>>the live webcast >>>and join the prime developer group breaking into this new >>>coding territory! >>>http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 >>>_______________________________________________ >>>Devmon-support mailing list >>>Dev...@li... >>>https://lists.sourceforge.net/lists/listinfo/devmon-support >>> >>> >>> >>------------------------------------------------------- >>This SF.Net email is sponsored by xPML, a groundbreaking >>scripting language >>that extends applications into web and mobile media. Attend >>the live webcast >>and join the prime developer group breaking into this new >>coding territory! >>http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 >>_______________________________________________ >>Devmon-support mailing list >>Dev...@li... >>https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 >_______________________________________________ >Devmon-support mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devmon-support > > |
|
From: Johann E. <joh...@te...> - 2006-03-08 08:13:09
|
Schwimmer, Eric E *HS wrote: >Hrm. This could be a different problem that the one Thomas was >reporting. > >You are running CatOS instead of IOS; the template was >made for a 6509 running in routing mode (with an RSM and SUP card). >We don't have any 6509s running CatOS, so I'm not going to be >able to troubleshoot very much. W > >hat I can tell you is that, while CatOS uses a different MIB that >IOS, the templates use mostly generic OIDs that any sane l2 device >should respond to (a few exceptions being the fan & psu state oids, as >well as the collision counter, all of which are cisco IOS specific). > >I'd try copying the cisco-6509 directory to something like >"cisco-6509sw", >and changing the sysdesc field in the spec file to 'C6509' or somesuch. >Then run the template against your 6509 and see what fails, and either >change or remove it from the template. > >-Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
|
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 16:29:31
|
I supposed the specs for the 6509 should be changed to match both the supervisor cards answer, as well as the CatOS answer. So "sysdesc c6sup|C6509" should match both. -Eric=20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Thomas > Sent: Tuesday, March 07, 2006 11:18 AM > To: dev...@li... > Subject: Re: [Devmon] 6509 problem. >=20 > I an afraid the problem is the same... I am also running CatOS. >=20 > Schwimmer, Eric E *HS wSNMPv2-MIB::sysDescr.0 =3D STRING: Cisco = Systems=20 > WS-C6509 > Cisco Catalyst Operating System Software, Version 6.3(1) > Copyright (c) 1995-2001 by Cisco Systems >=20 > I will try to look more at a copied version. > wrote: >=20 > >It looks like devmon cant snmp query the 6509 in question. To start > >off, I would try and confirm that you can query the 6509 from > >the command line of the machine that you are running Devmon on. > > > >% snmpget -c <rocid> -v2c <routername> sysDescr.0 > > > >If you get back a system Descr, it might be a problem with your > >Devmon config; if you can't, it sounds like you are having > >trouble reaching your router, in which case you might want > >to check your snmp-server statements and any referenced ACLs > >on your 6509. > > > >-Eric > > > > =20 > > > >>-----Original Message----- > >>From: dev...@li...=20 > >>[mailto:dev...@li...] On Behalf=20 > >>Of Thomas > >>Sent: Tuesday, March 07, 2006 10:18 AM > >>To: dev...@li... > >>Subject: [Devmon] 6509 problem. > >> > >>I have a problem with devmonand my cisco 6509s. They are not auto=20 > >>detected and when I configure DEVMON with model tag I get=20 > >>the following=20 > >>in the logfile > >> > >>[06-03-07@16:01:48] No SNMP data found for ifInDiscards on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutOctets on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutDiscards on=20 > cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutDps > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutOps > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$' > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$' > >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifInDps > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > >>for ifName=20 > >>for if_dsc msg > >>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > >>cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for CPUTotal5Min on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOperStatNum on=20 > cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAdminStatNum=20 > on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed on=20 > >>ifAdminStatTxt > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > >>on ifOperStatTxt > >>[06-03-07@16:01:48] Missing repeater data for ifName for if_stat msg > >>[06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > >>on FanStatus > >>[06-03-07@16:01:48] Missing repeater data for FanDescr for fans msg > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutPktsSec on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutCollisions on=20 > >>cisco6509 > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutCps > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >> > >>any idea as to what is wrong. Community and SNMP access is=20 > configured=20 > >>and verified. > >> > >>Best regards, Thomas > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by xPML, a groundbreaking=20 > >>scripting language > >>that extends applications into web and mobile media. Attend=20 > >>the live webcast > >>and join the prime developer group breaking into this new=20 > >>coding territory! > >>http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > >>dat=3D121642 > >>_______________________________________________ > >>Devmon-support mailing list > >>Dev...@li... > >>https://lists.sourceforge.net/lists/listinfo/devmon-support > >> > >> =20 > >> > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > >that extends applications into web and mobile media. Attend=20 > the live webcast > >and join the prime developer group breaking into this new=20 > coding territory! > = >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > >_______________________________________________ > >Devmon-support mailing list > >Dev...@li... > >https://lists.sourceforge.net/lists/listinfo/devmon-support > > =20 > > >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 16:41:32
|
The quick fix for the 64bit counter problem was to add "use Math::BigInt;" before the line in modules/dm_tests.pm that said "use Storable qw(freeze thaw);" -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Thomas > Sent: Tuesday, March 07, 2006 11:31 AM > To: dev...@li... > Subject: Re: [Devmon] 6509 problem. >=20 > At least some of the problem seems to be related to the thead=20 > "Counter64=20 > stat" as I am also running perl-5.8.0-88.9 and storable 2.06 >=20 > although the log gives >=20 > No SNMP data found for ifOutOctets on cisco6509 >=20 > I can still run it by hand and get responce. >=20 > IF-MIB::ifOutOctets.1 =3D Counter32: 0 > IF-MIB::ifOutOctets.2 =3D Counter32: 0 > IF-MIB::ifOutOctets.3 =3D Counter32: 2111985121 > IF-MIB::ifOutOctets.4 =3D Counter32: 437810566 >=20 > so maybe this is related ? how did you include the=20 > storable.pm in the post before without upgrading perl ? >=20 > Schwimmer, Eric E *HS wrote: >=20 > >It looks like devmon cant snmp query the 6509 in question. =20 > To startl-5.8.0-88.9 > >off, I would try and confirm that you can query the 6509 from > >the command line of the machine that you are running Devmon on. > > > >% snmpget -c <rocid> -v2c <routername> sysDescr.0 > > > >If you get back a system Descr, it might be a problem with your > >Devmon config; if you can't, it sounds like you are having > >trouble reaching your router, in which case you might want > >to check your snmp-server statements and any referenced ACLs > >on your 6509. > > > >-Eric > > > > =20 > > > >>-----Original Message----- > >>From: dev...@li...=20 > >>[mailto:dev...@li...] On Behalf=20 > >>Of Thomas > >>Sent: Tuesday, March 07, 2006 10:18 AM > >>To: dev...@li... > >>Subject: [Devmon] 6509 problem. > >> > >>I have a problem with devmonand my cisco 6509s. They are not auto=20 > >>detected and when I configure DEVMON with model tag I get=20 > >>the following=20 > >>in the logfile > >> > >>[06-03-07@16:01:48] No SNMP data found for ifInDiscards on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutOctets on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutDiscards on=20 > cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutDps > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutOps > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$' > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$' > >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifInDps > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on=20 > >>cisco6509: 'Missing primary oid data' does not match regex=20 > >>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > >>for ifName=20 > >>for if_dsc msg > >>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > >>cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for CPUTotal5Min on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOperStatNum on=20 > cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAdminStatNum=20 > on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed on=20 > >>ifAdminStatTxt > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > >>on ifOperStatTxt > >>[06-03-07@16:01:48] Missing repeater data for ifName for if_stat msg > >>[06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > >>on FanStatus > >>[06-03-07@16:01:48] Missing repeater data for FanDescr for fans msg > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutPktsSec on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > >>[06-03-07@16:01:48] No SNMP data found for ifOutCollisions on=20 > >>cisco6509 > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifOutCps > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub=20 > >>on ifAliasBox > >> > >>any idea as to what is wrong. Community and SNMP access is=20 > configured=20 > >>and verified. > >> > >>Best regards, Thomas > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by xPML, a groundbreaking=20 > >>scripting language > >>that extends applications into web and mobile media. Attend=20 > >>the live webcast > >>and join the prime developer group breaking into this new=20 > >>coding territory! > >>http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > >>dat=3D121642 > >>_______________________________________________ > >>Devmon-support mailing list > >>Dev...@li... > >>https://lists.sourceforge.net/lists/listinfo/devmon-support > >> > >> =20 > >> > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > >that extends applications into web and mobile media. Attend=20 > the live webcast > >and join the prime developer group breaking into this new=20 > coding territory! > = >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > >_______________________________________________ > >Devmon-support mailing list > >Dev...@li... > >https://lists.sourceforge.net/lists/listinfo/devmon-support > > =20 > > >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-07 16:48:52
|
For myself (I have the counter64 Fix), that really didn't help. The one switch I am testing on is very unhappy with polling, when using the existing 6509 template. I just figured I would have to use it as a guide and try to find the same info in other OIDS. For those curious, the existing template throws the following errors: [06-03-07@11:42:30] ERROR: Error walking 1.3.6.1.4.1.9.9.13.1.4.1.3 for SWITCH (no response received) [06-03-07@11:42:30] ERROR: Failed too many queries on SWITCH, aborting query [06-03-07@11:42:30] ERROR: Error walking 1.3.6.1.4.1.9.2.2.1.1.25 for SWITCH (no response received) [06-03-07@11:42:30] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.18 for SWITCH (no response received) [06-03-07@11:42:30] Performing test logic [06-03-07@11:42:30] No SNMP data found for ifInDiscards on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOutOctets on SWITCH [06-03-07@11:42:30] No SNMP data found for ifName on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOutDiscards on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAlias on SWITCH [06-03-07@11:42:30] Missing primary oid data for trans_regsub on ifAliasBox [06-03-07@11:42:30] Missing primary oid data for trans_math on ifOutBits [06-03-07@11:42:30] Missing repeater data for trans_delta on ifOutDps [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutBits on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutDps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing repeater data for trans_delta on ifInDps [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifInDps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing repeater data for ifName for if_dsc msg [06-03-07@11:42:30] No SNMP data found for sysReloadReason on SWITCH [06-03-07@11:42:30] No SNMP data found for CPUTotal5Min on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOperStatNum on SWITCH [06-03-07@11:42:30] No SNMP data found for ifName on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAdminStatNum on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAlias on SWITCH [06-03-07@11:42:30] Missing primary oid data for trans_regsub on ifAliasBox [06-03-07@11:42:30] Missing repeater data for trans_elapsed on ifAdminStatTxt [06-03-07@11:42:30] Missing repeater data for trans_elapsed on ifOperStatTxt [06-03-07@11:42:30] Missing repeater data for ifName for if_stat msg [06-03-07@11:42:30] No SNMP data found for FanDescr on SWITCH [06-03-07@11:42:30] No SNMP data found for FanState on SWITCH [06-03-07@11:42:30] Missing repeater data for trans_elapsed on FanStatus [06-03-07@11:42:30] Missing repeater data for FanDescr for fans msg [06-03-07@11:42:30] No SNMP data found for ifName on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOutPktsSec on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAlias on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOutCollisions on SWITCH [06-03-07@11:42:30] Missing repeater data for trans_delta on ifOutCps [06-03-07@11:42:30] Missing primary oid data for trans_regsub on ifAliasBox [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutCps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutCps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing repeater data for ifName for if_col msg [06-03-07@11:42:30] No SNMP data found for PsuState on SWITCH [06-03-07@11:42:30] No SNMP data found for PsuDescr on SWITCH [06-03-07@11:42:30] Missing repeater data for trans_elapsed on PsuStatus [06-03-07@11:42:30] Missing repeater data for PsuDescr for power msg [06-03-07@11:42:30] No SNMP data found for ifOutErrors on SWITCH [06-03-07@11:42:30] No SNMP data found for ifInErrors on SWITCH [06-03-07@11:42:30] No SNMP data found for ifOutOctets on SWITCH [06-03-07@11:42:30] No SNMP data found for ifName on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAlias on SWITCH [06-03-07@11:42:30] Missing repeater data for trans_delta on ifInEps [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifInEps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing repeater data for trans_delta on ifOutEps [06-03-07@11:42:30] Missing primary oid data for trans_math on ifOutBits [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutBits on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutEps on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing primary oid data for trans_regsub on ifAliasBox [06-03-07@11:42:30] Missing repeater data for ifName for if_err msg [06-03-07@11:42:30] No SNMP data found for ifOutOctets on SWITCH [06-03-07@11:42:30] No SNMP data found for ifName on SWITCH [06-03-07@11:42:30] No SNMP data found for ifAlias on SWITCH [06-03-07@11:42:30] Missing primary oid data for trans_regsub on ifAliasBox [06-03-07@11:42:30] Missing primary oid data for trans_math on ifOutBits [06-03-07@11:42:30] Data type mismatch for leaf 1 of ifOutBits on SWITCH: 'Missing primary oid data' does not match regex '^[-+]?\d+(\.\d+)?$' [06-03-07@11:42:30] Missing repeater data for ifName for if_load msg [06-03-07@11:42:30] Done with test logic > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 11:41 AM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 >=20 >=20 > The quick fix for the 64bit counter problem was to add > "use Math::BigInt;" before the line in modules/dm_tests.pm > that said "use Storable qw(freeze thaw);" >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Thomas > > Sent: Tuesday, March 07, 2006 11:31 AM > > To: dev...@li... > > Subject: Re: [Devmon] 6509 problem. > >=20 > > At least some of the problem seems to be related to the thead > > "Counter64=20 > > stat" as I am also running perl-5.8.0-88.9 and storable 2.06 > >=20 > > although the log gives > >=20 > > No SNMP data found for ifOutOctets on cisco6509 > >=20 > > I can still run it by hand and get responce. > >=20 > > IF-MIB::ifOutOctets.1 =3D Counter32: 0 > > IF-MIB::ifOutOctets.2 =3D Counter32: 0 > > IF-MIB::ifOutOctets.3 =3D Counter32: 2111985121=20 > IF-MIB::ifOutOctets.4 =3D=20 > > Counter32: 437810566 > >=20 > > so maybe this is related ? how did you include the > > storable.pm in the post before without upgrading perl ? > >=20 > > Schwimmer, Eric E *HS wrote: > >=20 > > >It looks like devmon cant snmp query the 6509 in question. > > To startl-5.8.0-88.9 > > >off, I would try and confirm that you can query the 6509 from the=20 > > >command line of the machine that you are running Devmon on. > > > > > >% snmpget -c <rocid> -v2c <routername> sysDescr.0 > > > > > >If you get back a system Descr, it might be a problem with your=20 > > >Devmon config; if you can't, it sounds like you are=20 > having trouble=20 > > >reaching your router, in which case you might want to check your=20 > > >snmp-server statements and any referenced ACLs on your 6509. > > > > > >-Eric > > > > > > =20 > > > > > >>-----Original Message----- > > >>From: dev...@li... > > >>[mailto:dev...@li...] On Behalf=20 > > >>Of Thomas > > >>Sent: Tuesday, March 07, 2006 10:18 AM > > >>To: dev...@li... > > >>Subject: [Devmon] 6509 problem. > > >> > > >>I have a problem with devmonand my cisco 6509s. They are not auto > > >>detected and when I configure DEVMON with model tag I get=20 > > >>the following=20 > > >>in the logfile > > >> > > >>[06-03-07@16:01:48] No SNMP data found for ifInDiscards=20 > on cisco6509=20 > > >>[06-03-07@16:01:48] No SNMP data found for ifOutOctets on=20 > cisco6509=20 > > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509=20 > > >>[06-03-07@16:01:48] No SNMP data found for ifOutDiscards on > > cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509=20 > > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub on=20 > > >>ifAliasBox [06-03-07@16:01:48] Missing repeater data for=20 > trans_delta > > on ifOutDps > > >>[06-03-07@16:01:48] Missing repeater data for trans_delta > > on ifOutOps > > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on > > >>cisco6509: 'Missing primary oid data' does not match regex=20 > > >>'^[-+]?\d+(\.\d+)?$' > > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on=20 > > >>cisco6509: 'Missing primary oid data' does not match regex=20 > > >>'^[-+]?\d+(\.\d+)?$' > > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > on ifInDps > > >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on=20 > > >>cisco6509: 'Missing primary oid data' does not match regex=20 > > >>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data=20 > > >>for ifName=20 > > >>for if_dsc msg > > >>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on=20 > > >>cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for CPUTotal5Min=20 > on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifOperStatNum on=20 > > cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509=20 > > >>[06-03-07@16:01:48] No SNMP data found for ifAdminStatNum > > on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509=20 > > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub on=20 > > >>ifAliasBox [06-03-07@16:01:48] Missing repeater data for=20 > > >>trans_elapsed on ifAdminStatTxt > > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > > >>on ifOperStatTxt > > >>[06-03-07@16:01:48] Missing repeater data for ifName for=20 > if_stat msg > > >>[06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 > > >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed=20 > > >>on FanStatus > > >>[06-03-07@16:01:48] Missing repeater data for FanDescr=20 > for fans msg > > >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifOutPktsSec=20 > on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 > > >>[06-03-07@16:01:48] No SNMP data found for ifOutCollisions on=20 > > >>cisco6509 > > >>[06-03-07@16:01:48] Missing repeater data for trans_delta=20 > > on ifOutCps > > >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub > > >>on ifAliasBox > > >> > > >>any idea as to what is wrong. Community and SNMP access is > > configured > > >>and verified. > > >> > > >>Best regards, Thomas > > >> > > >> > > >>------------------------------------------------------- > > >>This SF.Net email is sponsored by xPML, a groundbreaking > > >>scripting language > > >>that extends applications into web and mobile media. Attend=20 > > >>the live webcast > > >>and join the prime developer group breaking into this new=20 > > >>coding territory! > > = >>http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > > >>dat=3D121642 > > >>_______________________________________________ > > >>Devmon-support mailing list > > >>Dev...@li... > > >>https://lists.sourceforge.net/lists/listinfo/devmon-support > > >> > > >> =20 > > >> > > > > > > > > >------------------------------------------------------- > > >This SF.Net email is sponsored by xPML, a groundbreaking > > scripting language > > >that extends applications into web and mobile media. Attend > > the live webcast > > >and join the prime developer group breaking into this new > > coding territory! > > = >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > > >_______________________________________________ > > >Devmon-support mailing list Dev...@li... > > >https://lists.sourceforge.net/lists/listinfo/devmon-support > > > =20 > > > > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking > > scripting language > > that extends applications into web and mobile media. Attend=20 > > the live webcast > > and join the prime developer group breaking into this new=20 > > coding territory! > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > > dat=3D121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-07 16:52:41
Attachments:
devmon.log
|
That email was pretty ugly to read, so attaching log. > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Tuesday, March 07, 2006 11:48 AM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 >=20 > For myself (I have the counter64 Fix), that really didn't=20 > help. The one switch I am testing on is very unhappy with=20 > polling, when using the existing 6509 template. I just=20 > figured I would have to use it as a guide and try to find the=20 > same info in other OIDS. >=20 > For those curious, the existing template throws the following errors: |
|
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 17:04:47
|
When you query it by hand, does it respond to both snmp v1 & v2? -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Tuesday, March 07, 2006 11:52 AM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 > That email was pretty ugly to read, so attaching log. >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Tuesday, March 07, 2006 11:48 AM > > To: dev...@li... > > Subject: RE: [Devmon] 6509 problem. > >=20 > >=20 > > For myself (I have the counter64 Fix), that really didn't=20 > > help. The one switch I am testing on is very unhappy with=20 > > polling, when using the existing 6509 template. I just=20 > > figured I would have to use it as a guide and try to find the=20 > > same info in other OIDS. > >=20 > > For those curious, the existing template throws the=20 > following errors: >=20 |
|
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-07 17:56:56
|
1.3.6.1.4.1.9.9.13.1.4.1.3 - No Such Object available on this agent at this OID 1.3.6.1.4.1.9.2.2.1.1.25 - No Such Object available on this agent at this OID 1.3.6.1.2.1.31.1.1.1.18 - No Such Object available on this agent at this OID > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 12:05 PM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 >=20 >=20 > When you query it by hand, does it respond to both snmp v1 & v2? >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Tuesday, March 07, 2006 11:52 AM > > To: dev...@li... > > Subject: RE: [Devmon] 6509 problem. > >=20 > > That email was pretty ugly to read, so attaching log. > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Aiello, Steve (GE, Corporate, consultant) > > > Sent: Tuesday, March 07, 2006 11:48 AM > > > To: dev...@li... > > > Subject: RE: [Devmon] 6509 problem. > > >=20 > > >=20 > > > For myself (I have the counter64 Fix), that really didn't > > > help. The one switch I am testing on is very unhappy with=20 > > > polling, when using the existing 6509 template. I just=20 > > > figured I would have to use it as a guide and try to find the=20 > > > same info in other OIDS. > > >=20 > > > For those curious, the existing template throws the > > following errors: > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language that extends applications into web and=20 > mobile media. Attend the live webcast and join the prime=20 > developer group breaking into this new coding territory!=20 > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
|
From: <joh...@on...> - 2006-03-08 09:39:32
|
Schwimmer, Eric E *HS wrote: > Hrm. This could be a different problem that the one Thomas was > reporting. > > You are running CatOS instead of IOS; the template was > made for a 6509 running in routing mode (with an RSM and SUP card). > We don't have any 6509s running CatOS, so I'm not going to be able to troubleshoot very much. W > > hat I can tell you is that, while CatOS uses a different MIB that IOS, the templates use mostly generic OIDs that any sane l2 device should respond to (a few exceptions being the fan & psu state oids, as well as the collision counter, all of which are cisco IOS specific). > > I'd try copying the cisco-6509 directory to something like > "cisco-6509sw", > and changing the sysdesc field in the spec file to 'C6509' or somesuch. > Then run the template against your 6509 and see what fails, and either > change or remove it from the template. > > -Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
|
From: Thomas <tlp...@ho...> - 2006-03-07 16:17:52
|
I an afraid the problem is the same... I am also running CatOS. Schwimmer, Eric E *HS wSNMPv2-MIB::sysDescr.0 = STRING: Cisco Systems WS-C6509 Cisco Catalyst Operating System Software, Version 6.3(1) Copyright (c) 1995-2001 by Cisco Systems I will try to look more at a copied version. wrote: >It looks like devmon cant snmp query the 6509 in question. To start >off, I would try and confirm that you can query the 6509 from >the command line of the machine that you are running Devmon on. > >% snmpget -c <rocid> -v2c <routername> sysDescr.0 > >If you get back a system Descr, it might be a problem with your >Devmon config; if you can't, it sounds like you are having >trouble reaching your router, in which case you might want >to check your snmp-server statements and any referenced ACLs >on your 6509. > >-Eric > > > >>-----Original Message----- >>From: dev...@li... >>[mailto:dev...@li...] On Behalf >>Of Thomas >>Sent: Tuesday, March 07, 2006 10:18 AM >>To: dev...@li... >>Subject: [Devmon] 6509 problem. >> >>I have a problem with devmonand my cisco 6509s. They are not auto >>detected and when I configure DEVMON with model tag I get >>the following >>in the logfile >> >>[06-03-07@16:01:48] No SNMP data found for ifInDiscards on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutOctets on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutDiscards on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutDps >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutOps >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$' >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$' >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifInDps >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data >>for ifName >>for if_dsc msg >>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on >>cisco6509 >>[06-03-07@16:01:48] No SNMP data found for CPUTotal5Min on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOperStatNum on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAdminStatNum on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed on >>ifAdminStatTxt >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed >>on ifOperStatTxt >>[06-03-07@16:01:48] Missing repeater data for ifName for if_stat msg >>[06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed >>on FanStatus >>[06-03-07@16:01:48] Missing repeater data for FanDescr for fans msg >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutPktsSec on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutCollisions on >>cisco6509 >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutCps >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >> >>any idea as to what is wrong. Community and SNMP access is configured >>and verified. >> >>Best regards, Thomas >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by xPML, a groundbreaking >>scripting language >>that extends applications into web and mobile media. Attend >>the live webcast >>and join the prime developer group breaking into this new >>coding territory! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720& >>dat=121642 >>_______________________________________________ >>Devmon-support mailing list >>Dev...@li... >>https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 >_______________________________________________ >Devmon-support mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devmon-support > > |
|
From: Thomas <tlp...@ho...> - 2006-03-07 16:30:55
|
At least some of the problem seems to be related to the thead "Counter64 stat" as I am also running perl-5.8.0-88.9 and storable 2.06 although the log gives No SNMP data found for ifOutOctets on cisco6509 I can still run it by hand and get responce. IF-MIB::ifOutOctets.1 = Counter32: 0 IF-MIB::ifOutOctets.2 = Counter32: 0 IF-MIB::ifOutOctets.3 = Counter32: 2111985121 IF-MIB::ifOutOctets.4 = Counter32: 437810566 so maybe this is related ? how did you include the storable.pm in the post before without upgrading perl ? Schwimmer, Eric E *HS wrote: >It looks like devmon cant snmp query the 6509 in question. To startl-5.8.0-88.9 >off, I would try and confirm that you can query the 6509 from >the command line of the machine that you are running Devmon on. > >% snmpget -c <rocid> -v2c <routername> sysDescr.0 > >If you get back a system Descr, it might be a problem with your >Devmon config; if you can't, it sounds like you are having >trouble reaching your router, in which case you might want >to check your snmp-server statements and any referenced ACLs >on your 6509. > >-Eric > > > >>-----Original Message----- >>From: dev...@li... >>[mailto:dev...@li...] On Behalf >>Of Thomas >>Sent: Tuesday, March 07, 2006 10:18 AM >>To: dev...@li... >>Subject: [Devmon] 6509 problem. >> >>I have a problem with devmonand my cisco 6509s. They are not auto >>detected and when I configure DEVMON with model tag I get >>the following >>in the logfile >> >>[06-03-07@16:01:48] No SNMP data found for ifInDiscards on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutOctets on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutDiscards on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutDps >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutOps >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutOps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$' >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifOutDps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$' >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifInDps >>[06-03-07@16:01:48] Data type mismatch for leaf 1 of ifInDps on >>cisco6509: 'Missing primary oid data' does not match regex >>'^[-+]?\d+(\.\d+)?$'[06-03-07@16:01:48] Missing repeater data >>for ifName >>for if_dsc msg >>[06-03-07@16:01:48] No SNMP data found for sysReloadReason on >>cisco6509 >>[06-03-07@16:01:48] No SNMP data found for CPUTotal5Min on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOperStatNum on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAdminStatNum on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed on >>ifAdminStatTxt >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed >>on ifOperStatTxt >>[06-03-07@16:01:48] Missing repeater data for ifName for if_stat msg >>[06-03-07@16:01:48] No SNMP data found for FanDescr on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for FanState on cisco6509 >>[06-03-07@16:01:48] Missing repeater data for trans_elapsed >>on FanStatus >>[06-03-07@16:01:48] Missing repeater data for FanDescr for fans msg >>[06-03-07@16:01:48] No SNMP data found for ifName on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutPktsSec on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifAlias on cisco6509 >>[06-03-07@16:01:48] No SNMP data found for ifOutCollisions on >>cisco6509 >>[06-03-07@16:01:48] Missing repeater data for trans_delta on ifOutCps >>[06-03-07@16:01:48] Missing primary oid data for trans_regsub >>on ifAliasBox >> >>any idea as to what is wrong. Community and SNMP access is configured >>and verified. >> >>Best regards, Thomas >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by xPML, a groundbreaking >>scripting language >>that extends applications into web and mobile media. Attend >>the live webcast >>and join the prime developer group breaking into this new >>coding territory! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720& >>dat=121642 >>_______________________________________________ >>Devmon-support mailing list >>Dev...@li... >>https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 >_______________________________________________ >Devmon-support mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devmon-support > > |