Trace only unusual or abnormal operations to the file routing-log, and trace detailed information about all DVMRP messages to the file dvmrp-log:
- [edit]
- routing-options {
-
- traceoptions {
- file routing-log;
- }
- }
- protocols {
-
- dvmrp {
-
- traceoptions {
- file dvmrp-log;
- flag packets;
- }
- interface so-0/0/0;
- }
- }