Skip to main content

IPv6 Prefix List

Configure IPv6 prefix lists.

Diagram

Classes

policy_object_profile (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
ipv6_prefix_listsList[ipv6_prefix_lists]No

ipv6_prefix_lists (sdwan.feature_profiles.policy_object_profile)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo
entriesList[entries]Yes

entries (sdwan.feature_profiles.policy_object_profile.ipv6_prefix_lists)

NameTypeConstraintMandatoryDefault Value
prefixIPYes
leIntegermin: 1, max: 128No
geIntegermin: 1, max: 128No

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