From f891f4438d65e93d5a8224b1b579c9c089c91c27 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 14 Sep 2004 13:54:30 +0000 Subject: Isisd is now able to remove addresses from circuit and trigger LSP updates if it's done. Some random fixes as well and update to sample configuration. --- isisd/isisd.conf.sample | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'isisd/isisd.conf.sample') diff --git a/isisd/isisd.conf.sample b/isisd/isisd.conf.sample index 9e08778e..47b15953 100644 --- a/isisd/isisd.conf.sample +++ b/isisd/isisd.conf.sample @@ -2,14 +2,11 @@ ! ! ISISd sample configuration file ! -! -! hostname isisd password foo enable password foo -!log stdout -log file /tmp/isisd.log -! +log stdout +!log file /tmp/isisd.log ! ! router isis DEAD @@ -21,10 +18,13 @@ router isis DEAD ! lsp-lifetime level-2 65535 ! lsp-lifetime 65535 +! hostname isisd-router +! area-password foobar +! domain-password foobar + interface eth0 ip router isis DEAD - ip address 10.101.43.194 - isis hello-interval 10000 +! isis hello-interval 5 ! isis lsp-interval 1000 ! -- optional @@ -35,5 +35,5 @@ interface eth0 ! isis retransmit-interval 10 ! isis retransmit-throttle-interval ! isis hello-multiplier 2 level-1 -! +! isis priority 64 ! -- cgit v1.2.1