Skip to main content

Prefilter Policy

Location in GUI: Policies » Prefilter

Diagram

Classes

policies (fmc.domains)

NameTypeConstraintMandatoryDefault Value
prefilter_policiesList[prefilter_policies]No

prefilter_policies (fmc.domains.policies)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.+ -]{1,64}$Yes
descriptionStringmax: 255No
log_beginBooleantrue, falseNo
send_events_to_fmcBooleantrue, falseNo
actionChoiceBLOCK_TUNNELS, ANALYZE_TUNNELSNoANALYZE_TUNNELS

Examples

fmc:
domains:
- name: Global
policies:
prefilter_policies:
- name: MyPrefilterPolicyName1
action: "ANALYZE_TUNNELS"