SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX 380 Rule count limit

    This message was posted by a user wishing to remain anonymous
    Posted 04-10-2025 03:19
    This message was posted by a user wishing to remain anonymous

    The SRX 380 has a policy rule hit counter limit of 256 rules.  Is it possible to increase this limit?  Also, if I were to use security director to manage this firewall and to view rule hit count, would this be subject to the same limit?  i.e. is security director dependant on the rule counter limit on the firewall itself?



  • 2.  RE: SRX 380 Rule count limit

    Posted 04-10-2025 19:31

    The rule limits are based on the limits of the hardware platforms and not a licensing upgradable item.  Since it is a hardware limitation it does not matter if if is managed locally or via the SD platform, they still apply.



    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: SRX 380 Rule count limit

    Posted 04-11-2025 06:38

    The limitation you talk about is the "Policies with Counting Enabled", which is indeed 256 in the SRX380. 

    https://www.juniper.net/documentation/us/en/software/junos/security-policies/topics/topic-map/security-policy-configuration.html#concept_mrn_m2c_n2c

    Normal hit-counters should be available for all 4096 policies the platform supports. These are available with this command and count the number of sessions the policy has handled:

    show security policies hit-count

    The explicit counters you can add to a policy are meant for more granular statistics like number of bytes and bps (look at the output titled "show security policies policy-name detail"):

    show security policies

    Juniper remove preview
    show security policies
    Displays a summary of all security policies configured on the device. If a particular policy is specified, display information specific to that policy. The existing show commands for displaying the policies configured with multiple tenant support are enhanced. A security policy controls the traffic flow from one zone to another zone.
    View this on Juniper >

    Unless you actually need the byte counters, the hit-counters are always there.