summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_notif/r1/frr.conf
blob: 36981c94d33c8abd9271c80f21d3c1f9d115c0b9 (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
log timestamp precision 6
log file frr.log

no debug memstats-at-exit

debug northbound notifications
!! debug northbound libyang
debug northbound events
debug northbound callbacks

debug mgmt backend datastore frontend transaction
debug mgmt client frontend
debug mgmt client backend

ip route 11.11.11.11/32 lo

interface r1-eth0
 ip address 1.1.1.1/24
 ip rip authentication string foo
 ip rip authentication mode text
exit

router rip
 network 1.1.1.0/24
 timers basic 5 15 10
 redistribute static
exit