26 lines
532 B
Text
26 lines
532 B
Text
|
!
|
||
|
interface lo
|
||
|
ip router isis 1
|
||
|
isis hello-interval 1
|
||
|
isis hello-multiplier 3
|
||
|
exit
|
||
|
!
|
||
|
interface r2-eth1
|
||
|
ip router isis 2
|
||
|
isis hello-interval 1
|
||
|
isis hello-multiplier 3
|
||
|
exit
|
||
|
!
|
||
|
router isis 1
|
||
|
is-type level-1
|
||
|
net 49.0000.0007.e901.2223.00
|
||
|
lsp-timers gen-interval 1 refresh-interval 900 max-lifetime 1200
|
||
|
mpls-te on
|
||
|
mpls-te router-address 192.0.2.2
|
||
|
segment-routing on
|
||
|
segment-routing global-block 11000 20000 local-block 36000 36999
|
||
|
segment-routing node-msd 8
|
||
|
segment-routing prefix 192.0.2.2/32 index 22 no-php-flag
|
||
|
exit
|
||
|
!
|