09-16-2016 12:32 PM
In the device rediscovery process I'm experiencing inconsistent snmp collection results. At one time or another
22 devices (3750,3850,4500 switches and 2900 and ASR1001 routers) have been successfully discovered/rediscovered by the PI,
only to later fail snmp collection with no changes in the PI snmp discovery settings
or device configuration, (with ping and CLI/SSH being successful)
Here is a representative sample of the device configuration
snmp-server engineID local 123456789012
snmp-server group campusgroup v3 auth read campusview access 1
snmp-server view campusgroup system included
snmp-server view campusgroup interfaces included
snmp-server trap-source Vlan22
snmp-server enable traps license
!
snmp-server user snmp campusgroup v3 auth sha password1234 priv aes 128 pasword5678 access 1
!
access-list 1 permit 192.168.1.0 0.0.0.255
The PI is configured with a credential profile having the snmp user name privauth passphrase and
target is the device subnet 192.168.1.*
Sometimes snmp collection works, sometimes it doesn't, I've deconfigured/ reconfigured snmp on routers,switches, and the PI many time over
Any ideas/suggestions would be greatly appreciated
12-07-2016 11:36 AM
I thought we had that problem too, but found that someone had put snmp-server engineID local statically in the config and used the same one on multiple devices instead of letting the device to it automatically off the OID and mac of the first interface. I removed that line from the config and put the snmp user in again and it worked. PI was seeing the same engine ID for multiple devices, that is why at one time it would pass snmp and another say it could not talk to it with SNMP.
05-30-2017 01:20 AM
Hi Terence;
This was exactly the issue for inconsistent SNMP connectivity from PRIME. Resolved by running "no snmp-server engineID local" on the polled devices.
Thanks!
12-07-2016 11:38 AM
Cheers!
01-26-2018 07:46 AM - edited 01-29-2018 08:23 AM
I am experiencing a similar issue on PI 3.3
I have added multiple Catalyst 9300's and they all verify snmpv3 correctly, but will lose snmp reachability within 10 mins.
I can bulk select or individually select all units and verify credentials and reachability is restored upon resync. (Then will drop again soon thereafter)
I have a 5520 WLC with snmpv3 that does not experience this issue, which makes me think there's an issue with the 9300 configs. I verified that the snmp engineID are not set statically on all the switches, and are all different.
Note: This is a brand new installation of PI, and was updated to 3.3 before any inventory was added. Also, devices on snmpv2c do not have this issue.
Edit: This seems to be occurring with aes-192 encryption, and not aes-128
Any suggestions?
02-11-2018 11:09 AM
I have the same issue exactly, may i know if you are able to resolve it ?
02-12-2018 06:29 AM
I haven't found a solution. I ended up just throwing all the affected devices on aes-128 since that seems to work properly.
02-15-2018 03:11 AM
Thanks dear, I opened TAC case and they are still working on it.
02-23-2018 01:56 AM
Cisco Prime 3.3 only support AES-128, not AES-192.
03-08-2018 11:10 AM
04-12-2018 07:07 AM
01-16-2020 11:32 PM
Hi all,
Switch side;
Switch(config)#snmp-server group ( group name ) v3 priv
Switch(config)#snmp-server user (username) ( group name ) v3 aut md5 (password) priv aes 128 (password)
Cisco Prime Side:
01-16-2020 11:50 PM
i was struggling with this for hours, thanks for the info!
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