IPv6 Prefix List
Configure IPv6 prefix lists.
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 |
---|---|---|---|---|
ipv6_prefix_lists | List | [ipv6_prefix_lists] | No |
ipv6_prefix_lists (sdwan.feature_profiles.policy_object_profile)
Section titled “ipv6_prefix_lists (sdwan.feature_profiles.policy_object_profile)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
entries | List | [entries] | Yes |
entries (sdwan.feature_profiles.policy_object_profile.ipv6_prefix_lists)
Section titled “entries (sdwan.feature_profiles.policy_object_profile.ipv6_prefix_lists)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
prefix | IP | Yes | ||
le | Integer | min: 1 , max: 128 | No | |
ge | Integer | min: 1 , max: 128 | No |
Examples
Section titled “Examples”Example-1: This example demonstrates how to configure an IPv6 prefix list that matches the “fe40:5657:6df1:d34f::/64” prefix (strict), all prefixes within the “fc00::/7” range with a subnet mask length greater than or equal to 100, and less than or equal to 120.
sdwan: feature_profiles: policy_object_profile: ipv6_prefix_lists: - name: ipv6_pl_private entries: - prefix: fe40:5657:6df1:d34f::/64 - prefix: fc00::/7 ge: 100 le: 120