mirror of
https://github.com/Wojtek242/route0.git
synced 2024-11-23 23:45:25 +01:00
18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
|
! -*- isisd -*-
|
||
|
|
||
|
hostname R1-isisd
|
||
|
password route0
|
||
|
enable password route0
|
||
|
|
||
|
router isis ROUTE0
|
||
|
net 49.0001.0100.0000.0001.00
|
||
|
is-type level-1
|
||
|
|
||
|
interface lo
|
||
|
ip router isis ROUTE0
|
||
|
isis passive
|
||
|
|
||
|
interface R1-eth1
|
||
|
ip router isis ROUTE0
|
||
|
|
||
|
log file /tmp/R1-isisd.log debugging
|