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

Example: Tracing STP Traffic

Trace only unusual or abnormal operations to /var/log/stp-log:

[edit]
routing-options {
traceoptions {
file /var/log/routing-log;
flag errors;
}
}
protocols {
rstp {
traceoptions {
file /var/log/stp-log;
}
}
}

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