Trace only unusual or abnormal operations to the file routing-log, and trace all IGMP packets to the file igmp-log:
- [edit]
- routing-options {
-
- traceoptions {
- file routing-log;
- flag errors;
- }
- }
- protocols {
-
- igmp {
-
- traceoptions {
- file igmp-log;
- flag packets;
- }
- }
- }