cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ACL to allow SNMP traffic

HMidkiff
Level 1
Level 1

I created an ACL to allow SNMP traffic through.  Once I applied it traffic does not pass.  Should be pretty simple.  Below is what I used.  I am using SNMP v2.

ip access-list extended ABC-ACL
permit udp X.X.0.0 0.0.255.255 host SERVER_IP eq snmp
permit udp X.X.0.0 0.0.255.255 host SERVER_IP eq snmptrap
permit icmp X.X.0.0 0.0.255.255 host SERVER_IP

Additional permit statements omited.

Who Me Too'd this topic