summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2019-12-17 07:02:12 +0100
committerJafar Al-Gharaibeh <jafar@atcorp.com>2019-12-17 22:05:56 +0100
commit13b01f2f0c079ef11faab894c3843b18827b8a24 (patch)
tree06afffc21cca301320fcbf0f298ca95a4375da7f /doc
parentMerge pull request #5502 from ton31337/fix/rr_do_not_show_fqdn (diff)
downloadfrr-13b01f2f0c079ef11faab894c3843b18827b8a24.tar.xz
frr-13b01f2f0c079ef11faab894c3843b18827b8a24.zip
zebra: add 'show router-id'
router-id is buried deep in "show running-config", this new command makes it easy to retrieve the user configured router-id. Example: # configure terminal (config)# router-id 1.2.3.4 (config)# end # show router-id router-id 1.2.3.4 # configure terminal (config)# no router-id 1.2.3.4 (config)# end # show router-id # Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/zebra.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst
index 2099dfdd6..23a062ab0 100644
--- a/doc/user/zebra.rst
+++ b/doc/user/zebra.rst
@@ -916,3 +916,22 @@ zebra Terminal Mode Commands
Display nexthop groups created by zebra.
+
+Router-id
+=========
+
+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]
+
+ Configure the router-id of this router.
+
+.. index:: show router-id [vrf NAME]
+.. clicmd:: show router-id [vrf NAME]
+
+ Display the user configured router-id.
+
+