10-23-2009 01:41 PM
Hi,
The DFM 2.0.10 Device Details for C6509 switch shows CPU as managed, however shows utilization as unavailable. We want to set up alerts for CPU spike and it is not working as data is not being captured.
Any idea or pointers in the right direction is highly appreciated.
Thank you in advance.
Solved! Go to Solution.
10-26-2009 07:47 PM
Something is wrong with your SNMPv3 config. Reconfigure SNMPv3 with something like:
snmp-server group cwpriv v3 auth read v1default notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.0000000F
snmp-server user nwadmin cwpriv v3 auth ALGO PASSWORD
Where ALGO is one of md5 or sha and PASSWORD is the SNMPv3 authNoPriv password. That should allow you to poll this device.
10-23-2009 01:48 PM
Start a sniffer trace filtering on udp/161 traffic to this switch, and let it run for at least eight minutes. That should capture two polling cycles. Post the capture file.
10-23-2009 06:12 PM
10-23-2009 06:24 PM
There was no filter applied. What is the IP address of the switch in question?
10-23-2009 07:51 PM
Oops - switch IP is 172.23.1.2
Thank you.
10-24-2009 07:17 AM
It appears you have misconfigured this device as all of the SNMP responses are coming back as noSuchObject. Post the show run from this switch.
10-24-2009 10:37 AM
10-24-2009 03:56 PM
Remove this line:
snmp-server view v1default ciscoFlashMIB excluded
Then rediscover the device in DFM, and see if the CPU data is found after four minutes.
10-26-2009 07:29 AM
Thank you.
I removed the line and did a rediscovery for the CORE devices in DFM, but it is still showing the CPU Util as unavailable.
If I remember correct, I had similar issue for ASA with DFM 2.0.10 last year and TAC had a patch from DEV group applied to oid2type_Cisco.conf file, which I was asked to replace the one in
Thanks again for looking into this.
10-26-2009 09:43 AM
Post the new sniffer trace.
10-26-2009 02:01 PM
10-26-2009 02:37 PM
The device is still replying with noSuchObject. Post the output of "show snmp user", "show snmp group", and "show snmp view" from this switch.
10-26-2009 07:37 PM
10-26-2009 07:47 PM
Something is wrong with your SNMPv3 config. Reconfigure SNMPv3 with something like:
snmp-server group cwpriv v3 auth read v1default notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.0000000F
snmp-server user nwadmin cwpriv v3 auth ALGO PASSWORD
Where ALGO is one of md5 or sha and PASSWORD is the SNMPv3 authNoPriv password. That should allow you to poll this device.
10-27-2009 08:24 AM
Thank you.
"snmp-server user nwadmin cwpriv v3 auth md5 c1db5z3" is what I had initially which does not show up in the config.
The first line worked I think as I saw the test CPU util alert I set up with 1% thershold firing immediately.
Let me monitor this further and update.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide