[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Tracing IGMP Protocol Traffic

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;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]