nv show system syslog
|
|
nv show system syslog Show syslog configuration.
|
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/syslog |
|
|
Related Commands |
nv show system log rotation |
|
|
Notes |
|
|
nv show system syslog format
|
|
nv show system syslog format Show syslog format. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 25.02.3000 : Updated command output |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/syslog/format |
|
|
Related Commands |
nv show system log rotation |
|
|
Notes |
|
|
nv show system syslog server
|
|
nv show system syslog server Show remote syslog servers. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/syslog/server |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv show system syslog server id
|
|
nv show system syslog server <server-id> Show remote syslog server configuration. |
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
Default |
N/A |
|
|
History |
25.02.2002 25.02.3000 : Updated command output |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv unset system syslog
|
|
nv unset system syslog Clear syslog global parameters. It completely removes syslog configuration. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog |
|
|
Related Commands |
nv show system log rotation |
|
|
Notes |
|
|
nv set/unset system syslog format
|
|
nv set system syslog format [standard | welf]
Set the log format.
|
|
|
Syntax Description |
N/A |
|
|
Default |
Standard |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/format |
|
|
Related Commands |
nv set system syslog format welf firewall-name |
|
|
Notes |
|
|
nv set/unset system syslog server filter exclude
|
|
nv set system server <server-id> filter exclude <regex>
Define the filter to exclude logs from sending to remote server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
regex |
Pattern to exclude logs from sending |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id}/filter |
|
|
Related Commands |
nv set system syslog server filter include |
|
|
Notes |
Setting exclude filter clears include filter. |
|
nv set/unset system syslog server filter include
|
|
nv set system syslog server <server-id> filter include <regex>
Define the filter to include logs to send to remote server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
regex |
Pattern to include logs to send |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id}/filter/include |
|
|
Related Commands |
nv set system syslog server filter exclude |
|
|
Notes |
Setting include filter clears exclude filter. |
|
nv set/unset system syslog format welf firewall-name
|
|
nv set system format welf firewall-name <name>
Set WELF format firewall name.
|
|
|
Syntax Description |
Name |
Log firewall name to include into WELF log format. |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/format/welf |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv unset system syslog server
|
|
nv unset system syslog server Clear remote syslog servers. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set/unset system syslog server
|
|
nv set system syslog server {server-id}
Set new remote syslog server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set/unset system syslog server trap
|
|
nv set system server <server-id> trap <severity>
Set the minimum log level to send the NVOS daemon logs to remote server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
severity |
Options: debug | info | notice | warn | error | critical | none |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
Overrides global syslog trap. |
|
nv set/unset system syslog server port
|
|
nv set system server <server-id> port <port-number>
Set the port over which to communicate with remote syslog server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
port-number |
Port number of the remote syslog server: 1–65535 |
|
|
Default |
512 |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set/unset system syslog server protocol
|
|
nv set system server <server-id> protocol [tcp | udp]
Set the protocol over which to communicate with remote syslog server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
Default |
udp |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set/unset system syslog server vrf
|
|
nv set system server <server-id> vrf [default | mgmt]
Specify the VRF over which to communicate with the remote server.
|
|
|
Syntax Description |
server-id |
Remote syslog server ipv4, or ipv6, or hostname |
|
Default |
default |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/syslog/server/{server-id} |
|
|
Related Commands |
|
|
|
Notes |
|
|
Last updated: