mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00

Contains 2 testcases. The first does a basic configuration/connectivity. The second testcase initiates a shortcut through the primary NHS, verifies shortcut routes are installed. Primary NHS interface brought down and verify that the shortcut is not impacted. Finally verify that after the shortcut expires, it is able to be re-established via a backup NHS. Signed-off-by: dleroy <dleroy@labn.net>
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
ip forwarding
|
|
interface r4-eth0
|
|
ip address 192.168.2.4/24
|
|
!
|
|
ip route 192.168.1.0/24 192.168.2.6
|
|
interface r4-gre0
|
|
ip address 176.16.1.4/32
|
|
no link-detect
|
|
ipv6 nd suppress-ra
|
|
!
|
|
interface r4-eth1
|
|
ip address 4.4.4.4/24
|
|
!
|
|
ip route 0.0.0.0/0 176.16.1.1 50
|
|
ip route 0.0.0.0/0 176.16.1.2 60
|
|
ip route 0.0.0.0/0 176.16.1.3 70 |