mirror of
https://github.com/Wojtek242/route0.git
synced 2024-11-23 15:45:24 +01:00
22 lines
340 B
Plaintext
22 lines
340 B
Plaintext
! -*- isisd -*-
|
|
|
|
hostname R9-isisd
|
|
password route0
|
|
enable password route0
|
|
|
|
router isis ROUTE0
|
|
net 49.0004.0100.0000.0009.00
|
|
is-type level-2-only
|
|
|
|
interface lo
|
|
ip router isis ROUTE0
|
|
isis passive
|
|
|
|
interface R9-eth1
|
|
ip router isis ROUTE0
|
|
isis passive
|
|
|
|
interface R9-eth2
|
|
ip router isis ROUTE0
|
|
|
|
log file /tmp/R9-isisd.log debugging |