AS Path List
AS Path list specifies one or more BGP AS paths.
Diagram
Classes
policy_object_profile (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
as_path_lists | List | [as_path_lists] | No |
as_path_lists (sdwan.feature_profiles.policy_object_profile)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
id | Integer | min: 1 , max: 500 | Yes | |
as_paths | List | String | Yes |
Examples
Example-1: The example below demonstrates how to configure an AS Path List with ID 10 that matches AS paths starting with 65100 or 65101 AS numbers.
sdwan:
feature_profiles:
policy_object_profile:
as_path_lists:
- name: aspath_list10
id: 10
as_paths:
- ^65100
- ^65101
The example below demonstrates how to configure the AS Path List with ID 20 that matches AS paths ending with AS number 65999 or having AS number 65000 in AS path.
sdwan:
feature_profiles:
policy_object_profile:
as_path_lists:
- name: aspath_list20
id: 20
as_paths:
- 65999$
- _65000_