summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf
blob: 65b20f0e63f2280c6dca6dd9475cdd29f46ea92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
hostname rt2
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-rt4-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-rt4-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 2.2.2.2
 network 2.2.2.2/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 2.2.2.2
 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 2.2.2.2/32 index 20
!