v1.5
This release adds support for the new Junos as-path-origins
feature. This Junos feature allows matching the right most AS number on the AS path belongs to the as-list-group
specified in the as-path-origins
configuration statement at the [edit policy-options policy-statement policy-name from]
hierarchy level.
Example:
$ bgpq4 -J -H 15562 -l 15562_in AS15562:AS-SNIJDERS
policy-options {
replace:
as-list-group 15562_in {
as-list a0 members 15562;
as-list a1 members [ 112 234 267 8952 12654 31451 39765 41731 ];
as-list a2 members [ 41996 43997 44854 48603 51861 57436 57782 60003 ];
as-list a3 members [ 60927 61438 199036 202314 202539 205591 205593 205956 ];
as-list a4 members [ 206479 206499 206551 208241 210089 212121 ];
}
}
Review the Junos documentation for more information: https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/topic-map/Improve-as-path-lookup.html