mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 12:10:24 +00:00

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>
28 lines
383 B
Plaintext
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
|
|
!
|