diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-01 14:58:00 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-01 14:59:55 +0200 |
commit | 1f3ae3a6783387d93dd9d315cee19a8ccd4f0f0d (patch) | |
tree | e6c174bac395f2803f74e3118a36d36de3b50086 /doc | |
parent | doc: simplify PIM RIB title (diff) | |
download | frr-1f3ae3a6783387d93dd9d315cee19a8ccd4f0f0d.tar.xz frr-1f3ae3a6783387d93dd9d315cee19a8ccd4f0f0d.zip |
doc: document new PIM MSDP timers command
Let the user know how to use it and what are the default values.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pim.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 1000f9787..83d19d618 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -317,6 +317,21 @@ MSDP can be setup in different ways: Commands available for MSDP: +.. clicmd:: ip msdp timers (2-600) (3-600) [(1-600)] + + Configure global MSDP timers. + + First value is the keep-alive interval and it must be less than the + second value which is hold-time. This configures the interval in + seconds between keep-alive messages. The default value is 60 seconds. + + Second value is the hold-time and it must be greater than the keep-alive + interval. This configures the interval in seconds before closing a non + responding connection. The default value is 75. + + Third value is the connection retry interval and it is optional. This + configures the interval between connection attempts. The default value + is 30 seconds. .. clicmd:: ip msdp mesh-group WORD member A.B.C.D |