diff options
| -rw-r--r-- | tests/topotests/isis-topo1/r1/isisd.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/isis-topo1/r2/isisd.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/isis-topo1/r3/isisd.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/isis-topo1/r4/isisd.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/isis-topo1/r5/isisd.conf | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/tests/topotests/isis-topo1/r1/isisd.conf b/tests/topotests/isis-topo1/r1/isisd.conf index 990821d29d..ee7dba3692 100644 --- a/tests/topotests/isis-topo1/r1/isisd.conf +++ b/tests/topotests/isis-topo1/r1/isisd.conf @@ -1,4 +1,7 @@ hostname r1 +debug isis adj-packets +debug isis events +debug isis update-packets interface r1-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r2/isisd.conf b/tests/topotests/isis-topo1/r2/isisd.conf index bcccc08825..f6fee6c845 100644 --- a/tests/topotests/isis-topo1/r2/isisd.conf +++ b/tests/topotests/isis-topo1/r2/isisd.conf @@ -1,4 +1,7 @@ hostname r2 +debug isis adj-packets +debug isis events +debug isis update-packets interface r2-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r3/isisd.conf b/tests/topotests/isis-topo1/r3/isisd.conf index c3c3e5001a..4ae56b4af4 100644 --- a/tests/topotests/isis-topo1/r3/isisd.conf +++ b/tests/topotests/isis-topo1/r3/isisd.conf @@ -1,4 +1,7 @@ hostname r3 +debug isis adj-packets +debug isis events +debug isis update-packets interface r3-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r4/isisd.conf b/tests/topotests/isis-topo1/r4/isisd.conf index 405802ed59..bf9653387e 100644 --- a/tests/topotests/isis-topo1/r4/isisd.conf +++ b/tests/topotests/isis-topo1/r4/isisd.conf @@ -1,4 +1,7 @@ hostname r4 +debug isis adj-packets +debug isis events +debug isis update-packets interface r4-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r5/isisd.conf b/tests/topotests/isis-topo1/r5/isisd.conf index 0a8f325331..5a044988a9 100644 --- a/tests/topotests/isis-topo1/r5/isisd.conf +++ b/tests/topotests/isis-topo1/r5/isisd.conf @@ -1,4 +1,7 @@ hostname r5 +debug isis adj-packets +debug isis events +debug isis update-packets interface r5-eth0 ip router isis 1 ipv6 router isis 1 |
