diff options
| author | hasso <hasso> | 2004-09-14 13:54:30 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-09-14 13:54:30 +0000 | 
| commit | f891f4438d65e93d5a8224b1b579c9c089c91c27 (patch) | |
| tree | 3d88a45a47f84fc81ca1e5cbb074df395fd44329 /isisd/isisd.conf.sample | |
| parent | 64a7afd6de67eebda09a6766aa27dbd722539363 (diff) | |
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.
Diffstat (limited to 'isisd/isisd.conf.sample')
| -rw-r--r-- | isisd/isisd.conf.sample | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/isisd/isisd.conf.sample b/isisd/isisd.conf.sample index 9e08778e8f..47b15953fd 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  !   | 
