Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Issues with firewall filter on Juniper EX4550

$
0
0

Hi Folks,

In general firewall filters are most rigid in Junos and hitting a BUG is something rare. I would recommend to add specific term to accept followed by specific term to deny and count to troubleshoot the issue.

 

            term PERMIT_SNMP {

                from {

                    source-prefix-list {

                        SNMP;

                    }

                    protocol udp;

                    destination-port snmp;

                }

                then {

                    count snmp;

                    accept;

                }

            }

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>