Trace only unusual or abnormal operations to a file called routing-log, and trace router discovery state transitions to a file called icmp-log:
- [edit]
- routing-options {
-
- traceoptions {
- file routing-log;
- }
- }
- protocols {
-
- router-discovery {
-
- traceoptions {
- file icmp-log;
- flag state;
- }
- }
- }