mirror_frr/tests/topotests/cspf_topo1/r4/zebra.conf
Olivier Dugeon 62f79ac129 tests: Add CSPF topotest
Add new topotest for the Constraints ShortestPath First (CSPF) algorithm.
This topotest uses IS-IS-TE as base network to populate a Traffic Engineering
Database (TED) and sharpd to call cspf algorithms on this IS-IS-TE topology.

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
2022-02-02 17:04:12 +01:00

27 lines
367 B
Plaintext

!
hostname r4
!
interface lo
ip address 10.0.255.4/32
ipv6 address 2001:db8::4/128
!
interface r4-eth0
ip address 10.0.4.4/24
ipv6 address 2001:db8:4::2:4/64
link-params
metric 40
delay 40000
enable
exit-link-params
!
interface r4-eth1
ipv6 address 2001:db8:5::3:4/64
link-params
metric 10
delay 10000
enable
exit-link-params
!
ip forwarding
!