diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-05-10 12:07:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 12:07:13 -0400 |
| commit | 9e013ffd45ea0130e8fcfc8de0943baea7c70104 (patch) | |
| tree | 6fdcb5d98df24715ebbf0fb5e525603d6094494d | |
| parent | 8a0d2c692aaef49e6deb569cbc60236f06f581b2 (diff) | |
| parent | 996e7ecada3ce0e4ae681c4bb85be9536d142c4e (diff) | |
Merge pull request #13497 from opensourcerouting/fix/backport_05dbe64457e4a7b2ccae03cce3c955364641f789
doc: Add `neighbor aigp` command for BGP
| -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 9c69848258..de3e7e5250 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2009,6 +2009,13 @@ Capability Negotiation Override the result of Capability Negotiation with local configuration. Ignore remote peer's capability value. +.. clicmd:: neighbor PEER aigp + + Send and receive AIGP attribute for this neighbor. This is valid only for + eBGP neighbors. + + Disabled by default. iBGP neighbors have this option enabled implicitly. + .. _bgp-as-path-access-lists: AS Path Access Lists |
