diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-17 01:10:52 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-28 02:22:12 +0100 |
commit | a4e471cfc53da4817e7a1455d298761f3afbf592 (patch) | |
tree | 180ac1f5be36b4bdb9cefa6816c40706c119f8f6 /tests/topotests/eigrp-topo1/r1/eigrpd.conf | |
parent | Allow topotests to work with eigrp and nhrp (diff) | |
download | frr-a4e471cfc53da4817e7a1455d298761f3afbf592.tar.xz frr-a4e471cfc53da4817e7a1455d298761f3afbf592.zip |
Add a basic EIGRP topology.
Nothing fancy here, just add 3 routers in a row
attempt to let eigrp come up and start a mininet
xterm to debug, since eigrp doesn't work yet.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/eigrp-topo1/r1/eigrpd.conf')
-rw-r--r-- | tests/topotests/eigrp-topo1/r1/eigrpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/topotests/eigrp-topo1/r1/eigrpd.conf b/tests/topotests/eigrp-topo1/r1/eigrpd.conf new file mode 100644 index 000000000..6fd361afa --- /dev/null +++ b/tests/topotests/eigrp-topo1/r1/eigrpd.conf @@ -0,0 +1,8 @@ +log file /tmp/r1-eigrpd.log +! +router eigrp 1 + network 193.1.1.0/26 +! +line vty +! + |