mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 03:42:57 +00:00

This new test launches a small network composed by 4 OSPF routers with Traffic Engineering and Segment Routing configuration. To assess the Link State Traffic Engineering feature, the TED of each router is compared against the reference TED which corresponds to the network topology. Then a series of 6 steps, where Link, TE & SR configurations are modified up to r4 shutwdown, are used to verify that the TED is correctly updated on the 4 routers. Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
22 lines
273 B
Plaintext
22 lines
273 B
Plaintext
!
|
|
interface lo
|
|
ip address 10.0.255.1/32
|
|
!
|
|
interface r1-eth0
|
|
ip address 10.0.0.1/24
|
|
link-params
|
|
metric 20
|
|
delay 10000
|
|
ava-bw 1.25e+08
|
|
enable
|
|
exit-link-params
|
|
!
|
|
interface r1-eth1
|
|
ip address 10.0.1.1/24
|
|
link-params
|
|
enable
|
|
exit-link-params
|
|
!
|
|
ip forwarding
|
|
!
|