To configure system logging for all routers in a routing matrix composed of a TX Matrix Plus router and T1600 routers, include the syslog statement at the [edit system] hierarchy level on the TX Matrix Plus router. The syslog statement applies to every router in the routing matrix.
- [edit system]
- syslog {
- archive <files number> <size size <world-readable | no-world-readable>;
-
- console {
- facility severity;
- }
-
- file filename {
- facility severity;
- archive <archive-sites {ftp-url <password password>}> <files number> <size size> <start-time "YYYY-MM-DD.hh:mm"> <transfer-interval minutes> <world-readable | no-world-readable>;
- explicit-priority;
- match "regular-expression";
-
- structured-data {
- brief;
- }
- }
-
- host (hostname | other-routing-engine | sfc0-master) {
- facility severity;
- explicit-priority;
- facility-override facility;
- log-prefix string;
- match "regular-expression";
- }
- source-address source-address;
- time-format (year
| millisecond | year millisecond);
-
- (username | *) {
- facility severity;
- match "regular-expression";
- }
- }
When included in the configuration on the TX Matrix Plus router, the following configuration statements have the same effect as on a single-chassis system, except that they apply to every router in the routing matrix composed of the TX Matrix Plus router and T1600 routers:
The separate match statement at the [edit system syslog host sfc0-master] hierarchy level applies to messages forwarded from the T1600 routers to the TX Matrix Plus router. See Configuring Optional Features for Forwarded Messages on a TX Matrix Plus Router.
The effect of the other statements differs somewhat for a routing matrix than for a single-chassis system.