Hello Peeps,
Can you please help me if I missed anything?
We've tried configuring SNMP on our device but the monitoring tool was not able to do SNMP walk on it.
Configuration:
snmp-server group testmonitoring v3 priv access SNMP-ACL
snmp-server user testmonitoring testmonitoring v3 auth sha (PASSWORD) priv aes 128 (PASSWORD)
ip access-list standard SNMP-ACL
10 permit <ip of monitoring tool>
20 permit <ip of monitoring tool2>
30 deny any
exit
When sh snmp user, see result
User name: testmonitoring
Engine ID: 800000090300A03D6E11B480
storage-type: nonvolatile active
Authentication Protocol: SHA
Privacy Protocol: AES128
Group-name: testmonitoring
We've tried removing the access-list and just add the snmp config. Also tried re-adding/re-configuring but no avail.
Are we missing anything else? Same config is working on other device - just this one.
Device Model is C9300-24T running on IOS 16.12.4.
Thank you!