Security Advanced Malware Protection Profile
Configure Security Advanced Malware Protection 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_advanced_malware_protection_profiles | List | [security_advanced_malware_protection_profiles] | No |
security_advanced_malware_protection_profiles (sdwan.feature_profiles.policy_object_profile)
Section titled “security_advanced_malware_protection_profiles (sdwan.feature_profiles.policy_object_profile)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,32}$ | Yes | |
| alert_log_level | Choice | critical, warning, info | Yes | |
| amp_cloud_region | Choice | nam, eur, apjc | Yes | |
| file_analysis | Boolean | true, false | Yes | |
| file_analysis_alert_log_level | Choice | critical, warning, info | No | |
| tg_cloud_region | Choice | nam, eur | No | |
| file_analysis_file_types | List | Choice[flv, mdb, ms-exe, mscab, msole2, new-office, pdf, rtf, swf, wri, xlw] | No |
Examples
Section titled “Examples”Example-1: This example demonstrates how to configure a Security Advanced Malware Protection Profile with alert_log_level, amp_cloud_region, file_analysis, file_analysis_alert_log_level, tg_cloud_region and file_analysis_file_types.
sdwan: feature_profiles: policy_object_profile: security_advanced_malware_protection_profiles: - name: amp_full alert_log_level: critical amp_cloud_region: nam file_analysis: true file_analysis_alert_log_level: warning tg_cloud_region: eur file_analysis_file_types: - flv - mdb - ms-exe - pdf - swf