summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ospfd.conf
blob: 89e37df479ee99b899ffeb6f5e76358cb8ff79df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
hostname r4
log file ospfd.log
!
router ospf
 router-id 4.4.4.4
 network 0.0.0.0/4 area 0
 redistribute static
!
int r4-eth0
 ip ospf hello-interval 2
 ip ospf dead-interval 10
!