diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-03-14 17:07:11 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-03-14 17:24:04 +0100 |
commit | 51e01fef9ed0b9c9b9a8be7df73d78c925ef2c6a (patch) | |
tree | 10430b7f9f1849d69aca871e391e23626fcff3bd /doc | |
parent | Merge pull request #1863 from donaldsharp/more_nh_groups (diff) | |
download | frr-51e01fef9ed0b9c9b9a8be7df73d78c925ef2c6a.tar.xz frr-51e01fef9ed0b9c9b9a8be7df73d78c925ef2c6a.zip |
doc: document IS-IS three-way handshake config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/isisd.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index 139d024e4..b6989809a 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -337,6 +337,15 @@ ISIS interface Set PSNP interval in seconds globally, for an area (level-1) or a domain (level-2). +.. index:: isis three-way-handshake +.. clicmd:: isis three-way-handshake + +.. index:: no isis three-way-handshake +.. clicmd:: no isis three-way-handshake + + Enable or disable :rfc:`5303` Three-Way Handshake for P2P adjacencies. + Three-Way Handshake is enabled by default. + .. _showing-isis-information: Showing ISIS information |