From: Donald Sharp Date: Thu, 9 Jul 2020 16:00:26 +0000 (-0400) Subject: doc: Update doc for router-id command X-Git-Tag: base_7.5~183^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=17d1eafaf6384e7e9b604a4af974a6dd38ffa7bc;p=matthieu%2Ffrr.git doc: Update doc for router-id command Signed-off-by: Donald Sharp --- diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index fcf5c40307..7b028fd674 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -1050,11 +1050,20 @@ Many routing protocols require a router-id to be configured. To have a consistent router-id across all daemons, the following commands are available to configure and display the router-id: -.. index:: [no] router-id A.B.C.D [vrf NAME] -.. clicmd:: [no] router-id A.B.C.D [vrf NAME] +.. index:: [no] router-id A.B.C.D +.. clicmd:: [no] router-id A.B.C.D - Configure the router-id of this router. + Allow entering of the router-id. This command also works under the + vrf subnode, to allow router-id's per vrf. +.. index:: [no] router-id A.B.C.D vrf NAME +.. clicmd:: [no] router-id A.B.C.D vrf NAME + + Configure the router-id of this router from the configure NODE. + A show run of this command will display the router-id command + under the vrf sub node. This command is deprecated and will + be removed at some point in time in the future. + .. index:: show router-id [vrf NAME] .. clicmd:: show router-id [vrf NAME]