From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- tests/topotests/isis_topo1_vrf/r1/isisd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tests/topotests/isis_topo1_vrf/r1/isisd.conf (limited to 'tests/topotests/isis_topo1_vrf/r1/isisd.conf') diff --git a/tests/topotests/isis_topo1_vrf/r1/isisd.conf b/tests/topotests/isis_topo1_vrf/r1/isisd.conf new file mode 100755 index 0000000..4dd6815 --- /dev/null +++ b/tests/topotests/isis_topo1_vrf/r1/isisd.conf @@ -0,0 +1,16 @@ +hostname r1 +! debug isis adj-packets +! debug isis events +! debug isis update-packets +interface r1-eth0 vrf r1-cust1 + ip router isis 1 + ipv6 router isis 1 + isis circuit-type level-2-only +! +router isis 1 vrf r1-cust1 + lsp-gen-interval 2 + net 10.0000.0000.0000.0000.0000.0000.0000.0000.0000.00 + metric-style wide + redistribute ipv4 connected level-2 + redistribute ipv6 connected level-2 +! -- cgit v1.2.3