From 17d1eafaf6384e7e9b604a4af974a6dd38ffa7bc Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 9 Jul 2020 12:00:26 -0400 Subject: [PATCH] doc: Update doc for router-id command Signed-off-by: Donald Sharp --- doc/user/zebra.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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] -- 2.39.5