The default maximum file size depends on the platform type:

  * 128 kilobytes (KB) for J-series Routers
  * 1 (MB) for M-series, MX-series, and T-series routing platforms
  * 10 MB for TX Matrix platforms 

So based on the setup/platform this value should be defined or probably
left to default.


Thanks & Regards,
Tarique A. Nalkhande


----Original Message-----
From: juniper-nsp-boun...@puck.nether.net
[mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Hoogen
Sent: Monday, September 07, 2009 10:23 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] JNCIP Case Study - 1 Pg 42 - archive size and files

Modify the syslog parameters to log all interactive CLI commands to a
file
called rn-cli, where n is equal to the router number. Configure the CLI
log
to permit four archived copies that will be no larger than 128K, and
ensure
that CLI-related logging is also sent to 10.0.200.2, which is providing
a
remote syslog service. All other syslog parameters should be left at
their
default setting.

Book Solution

syslog {
user * {
any emergency;
}
host 10.0.200.2 {
interactive-commands any;
}
file messages {
any notice;
authorization info;
}
file r2-cli {
interactive-commands any;
archive files 4;
}
}

My concern is the file r2-cli.. wherein archive files 4 is given.. but
the
question says "permit four archived copies that will be no larger than
128K"

My Solution was

syslog {
user * {
any emergency;
}
host 10.0.200.2 {
interactive-commands any;
}
file messages {
any notice;
authorization info;
}
file r1-cli {
interactive-commands any;
archive size 128k files 4;
}

Any insight into this... Am I missing something..
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to