mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:30:38 +00:00

Also uses oper state `active` node to test. Signed-off-by: Christian Hopps <chopps@labn.net>
20 lines
283 B
Plaintext
20 lines
283 B
Plaintext
log timestamp precision 6
|
|
log file frr.log debug
|
|
|
|
interface r2-eth0
|
|
ip address 1.1.1.2/24
|
|
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
exit
|
|
|
|
router ospf
|
|
ospf router-id 2.2.2.2
|
|
network 1.1.1.0/24 area 0
|
|
exit
|
|
|
|
router rip
|
|
network 1.1.1.0/24
|
|
exit
|
|
|
|
ip route 250.0.0.2/32 Null0 |