home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system syslog host <hostname> facility-override <facility>

Defines the facility override value that replaces the facility fields for all log entries sent to the specified host.

set system syslog host hostname facility-override facility
delete system syslog host hostname facility-override
show system syslog [ host hostname facility-override [ facility ] ]
hostname
An IP address or a host name configured with system syslog host <hostname> facility <facility> level <level>.
facility
The overrride facility value that replaces the facility fields for all log entries to the specified host messages. system syslog for the system syslog command lists the supported logging facilities.

Configuration mode


system {
    syslog {
        host hostname {
            facility-override facility 
        }
    }
}

A facility override only affects log entries sent to a host and does not affect entries set to a user, console, or file.

A facility override is specific to a host. Different hosts can have different override values.

Use the set form of this command to define the facility override value for all log entries sent to the specified host.

Use the delete form of this command to restore the default facility values for the log entries sent to the specified host.

Use the show form of this command to display the configuration for the facility override configuation.