diff options
Diffstat (limited to 'tests/topotests/bfd_isis_topo1/rt5')
-rw-r--r-- | tests/topotests/bfd_isis_topo1/rt5/bfdd.conf | 5 | ||||
-rw-r--r-- | tests/topotests/bfd_isis_topo1/rt5/isisd.conf | 30 | ||||
-rw-r--r-- | tests/topotests/bfd_isis_topo1/rt5/zebra.conf | 22 |
3 files changed, 57 insertions, 0 deletions
diff --git a/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf new file mode 100644 index 0000000..ee7144d --- /dev/null +++ b/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf @@ -0,0 +1,5 @@ +! +! debug bfd network +! debug bfd peer +! debug bfd zebra +! diff --git a/tests/topotests/bfd_isis_topo1/rt5/isisd.conf b/tests/topotests/bfd_isis_topo1/rt5/isisd.conf new file mode 100644 index 0000000..ed32b15 --- /dev/null +++ b/tests/topotests/bfd_isis_topo1/rt5/isisd.conf @@ -0,0 +1,30 @@ +log file isisd.log +! +hostname rt5 +! +password 1 +! +! debug isis events +! debug isis route-events +! debug isis spf-events +! +interface lo + ip router isis 1 + ipv6 router isis 1 + isis passive +! +interface eth-rt2 + ip router isis 1 + ipv6 router isis 1 + isis hello-multiplier 3 +! +interface eth-rt4 + ip router isis 1 + ipv6 router isis 1 + isis hello-multiplier 3 +! +router isis 1 + lsp-gen-interval 2 + net 49.0000.0000.0000.0005.00 + is-type level-1 +! diff --git a/tests/topotests/bfd_isis_topo1/rt5/zebra.conf b/tests/topotests/bfd_isis_topo1/rt5/zebra.conf new file mode 100644 index 0000000..33473c9 --- /dev/null +++ b/tests/topotests/bfd_isis_topo1/rt5/zebra.conf @@ -0,0 +1,22 @@ +log file zebra.log +! +hostname rt5 +! +! debug zebra kernel +! debug zebra packet +! +interface lo + ip address 5.5.5.5/32 + ipv6 address ::ffff:0505:0505/128 +! +interface eth-rt2 + ip address 10.0.3.2/24 +! +interface eth-rt4 + ip address 10.0.5.2/24 +! +ip forwarding +ipv6 forwarding +! +line vty +! |