Junos OS

 View Only
last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.

SRX5600 - URL Filtering Configuratios

  • 1.  SRX5600 - URL Filtering Configuratios

    This message was posted by a user wishing to remain anonymous
    Posted 05-06-2025 00:27
    This message was posted by a user wishing to remain anonymous

    Hi Community,

    We need to block a specific URL on the network from Internet. The below config passes but it is giving a license warning and that license is not present under "show system licenses". Please let me know if there is another way to block a URL apart from using 'wf_key_websense_ewf' license on SRX5600.

    CONFIG:
    set security utm feature-profile web-filtering type juniper-enhanced
    set security utm utm-policy custom-utm-policy web-filtering http-profile junos-wf-enhanced-default

    set security utm custom-objects url-pattern blacklist value "https://www.youtube.com"
    set security utm custom-objects custom-url-category bad value blacklist

    set security utm feature-profile web-filtering type juniper-enhanced
    set security utm feature-profile web-filtering url-blacklist bad
    set security utm feature-profile web-filtering juniper-enhanced server port 443
    set security utm feature-profile web-filtering juniper-enhanced server port 80

    set security policies from-zone INTERNET-SZ to-zone GI-SZ policy default-permit then permit application-services utm-policy custom-utm-policy
    set security policies from-zone INTERNET-SZ to-zone INTERNET-SZ policy default-permit then permit application-services utm-policy custom-utm-policy
    set security policies from-zone GI-SZ to-zone INTERNET-SZ policy default-permit then permit application-services utm-policy custom-utm-policy