mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 13:01:59 +00:00

The new ospf-sr-topo2 tests are much broader and detailed, hence it makes no sense to keep the old ospf-sr-topo1 tests. Signed-off-by: GalaxyGorilla <sascha@netdef.org>
39 lines
713 B
Plaintext
39 lines
713 B
Plaintext
password 1
|
|
hostname rt5
|
|
log file ospfd.log
|
|
!
|
|
debug ospf sr
|
|
debug ospf te
|
|
debug ospf event
|
|
debug ospf lsa
|
|
debug ospf zebra
|
|
!
|
|
interface lo
|
|
!
|
|
interface eth-rt3-1
|
|
ip ospf network point-to-point
|
|
!
|
|
interface eth-rt3-2
|
|
ip ospf network point-to-point
|
|
!
|
|
interface eth-rt4
|
|
ip ospf network point-to-point
|
|
!
|
|
interface eth-rt6
|
|
ip ospf network point-to-point
|
|
!
|
|
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
|
|
mpls-te on
|
|
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 no-php-flag
|
|
!
|