IPv4 Data Prefix List
An IPv4 data prefix list specifies one or more IPv4 prefixes. You can specify both unicast and multicast addresses.
Diagram
Classes
policy_object_profile (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ipv4_data_prefix_lists | List | [ipv4_data_prefix_lists] | No |
ipv4_data_prefix_lists (sdwan.feature_profiles.policy_object_profile)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
prefixes | List | IP | No |
Examples
Example-1: This example demonstrates how to configure an IPv4 data prefix list that matches three RFC1918 prefixes.
sdwan: feature_profiles: policy_object_profile: ipv4_data_prefix_lists: - name: ipv4_dpl_private prefixes: - 10.0.0.0/8 - 172.16.0.0/12 - 192.168.0.0/16