05-28-2020 10:15 AM
Hello,
I am trying to setup SNMP v3 on our Catalyst 2960 switches.
I got the configuration setup and it`s working. But I noticed SNMP information can be pulled from other NMS if correct credentials are provided.
Below is my SNMP config on Catalyst 2960( We have various 2960s in our production network)
snmp-server engineID remote 10.X.X.X <engineID>
snmp-server group <groupname> v3 priv
snmp-server user <username> <groupname> remote 10.X.X.X v3 auth sha <password1> priv aes 128 <password2>
snmp-server host 10.X.X.X version 3 priv <username>
I would like to only allow 1 NMS to poll the SNMP information and restrict others from polling.
Solved! Go to Solution.
05-28-2020 10:28 AM
Hi,
You should be able to add an access-list.
See link with an example:
https://community.cisco.com/t5/switching/snmp-v3-access-list-with-3850-switch/td-p/3840283
HTH
05-28-2020 10:28 AM
Hi,
You should be able to add an access-list.
See link with an example:
https://community.cisco.com/t5/switching/snmp-v3-access-list-with-3850-switch/td-p/3840283
HTH
05-28-2020 10:41 AM
Adding the ACL fixed the issue
access-list 10 permit host 10.X.X.X
access-list 10 deny any
snmp-server group <groupname> v3 priv access 10
snmp-server user <username><groupname> v3 auth sha <password1> priv aes 128 <password2> access 10
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