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

Examples: Tracing Global Routing Protocol Operations

Log all globally traceable operations, saving the output in up to 10 files that are up to 10 MB in size:

[edit]
routing-options {
traceoptions {
file routing size 10m files 10;
flag all;
}
}

Log all unusual or abnormal traceable operations:

[edit]
routing-options {
traceoptions {
file routing size 10m files 10;
flag all;
flag normal disable;
}
}

Log changes that occur in the JUNOS software routing table:

[edit]
routing-options {
traceoptions {
file routing size 10m files 10;
flag route;
}
}

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