diff options
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/ha.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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' |