mirror_frr/tests/topotests/bgp_auth/R1/ospfd.conf
Christian Hopps b668944766
tests: speed up bgp_auth test (24m -> 12m)
- Reduce OSPF timers to 1 and 4
- Reduce BGP connect timer to 5
- Apply configs in parallel as single file
- Remove the switches as all links are p2p, perhaps this will help with
  reliability?

Signed-off-by: Christian Hopps <chopps@labn.net>
2021-09-05 05:41:04 -04:00

22 lines
510 B
Plaintext

interface R1-eth0
ip ospf dead-interval 4
ip ospf hello-interval 1
interface R1-eth1
ip ospf dead-interval 4
ip ospf hello-interval 1
interface R1-eth2
ip ospf dead-interval 4
ip ospf hello-interval 1
interface R1-eth3
ip ospf dead-interval 4
ip ospf hello-interval 1
interface R1-eth4
ip ospf dead-interval 4
ip ospf hello-interval 1
interface R1-eth5
ip ospf dead-interval 4
ip ospf hello-interval 1
router ospf
network 10.10.0.0/16 area 0
network 10.20.0.0/16 area 0
network 1.1.1.1/32 area 0