diff options
| author | Russ White <russ@riw.us> | 2022-09-27 11:28:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 11:28:06 -0400 |
| commit | 07ab30b5a44cbc9616bfbb50abeb0ff8e99eadf0 (patch) | |
| tree | cd58db542b66f27722d11c89cb3147e168302744 | |
| parent | ee42846bea4029af768fbf2b4fb83fddb40d323c (diff) | |
| parent | 13111667513a0f91a8e875cdf12c940ea2b60b05 (diff) | |
Merge pull request #12006 from opensourcerouting/fix/doc_for_rfc9072
doc: Add `neighbor PEER extended-optional-parameters` command
| -rw-r--r-- | doc/user/bgp.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index bd5767beba..5ce857c50c 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1775,6 +1775,15 @@ Configuring Peers default, the DelayOpenTimer is disabled. The timer interval may be set to a duration of 1 to 240 seconds. +.. clicmd:: neighbor PEER extended-optional-parameters + + Force the extended optional parameters format for OPEN messages. By default, + optional parameters length is 255 octets. With more and more BGP capabilities + implemented on top of BGP, this is needed to extend this value. + + This is turned off by default, but it's automatically enabled when this limit + is hit. You can force this new encoding to be enabled with this command. + .. clicmd:: bgp minimum-holdtime (1-65535) This command allows user to prevent session establishment with BGP peers |
