mirror_frr/tests/topotests/ospf-sr-topo1/rt6/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

33 lines
607 B
Plaintext

password 1
hostname rt6
log file ospfd.log
!
debug ospf sr
debug ospf te
debug ospf event
debug ospf lsa
debug ospf zebra
!
interface lo
!
interface eth-rt4
ip ospf network point-to-point
!
interface eth-rt5
ip ospf network point-to-point
!
router ospf
ospf router-id 6.6.6.6
network 6.6.6.6/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 6.6.6.6
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 6.6.6.6/32 index 60 explicit-null
!