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