frr/tests/topotests/zebra_fec_nexthop_resolution/r5/ospfd.conf.after

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
529 B
Text
Raw Normal View History

log stdout
!
interface lo
ip ospf network point-to-point
ip ospf passive
exit
!
interface r5-eth1
ip ospf network point-to-point
ip ospf hello-interval 1
exit
!
router ospf
ospf router-id 192.0.2.5
network 192.0.2.5/32 area 0.0.0.0
network 192.168.5.0/24 area 0.0.0.0
passive-interface lo
capability opaque
mpls-te on
mpls-te router-address 192.0.2.5
segment-routing on
segment-routing global-block 21000 22000 local-block 35000 35999
segment-routing node-msd 8
segment-routing prefix 192.0.2.5/32 index 55
exit
!