summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/r1/frr-simple.conf
blob: 73df6b97b2bb49d87a5a2e4cf7c9dc7d821e4f85 (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
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

interface r1-eth0
  ip address 1.1.1.1/24
  description r1-eth0-desc
  evpn mh es-df-pref 32767
exit

interface r1-eth1 vrf red
  ip address 3.3.3.1/24
  description r1-eth1-desc
exit
ip route 11.11.11.11/32 1.1.1.2
!ip route 13.13.13.13/32 3.3.3.2 vrf red