diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-12-19 10:26:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 10:26:18 +0100 |
commit | 25c4cecfcd5ff7a61e915a6d8b70dfbb4cf0a920 (patch) | |
tree | 8575a3fef7f07030d492377aaaf26b993a1f26f2 /doc | |
parent | Merge pull request #5549 from donaldsharp/automated (diff) | |
parent | zebra: add 'show router-id' (diff) | |
download | frr-25c4cecfcd5ff7a61e915a6d8b70dfbb4cf0a920.tar.xz frr-25c4cecfcd5ff7a61e915a6d8b70dfbb4cf0a920.zip |
Merge pull request #5543 from Jafaral/routerid
zebra: add 'show router-id'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 19 |
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. + + |