ESR series service routers.ESR-Series. User manual
•
•
Step Description Command Keys
12 Set the severity for messages that will
be saved to the local syslog file
(optional).
esr(config-syslog-
file)# severity
<SEVERITY>
<SEVERITY> – described in point 3.
13 Set maximum size of the log file
(optional).
esr(config)# syslog
file-size <SIZE>
<SIZE> – file size, takes value of
[10..10000000] KB.
14 Set maximum number of files saved
during rotation (optional).
esr(config)# syslog
max-files <NUM>
<NUM> – maximal number of files, takes
values of [1 .. 1000].
15 Enable sending of syslog messages to
a remote syslog server (when it is
necessary to send messages to a
remote syslog server).
esr(config)#syslog
host <HOSTNAME>
<ADDR><TRANSPORT
>
<HOSTNAME> – syslog server name, set
by the string of up to 31 characters. Used
only to identify the server during
configuration. The value 'all' is used in the
no syslog host command to delete all
syslog servers;
<ADDR> – IP address, defined as
AAA.BBB.CCC.DDD where each part takes
values of [0..255];
<TRANSPORT> – data transfer protocol,
optional parameter, takes values:
TCP – data transmission is carried
out by TCP;
UDP – data transmission is carried
out by UDP.
16 Specify IPv4/IPv6 address of the
remote syslog server.
esr(config-syslog-
host)# remote-
address { <ADDR> |
<IPV6-ADDR> }
<ADDR> – IP address, defined as
AAA.BBB.CCC.DDD where each part takes
values of [0..255];
<IPV6-ADDR> – IPv6 address, defined as
X:X:X:X::X where each part takes values in
hexadecimal format [0..FFFF].
17 Specify IPv4/IPv6 address of the
router from which packets will be sent
to the remote syslog server (optional).
esr(config-syslog-
host)# source-
address { <ADDR> |
<IPV6-ADDR> }
<ADDR> – IP address, defined as
AAA.BBB.CCC.DDD where each part takes
values of [0..255];
<IPV6-ADDR> – IPv6 address, defined as
X:X:X:X::X where each part takes values in
hexadecimal format [0..FFFF];
Default value: Ipv4/IPv6 interface address
from whichpackets will be sent to the
remote syslog server.