From eebfb2335b3340611017257c16e348b939b6a8b5 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sun, 28 Oct 2018 01:31:08 +0000 Subject: [PATCH] doc: add missing docs for ipv6 isis router cmd Signed-off-by: Quentin Young --- doc/user/isisd.rst | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index ee681858d1a4..f7607a54f72a 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -30,14 +30,11 @@ configuration file :file:`isisd.conf`. ISIS router =========== -To start ISIS process you have to specify the ISIS router. As of this +To start the ISIS process you have to specify the ISIS router. As of this writing, *isisd* does not support multiple ISIS processes. -.. index:: router isis WORD -.. clicmd:: router isis WORD - -.. index:: no router isis WORD -.. clicmd:: no router isis WORD +.. index:: [no] router isis WORD +.. clicmd:: [no] router isis WORD Enable or disable the ISIS process by specifying the ISIS domain with 'WORD'. *isisd* does not yet support multiple ISIS processes but you must @@ -197,17 +194,15 @@ ISIS region ISIS interface ============== -.. index:: ip router isis WORD -.. clicmd:: ip router isis WORD - -.. index:: no ip router isis WORD -.. clicmd:: no ip router isis WORD - .. _ip-router-isis-word: - Activate ISIS adjacency on this interface. Note that the name - of ISIS instance must be the same as the one used to configure the ISIS process - (see command :clicmd:`router isis WORD`). +.. index:: [no] router isis WORD +.. clicmd:: [no] router isis WORD + + Activate ISIS adjacency on this interface. Note that the name of ISIS + instance must be the same as the one used to configure the ISIS process (see + command :clicmd:`router isis WORD`). To enable IPv4, issue ``ip router isis + WORD``; to enable IPv6, issue ``ipv6 router isis WORD``. .. index:: isis circuit-type [level-1 | level-1-2 | level-2] .. clicmd:: isis circuit-type [level-1 | level-1-2 | level-2]