Trace only unusual or abnormal operations to /var/log/routing-log, and trace detailed information about all RIP packets to /var/log/rip-log:
- [edit]
- routing-options {
-
- traceoptions {
- file /var/log/routing-log;
- flag errors;
- }
- }
- protocols {
-
- rip {
-
- traceoptions {
- file /var/log/rip-log;
- flag packets detail;
- }
- }
- }