SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  vSRX Web Filtering not working???

    Posted 07-27-2016 22:01

    Dear members;

     

    i have a very strange issue on vSRX 12.1X47-D20.7...

     

    i have configured web-filtering (local) on the vSRX as follows:

     

    custom-objects {
    url-pattern {
    whitelist {
    value [ https://www.juniper.net https://www.ine.com ];
    }
    blacklist {
    value [ https://www.facebook.com https://www.twitter.com ];
    }
    }
    custom-url-category {
    allowed-category {
    value whitelist;
    }
    blocked-category {
    value blacklist;
    }
    }
    }
    feature-profile {
    web-filtering {
    url-whitelist allowed-category;
    url-blacklist blocked-category;
    juniper-local {
    profile Internet-profile-local {
    default block;
    }
    }
    }
    }
    utm-policy Internet-policy-local {
    web-filtering {
    http-profile Internet-profile-local;
    }
    }

     

    But even after this simple configuration, the output for the below command is:

    admin@SRX-UTM> show security utm web-filtering status
    UTM web-filtering status:
    Server status: no-config

     

    i have absolutely no idea why it is showing no-config...even with Trial License (dns-server etc etc.) configured....

     

    Please can anyone help with this issue?   Cat Sad

     

    Regards.



  • 2.  RE: vSRX Web Filtering not working???

    Posted 07-27-2016 22:56

    UTM policy has to be applied to a zone !?

    I am missing a statement in your output.

     

    regards

     

    alexander



  • 3.  RE: vSRX Web Filtering not working???

    Posted 07-27-2016 23:51

    Dear Alexander;

     

    yes it is applied to a policy...



  • 4.  RE: vSRX Web Filtering not working???
    Best Answer

    Posted 07-28-2016 01:32

    Hi,

     

    Please use the following command, commit the configuration and check again :-

     

    #set security utm feature-profile web-filtering type juniper-local

    #commit

     

    Regards,

    Sahil Sharma

    ---------------------------------------------------

    Please mark my solution as accepted if it helped, Kudos are appreciated as well.