blob: be9abf62382445c76d9c34748e0555c087ec1296 (
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
|
password 1
hostname rt1
log file ospfd.log
!
! debug ospf sr
! debug ospf te
! debug ospf event
! debug ospf lsa
! debug ospf zebra
!
interface lo
!
interface eth-sw1
ip ospf network broadcast
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 1.1.1.1
network 1.1.1.1/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 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
!
|