summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_metric_propagation/rb/frr.conf
blob: a7dbf82278ceec9c852d667d5966723806240c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
!
hostname rb
password zebra
log file /tmp/rb-frr.log
ip forwarding
!
interface rb-eth0
 ip address 10.0.50.6/24
 ip ospf hello-interval 1
 ip ospf dead-interval 30
!
interface rb-eth1
 ip address 10.0.30.6/24
 ip ospf hello-interval 1
 ip ospf dead-interval 30
!
interface rb-eth2
 ip address 10.0.40.6/24
 ip ospf hello-interval 1
 ip ospf dead-interval 30
!
router ospf
  ospf router-id 10.0.255.6
  network 10.0.30.0/24 area 0
  network 10.0.40.0/24 area 0
  network 10.0.50.0/24 area 0
!