Security Port List
A security port list is a user-defined collection of TCP/UDP ports and port ranges used when configuring next-generation firewall (NGFW) policies within policy groups.
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_port_lists | List | [security_port_lists] | No |
security_port_lists (sdwan.feature_profiles.policy_object_profile)
Section titled “security_port_lists (sdwan.feature_profiles.policy_object_profile)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,32}$ | Yes | |
| ports | List | Integer[min: 0, max: 65535] | Yes |
Examples
Section titled “Examples”Example-1: This example illustrates how to configure a security port list that includes application-specific ports 12346 and 23456, as well as a range of well-known ports from 5060 to 6082.
sdwan: feature_profiles: policy_object_profile: security_port_lists: - name: app_spec_ports ports: - 12346 - 23456 - 5060-6082