Trace only unusual or abnormal operations to a routing log file, and trace detailed information about all PIM messages to a PIM log file:
- routing-options {
-
- traceoptions {
- file routing-log;
- flag errors;
- }
- }
- protocols {
-
-
pim {
-
interface so-0/0/0;
-
-
traceoptions {
- file pim-log;
- flag packets;
- }
- }
- }