diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-03-16 14:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 14:36:01 +0200 |
| commit | 486164be72f0632b96bd4bb29cdab9f2c4d1d978 (patch) | |
| tree | 92573908770dde6aa0d43f76fd476a100be17cdb | |
| parent | 5371a225984a4f55918369f96a55d4171b4adfc3 (diff) | |
| parent | 235441496468d6621d631811ee5621244b5797d0 (diff) | |
| download | vyos-documentation-486164be72f0632b96bd4bb29cdab9f2c4d1d978.tar.gz vyos-documentation-486164be72f0632b96bd4bb29cdab9f2c4d1d978.zip | |
Merge pull request #1794 from srividya0208/syslog-clichk
Correction of syslog and isis cli commands as per the latest version
| -rw-r--r-- | docs/configuration/protocols/isis.rst | 9 | ||||
| -rw-r--r-- | docs/configuration/system/syslog.rst | 10 |
2 files changed, 7 insertions, 12 deletions
diff --git a/docs/configuration/protocols/isis.rst b/docs/configuration/protocols/isis.rst index 589c9e45..0fb0e9e0 100644 --- a/docs/configuration/protocols/isis.rst +++ b/docs/configuration/protocols/isis.rst @@ -118,12 +118,12 @@ IS-IS Global Configuration This command sets overload bit to avoid any transit traffic through this router. It is described in :rfc:`3787`. -.. cfgcmd:: set protocols isis name default-information originate <ipv4|ipv6> +.. cfgcmd:: set protocols isis default-information originate <ipv4|ipv6> level-1 This command will generate a default-route in L1 database. -.. cfgcmd:: set protocols isis name default-information originate <ipv4|ipv6> +.. cfgcmd:: set protocols isis default-information originate <ipv4|ipv6> level-2 This command will generate a default-route in L2 database. @@ -244,8 +244,9 @@ Interface Configuration .. cfgcmd:: set protocols isis interface <interface> fast-reroute ti-lfa [level-1|level-2] [node-protection [link-fallback]] This command enables per-prefix TI-LFA fast reroute link or node protection. - When node protection is used, option link-fallback enables the computation and - use of link-protecting LFAs for destinations unprotected by node protection. + When node protection is used, option link-fallback enables the computation + and use of link-protecting LFAs for destinations unprotected by node + protection. Route Redistribution -------------------- diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst index 57d5e6bf..c2767c4a 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -51,22 +51,16 @@ Configure the general behavior of the syslog service. If configured, the device includes its :abbr:`FQDN (Fully Qualified Domain Name)` in log messages, even if the syslog server is in the same domain. -.. cfgcmd:: set system syslog source-address <address> - - Configure the source IP address for log transmission to a remote server. Local logging ------------- Configure which log messages to save to a local log file. -.. cfgcmd:: set system syslog file <filename> facility <keyword> level <keyword> +.. cfgcmd:: set system syslog local <filename> facility <keyword> level <keyword> **Configure syslog to save log messages for a specific facility and - severity level to a local log file.** - - Logs matching the specified facility and severity level are saved to the - local file at ``/var/log/messages``. + severity level to ``/var/log/messages``.** Refer to the tables below for valid facility and severity options. |
