mirror_frr/tests/topotests/ospf-sr-topo1/rt5/ospfd.conf
GalaxyGorilla 17128dea27 tests: Replace ospf-sr-topo1 by ospf-sr-topo2
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>
2021-03-10 10:37:58 +00:00

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
!