Merge pull request #3314 from qlyoung/doc-ipv6-isis-router-cmd

doc: add missing docs for ipv6 isis router cmd
This commit is contained in:
Lou Berger 2018-11-13 14:55:38 +07:00 committed by GitHub
commit 43881be71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,14 +30,11 @@ configuration file :file:`isisd.conf`.
ISIS router 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. writing, *isisd* does not support multiple ISIS processes.
.. index:: router isis WORD .. index:: [no] router isis WORD
.. clicmd:: 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 Enable or disable the ISIS process by specifying the ISIS domain with
'WORD'. *isisd* does not yet support multiple ISIS processes but you must 'WORD'. *isisd* does not yet support multiple ISIS processes but you must
@ -197,17 +194,15 @@ ISIS region
ISIS interface 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: .. _ip-router-isis-word:
Activate ISIS adjacency on this interface. Note that the name .. index:: [no] <ip|ipv6> router isis WORD
of ISIS instance must be the same as the one used to configure the ISIS process .. clicmd:: [no] <ip|ipv6> router isis WORD
(see command :clicmd:`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] .. index:: isis circuit-type [level-1 | level-1-2 | level-2]
.. clicmd:: isis circuit-type [level-1 | level-1-2 | level-2] .. clicmd:: isis circuit-type [level-1 | level-1-2 | level-2]