]> git.proxmox.com Git - mirror_frr.git/blame_incremental - isisd/isisd.conf.sample
Merge pull request #5625 from qlyoung/fix-zapi-ipset-name-nullterm
[mirror_frr.git] / isisd / isisd.conf.sample
... / ...
CommitLineData
1! -*- isis -*-
2!
3! ISISd sample configuration file
4!
5hostname isisd
6password foo
7enable password foo
8log stdout
9!log file /tmp/isisd.log
10!
11!
12router 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
25interface 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!