I have a vlan (192.168.99.0/24) I have 1 host on that vlan (192.168.99.34) that I need to block all SNMP traffic from the rest of the hosts on that vlan, is that possible?
IE:
deny udp 192.168.99.0 0.0.0.255 host 192.168.99.34 eq snmp
But where to put it and would that even work? I haven't had much luck with it at this point.
IE:
deny udp 192.168.99.0 0.0.0.255 host 192.168.99.34 eq snmp
But where to put it and would that even work? I haven't had much luck with it at this point.