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

Example: Tracing MSDP Protocol Traffic

Trace only unusual or abnormal operations to routing-log, and trace detailed information about all MSDP messages to msdp-log:

[edit]
routing-options {
traceoptions {
file routing-log;
flag errors;
}
}
protocols {
msdp {
peer 192.68.2.120; {
local-address 192.68.1.200;
}
traceoptions {
file msdp-log;
flag packets;
}
}
}

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