cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
291
Views
0
Helpful
2
Replies

ACL on IOS switch

kabyar
Level 1
Level 1

Hi All,

I'd like to control SNMP acces to 3524XL switch from one particular server only and deny access to all workstation. How can we put the access list? I can configure easily on CatOS switches. Please guide me how to do it.

Thanks,

2 Replies 2

bbranch
Level 3
Level 3

Define the ACL with the IP address of the server and apply it to the community string:

access-list 98 permit 10.1.1.2

access-list 98 deny any log

!

access-list 99 permit 10.1.1.1

access-list 99 deny any log

!

snmp-server community xxx

snmp-server community xxxx

the above example would only allow the server 10.1.1.1 to have Read Write access and 10.1.1.2 Read Only access.

Thanks for your reply. I can block those unwanted host for SNMP access.

Review Cisco Networking for a $25 gift card