How to block traffic to specific udp/tcp ports
Hi all, I try to block traffic on specific tcp/udp ports on my x450a switch I tried that with an ACL packed in a .pol file entry udp_acl1{ if { source-address 0.0.0.0/0; protocol udp; destination-port 1119 ; } then { count udp ; deny;...