37 lines
721 B
Text
37 lines
721 B
Text
|
password 1
|
||
|
hostname rt6
|
||
|
log file ospfd.log
|
||
|
!
|
||
|
! debug ospf sr
|
||
|
! debug ospf te
|
||
|
! debug ospf event
|
||
|
! debug ospf lsa
|
||
|
! debug ospf zebra
|
||
|
!
|
||
|
interface lo
|
||
|
!
|
||
|
interface eth-rt4
|
||
|
ip ospf network point-to-point
|
||
|
ip ospf hello-interval 2
|
||
|
ip ospf dead-interval 10
|
||
|
!
|
||
|
interface eth-rt5
|
||
|
ip ospf network point-to-point
|
||
|
ip ospf hello-interval 2
|
||
|
ip ospf dead-interval 10
|
||
|
!
|
||
|
router ospf
|
||
|
ospf router-id 6.6.6.6
|
||
|
network 6.6.6.6/32 area 0.0.0.0
|
||
|
network 10.0.0.0/16 area 0.0.0.0
|
||
|
capability opaque
|
||
|
mpls-te on
|
||
|
mpls-te router-address 6.6.6.6
|
||
|
router-info area 0.0.0.0
|
||
|
passive-interface lo
|
||
|
segment-routing on
|
||
|
segment-routing global-block 16000 23999
|
||
|
segment-routing node-msd 8
|
||
|
segment-routing prefix 6.6.6.6/32 index 60 explicit-null
|
||
|
!
|