Skip to content

Commit

Permalink
Merge pull request #15609 from anlancs/fix/doc-isis-hello
Browse files Browse the repository at this point in the history
doc: fix some commands for isis
  • Loading branch information
ton31337 authored Mar 25, 2024
2 parents 6ee9610 + 17f2825 commit 0b1af4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/user/isisd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,17 @@ ISIS interface

Add padding to IS-IS hello packets during adjacency formation only.

.. clicmd:: isis hello-interval (1-600) [level-1 | level-2]
.. clicmd:: isis hello-interval [level-1 | level-2] (1-600)

Set Hello interval in seconds globally, for an area (level-1) or a domain
(level-2).

.. clicmd:: isis hello-multiplier (2-100) [level-1 | level-2]
.. clicmd:: isis hello-multiplier [level-1 | level-2] (2-100)

Set multiplier for Hello holding time globally, for an area (level-1) or a
domain (level-2).

.. clicmd:: isis metric [(0-255) | (0-16777215)] [level-1 | level-2]
.. clicmd:: isis metric [level-1 | level-2] [(0-255) | (0-16777215)]

Set default metric value globally, for an area (level-1) or a domain
(level-2). Max value depend if metric support narrow or wide value (see
Expand Down

0 comments on commit 0b1af4c

Please sign in to comment.