From c57facdcc306fe86b0d1834a38ba9aced5f9c676 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 5 May 2022 19:03:04 +0200 Subject: policy: T4414: Add route-map "as-path prepend last-as x" option --- docs/configexamples/ha.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configexamples/ha.rst') diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst index 9780edaa..75b0c60e 100644 --- a/docs/configexamples/ha.rst +++ b/docs/configexamples/ha.rst @@ -563,7 +563,7 @@ it is not 203.0.113.0/24. set policy route-map BGPOUT rule 10000 action 'deny' set policy route-map BGPPREPENDOUT description 'BGP Export Filter' set policy route-map BGPPREPENDOUT rule 10 action 'permit' - set policy route-map BGPPREPENDOUT rule 10 set as-path-prepend '65551 65551 65551' + set policy route-map BGPPREPENDOUT rule 10 set as-path prepend '65551 65551 65551' set policy route-map BGPPREPENDOUT rule 10 match ip address prefix-list 'BGPOUT' set policy route-map BGPPREPENDOUT rule 10000 action 'deny' -- cgit v1.2.3