Syslog


nv show service syslog

Shows the syslog configuration settings.

Cumulus 5.13 and later does not provide this command. Use the nv show system syslog command instead.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show service syslog

nv show service syslog <vrf-id>

Shows the syslog configuration settings for the specified VRF.

Cumulus 5.13 and later does not provide this command. Use the nv show system syslog <vrf-id> command instead.

Command Syntax

Syntax Description
<vrf-id> The VRF name.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show service syslog default
          operational  applied      
--------  -----------  -------------
[server]               192.168.0.254

nv show service syslog <vrf-id> server

Shows the remote DNS servers for the specified VRF.

Cumulus 5.13 and later does not provide this command. Use the nv show system syslog <vrf-id> server command instead.

Command Syntax

Syntax Description
<vrf-id> The VRF name.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show service syslog default server
               port  protocol
-------------  ----  --------
192.168.0.254  514   tcp

nv show service syslog <vrf-id> server <server-id>

Shows information about a specific remote DNS server for the specified VRF.

Cumulus 5.13 and later does not provide this command. Use the nv show system syslog <vrf-id> server <server-id> command instead.

Command Syntax

Syntax Description
<vrf-id> The VRF name.
<server-id> The hostname or IP address of the syslog server.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show service syslog default server 192.168.0.254
          operational  applied
--------  -----------  -------
port      514          514    
protocol  tcp          tcp

nv show system syslog

Shows the syslog configuration settings.

Cumulus 5.12 and earlier does not provide this command. Use the nv show service syslog <vrf-id> command instead.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog

nv show system syslog format

Shows the syslog format: standard or WELF.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog format

nv show system syslog selector <selector-id>

Shows filtering information for a selector.

Command Syntax

Syntax Description
<selector-id> The name of the selector.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog selector SELECTOR1

nv show system syslog selector <selector-id> filter

Shows all filters for a selector.

Command Syntax

Syntax Description
<selector-id> The name of the selector.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog selector SELECTOR1 filter

nv show system syslog selector <selector-id> filter <filter-id>

Shows information about a specific filter for a selector.

Command Syntax

Syntax Description
<selector-id> The name of the selector.
<filter-id> The filtering ID.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog selector SELECTOR1 filter 10

nv show system syslog server

Shows the configured syslog servers.

Cumulus 5.12 and earlier does not provide this command. Use the nv show service syslog <vrf-id> server command instead.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog server

nv show system syslog server <server-id>

Shows information for a specific syslog server.

Cumulus 5.12 and earlier does not provide this command. Use the nv show service syslog <vrf-id> server <server-id> command instead.

Version History

Introduced in Cumulus Linux 5.13.0

Example

cumulus@switch:~$ nv show system syslog server 192.168.0.254