mirror_frr/tests/topotests/cspf_topo1/r3/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

28 lines
383 B
Plaintext

!
hostname r3
!
interface lo
ip address 10.0.255.3/32
ipv6 address 2001:db8::3/128
!
interface r3-eth0
ip address 10.0.3.3/24
ipv6 address 2001:db8:3::3:3/64
link-params
metric 25
delay 25000
enable
admin-grp 0x20
exit-link-params
!
interface r3-eth1
ipv6 address 2001:db8:5::4:3/64
link-params
enable
metric 10
delay 10000
exit-link-params
!
ip forwarding
!