frr/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

45 lines
917 B
Text

hostname rt3
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-sw1
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-rt5-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-rt5-2
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 3.3.3.3
network 3.3.3.3/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 3.3.3.3
router-info area 0.0.0.0
segment-routing on
segment-routing global-block 16000 23999
segment-routing node-msd 8
segment-routing prefix 3.3.3.3/32 index 30
!