diff options
| author | Francois Dumontet <francois.dumontet@6wind.com> | 2023-07-12 19:54:37 +0200 |
|---|---|---|
| committer | Francois Dumontet <francois.dumontet@6wind.com> | 2023-07-19 10:58:00 +0200 |
| commit | 832b5c30c0b59b7ef492e6bc820d71b59101921c (patch) | |
| tree | 573a684f04187af2ea093c7cf402010fe7807bbf | |
| parent | 4685db418e3a861205a28f975afeb9869f674337 (diff) | |
doc: set as-path exclude as-path-access-list
Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
| -rw-r--r-- | doc/user/bgp.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 094a585e3c..ad8f913355 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2138,6 +2138,13 @@ Using AS Path in Route Map Remove all AS numbers from the AS_PATH of the BGP path's NLRI. The no form of this command removes this set operation from the route-map. +.. clicmd:: set as-path exclude as-path-access-list WORD + + Remove some AS numbers from the AS_PATH of the BGP path's NLRI. Removed AS + numbers are conformant with the regex defined in as-path access-list WORD. + The no form of this command removes this set operation from the route-map. + + .. _bgp-communities-attribute: Communities Attribute |
