diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2024-10-14 14:36:54 +0200 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2024-10-14 14:37:59 +0200 |
| commit | 89c6422585e93f11efebde088cf4d1b5d542ebe6 (patch) | |
| tree | ee78bd5f385ff7da42f15574c602c90adb53debc | |
| parent | d1433ee9a8fa374ee653dcf1fe6e852481b17119 (diff) | |
doc: clarify bgp as-override
Clarify bgp as-override
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
| -rw-r--r-- | doc/user/bgp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 1e9b4f9d27..6a46128d72 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1850,7 +1850,8 @@ Configuring Peers .. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> as-override - Override AS number of the originating router with the local AS number. + Override any AS number in the AS path that matches the neighbor's AS number + with the local AS number. Usually this configuration is used in PEs (Provider Edge) to replace the incoming customer AS number so the connected CE (Customer Edge) |
