frr/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
1 KiB
Text
Raw Normal View History

hostname rt5
log file ospfd.log
!
! debug ospf sr
! debug ospf te
! debug ospf event
! debug ospf lsa
! debug ospf zebra
!
interface lo
ip ospf area 0.0.0.0
!
interface eth-rt3-1
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf area 0.0.0.0
!
interface eth-rt3-2
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf area 0.0.0.0
!
interface eth-rt4
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf area 0.0.0.0
!
interface eth-rt6
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf area 0.0.0.0
!
router ospf
ospf router-id 5.5.5.5
network 5.5.5.5/32 area 0.0.0.0
network 10.0.0.0/16 area 0.0.0.0
capability opaque
! ospf opaque-lsa
mpls-te on
! mpls-te export
mpls-te router-address 5.5.5.5
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 5.5.5.5/32 index 50
!