27 lines
503 B
Text
27 lines
503 B
Text
|
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 22.22.22.22/32 lo
|
||
|
|
||
|
interface r2-eth0
|
||
|
ip address 1.1.1.2/24
|
||
|
ip rip authentication string bar
|
||
|
ip rip authentication mode text
|
||
|
exit
|
||
|
|
||
|
router rip
|
||
|
network 1.1.1.0/24
|
||
|
timers basic 5 15 10
|
||
|
redistribute static
|
||
|
exit
|