summaryrefslogtreecommitdiffstats
path: root/doc/user/eigrpd.rst
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2021-02-17 00:05:38 +0100
committerQuentin Young <qlyoung@nvidia.com>2021-04-09 19:14:30 +0200
commitb832909b42dc3cb83901a99ac37666919b6f79d9 (patch)
treec870f98a5f30158dcbaf733e0fe3c3d898756ee7 /doc/user/eigrpd.rst
parentrpm: install frr.conf by default (diff)
downloadfrr-b832909b42dc3cb83901a99ac37666919b6f79d9.tar.xz
frr-b832909b42dc3cb83901a99ac37666919b6f79d9.zip
*: remove *.conf.sample files
Most of these are many, many years out of date. All of them vary randomly in quality. They show up by default in packages where they aren't really useful now that we use integrated config. Remove them. The useful ones have been moved to the docs. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'doc/user/eigrpd.rst')
-rw-r--r--doc/user/eigrpd.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/eigrpd.rst b/doc/user/eigrpd.rst
index 88d289d27..573e2ca2e 100644
--- a/doc/user/eigrpd.rst
+++ b/doc/user/eigrpd.rst
@@ -183,3 +183,18 @@ Debug for EIGRP protocol.
``show debugging eigrp`` will show all information currently set for eigrpd
debug.
+
+Sample configuration
+====================
+
+.. code-block:: frr
+
+ hostname eigrpd
+ password zebra
+ enable password please-set-at-here
+ !
+ router eigrp 4453
+ network 192.168.1.0/24
+ !
+ log stdout
+