Security URL Filtering Profile
Configure Security URL Filtering Profile.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_object_profile (sdwan.feature_profiles)
Section titled “policy_object_profile (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| security_url_filtering_profiles | List | [security_url_filtering_profiles] | No |
security_url_filtering_profiles (sdwan.feature_profiles.policy_object_profile)
Section titled “security_url_filtering_profiles (sdwan.feature_profiles.policy_object_profile)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,32}$ | Yes | |
| alerts | List | Choice[blacklist, whitelist, categories-reputation] | No | |
| block_page_action | Choice | text, redirect-url | Yes | |
| block_page_content_body | String | No | Please contact your Network Administrator | |
| enable_alerts | Boolean | true, false | Yes | |
| redirect_url | String | Regex: ^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$ | No | |
| url_allow_list | String | Regex: ^[^&<>! "]{1,128}$ | No | |
| url_block_list | String | Regex: ^[^&<>! "]{1,128}$ | No | |
| web_categories | List | Choice[abortion, abused-drugs, adult-and-pornography, alcohol-and-tobacco, auctions, bot-nets, business-and-economy, cdns, cheating, computer-and-internet-info, computer-and-internet-security, confirmed-spam-sources, cult-and-occult, dating, dead-sites, dynamic-content, educational-institutions, entertainment-and-arts, fashion-and-beauty, financial-services, gambling, games, government, gross, hacking, hate-and-racism, health-and-medicine, home, hunting-and-fishing, illegal, image-and-video-search, individual-stock-advice-and-tools, internet-communications, internet-portals, job-search, keyloggers-and-monitoring, kids, legal, local-information, malware-sites, marijuana, military, motor-vehicles, music, news-and-media, nudity, online-greeting-cards, online-personal-storage, open-http-proxies, p2p, parked-sites, pay-to-surf, personal-sites-and-blogs, philosophy-and-political-advocacy, phishing-and-other-frauds, private-ip-addresses, proxy-avoid-and-anonymizers, questionable, real-estate, recreation-and-hobbies, reference-and-research, religion, search-engines, sex-education, shareware-and-freeware, shopping, social-network, society, spam-urls, sports, spyware-and-adware, streaming-media, swimsuits-and-intimate-apparel, training-and-tools, translation, travel, uncategorized, unconfirmed-spam-sources, violence, weapons, web-advertisements, web-based-email, web-hosting, unused-food-and-dining, unused-reputation, self-harm, dns-over-https, low-thc-cannabis-products, generative-ai] | Yes | |
| web_categories_action | Choice | allow, block | Yes | |
| web_reputation | Choice | high-risk, low-risk, moderate-risk, suspicious, trustworthy | Yes |
Examples
Section titled “Examples”Example-1: This example demonstrates how to configure a Security URL Filtering Profile with block_page_action, block_page_content_body, enable_alerts, web_categories, web_categories_action, and web_reputation.
sdwan: feature_profiles: policy_object_profile: security_url_filtering_profiles: - name: url_filtering_profile_basic block_page_action: text block_page_content_body: Please contact your administrator. enable_alerts: false web_categories: - music web_categories_action: block web_reputation: high-risk