For more information about the configuration groups for a routing matrix, see the chapter
about configuration groups in the Junos OS CLI User Guide.
The following example shows how to configure the /var/log/messages files on three
platforms to include different sets of messages:
•
On the TX Matrix platform, local messages with severity info and higher from all
facilities. The file does not include messages from the T640 routing nodes, because
the host scc-master statement disables message forwarding.
•
On the T640 routing node designated LCC0, messages from the authorization facility
with severity info and higher.
•
On the T640 routing node designated LCC1, messages with severity notice from all
facilities.
[edit groups]
re0 {
system {
syslog {
file messages {
any info;
}
host scc-master {
any none;
}
}
}
}
re1 {
... same statements as for re0 ...
}
lcc0-re0 {
system {
syslog {
file messages {
authorization info;
}
}
}
}
lcc0-re1 {
... same statements as for lcc0-re0 ...
}
lcc1-re0 {
system {
syslog {
file messages {
any notice;
}
}
}
}
lcc0-re1 {
Copyright © 2010, Juniper Networks, Inc.34
Junos 10.3 System Log Messages Reference