root/src/router/quagga/isisd/isisd.conf.sample

Revision 7215, 0.8 kB (checked in by BrainSlayer, 3 years ago)

new quagga impl (x86, avila)

Line 
1 ! -*- isis -*-
2 !
3 ! ISISd sample configuration file
4 !
5 hostname isisd
6 password foo
7 enable password foo
8 log stdout
9 !log file /tmp/isisd.log
10 !
11 !
12 router isis DEAD
13   net 47.0023.0000.0003.0300.0100.0102.0304.0506.00
14 !  is-type level-1
15
16 !  -- set the lifetime either for level-1, level-2 or both
17 !  lsp-lifetime level-1 65535
18 !  lsp-lifetime level-2 65535
19 !  lsp-lifetime 65535
20
21 !  hostname isisd-router
22 !  area-password foobar
23 !  domain-password foobar
24
25 interface eth0
26  ip router isis DEAD
27 ! isis hello-interval 5
28 ! isis lsp-interval 1000
29
30 ! -- optional
31 ! isis circuit-type level-1
32 ! isis password lallaa level-1
33 ! isis metric 1 level-1
34 ! isis csnp-interval 5 level-1
35 ! isis retransmit-interval 10
36 ! isis retransmit-throttle-interval
37 ! isis hello-multiplier 2 level-1
38 ! isis priority 64
39 !
Note: See TracBrowser for help on using the browser.