Skip to main content

Intrusion Prevention Policy

An IPS (Intrusion Prevention System) policy in Cisco SD-WAN helps detect and prevent security threats by inspecting network traffic and blocking malicious activities.

A policy is defined by providing the settings that dictate the operational mode of the Snort engine and actions invoked by the matching of specific signatures (Snort rules).

Diagram

Classes

definitions (sdwan.security_policies)

NameTypeConstraintMandatoryDefault Value
intrusion_preventionList[intrusion_prevention]No

intrusion_prevention (sdwan.security_policies.definitions)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9\-_]{1,32}$No
descriptionStringYes
modeChoicesecurityYes
inspection_modeChoiceprotection, detectionYes
log_levelChoiceemergency, alert, critical, error, warning, notice, informational, debugYes
signature_setChoicebalanced, connectivity, securityYes
target_vpnsListInteger[min: 0, max: 65530]Yes

Examples

sdwan:
security_policies:
definitions:
intrusion_prevention:
- name: IPS_Test_Policy
description: SaC_IPS_Test_Policy
mode: security
inspection_mode: protection
log_level: alert
signature_set: balanced
target_vpns:
- 10
- 20