You are on page 1of 4

Summary: There is a predefined profile for web-filtering settings, but how do I determine what those setttings are?

Problem or Goal: Predefined web-filtering profile is available to use in configuration Unable to determine what the settings are for the default web-filtering prof iles Solution: To determine the settings for the predefined profiles for web filtering, apply t he following command: root@test> show configuration groups junos-defaults security utm feature-profile web-filtering It shows the default settings for web filtering: root@test> ...curity utm feature-profile web-filtering surf-control-integrated { server { host cpa.surfcpa.com; port 9020; } profile junos-wf-cpa-default { category { Adult_Sexually_Explicit { action block; } Advertisements { action block; } Arts_Entertainment { action permit; } Chat { action permit; } Computing_Internet { action permit; } Criminal_Skills { action block; } Drugs_Alcohol_Tobacco { action block; } Education { action permit; } Finance_Investment { action permit; } Food_Drink { action permit; } Gambling { action block; }

Glamour_Intimate_Apparel { action permit; } Government_Politics { action permit; } Hacking { action block; } Hate_Speech { action block; } Health_Medicine { action permit; } Hobbies_Recreation { action permit; } Hosting_Sites { action permit; } Job_Search_Career_Development { action permit; } Kids_Site { action permit; } Lifestyle_Culture { action permit; } Motor_Vehicles { action permit; } News { action permit; } Personals_Dating { action block; } Photo_Searches { action permit; } Real_Estate { action permit; } Reference { action permit; } Religion { action permit; } Remote_Proxies { action block; } Sex_Education { action block; } Search_Engines { action permit; }

Shopping { action permit; } Sports { action permit; } Streaming_Media { action permit; } Travel { action permit; } Usenet_News { action permit; } Violence { action block; } Weapons { action block; } Web_based_Email { action permit; } } default log-and-permit; custom-block-message "Juniper Web Filtering has been set to block this s ite."; fallback-settings { default log-and-permit; server-connectivity log-and-permit; timeout log-and-permit; too-many-requests log-and-permit; } } } websense-redirect { profile junos-wf-websense-default { custom-block-message "Juniper Web Filtering has been set to block this s ite."; fallback-settings { default log-and-permit; server-connectivity log-and-permit; timeout log-and-permit; too-many-requests log-and-permit; } } } juniper-local { profile junos-wf-local-default { custom-block-message "Juniper Web Filtering has been set to block this s ite."; fallback-settings { default log-and-permit; server-connectivity log-and-permit; timeout log-and-permit; too-many-requests log-and-permit; } } }

You might also like