summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_tilfa_topo1/rt1/ospfd.conf
blob: 04b2c381e22d4a20771985ac592ba4efcd36e777 (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
! debug ospf sr
! debug ospf ti-lfa
!
interface lo
!
interface eth-rt2
 ip ospf network point-to-point
!
interface eth-rt3
 ip ospf network point-to-point
!
router ospf
 ospf router-id 1.1.1.1
 network 1.1.1.0/24 area 0.0.0.0
 network 10.0.0.0/16 area 0.0.0.0
 area 0.0.0.0 range 10.0.0.0/16
 area 0.0.0.0 range 1.1.1.0/24
 capability opaque
 mpls-te on
 mpls-te router-address 1.1.1.1
 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 1.1.1.1/32 index 10
!