system settings logging host
To configure remote host to which syslogs are sent, use the system settings logging host command in global configuration mode.
system settings logging host ip address port transport
no system settings logging host
Syntax Description
ip address |
Specifies the remote host address that can be IPv4/IPv6/hostname. |
transport |
Specifies the transport protocol: UDP or TCP. The default transport protocol is UDP, with default port 514. For transport protocol of TCP, the default port is 601. |
Command Default
None
Command Modes
Global configuration (config)
Command History
Release | Modification |
---|---|
3.6.1 |
This command was introduced. |
Examples
The following example shows how to configure remote host.
nfvis(config)# system settings logging host 172.19.162.117 port 1635 transport tcp
nfvis(config)# system settings logging host 172.19.162.111 port 163 transport udp
nfvis(config)# system settings logging host 172.19.162.112 port 1523
nfvis(config)# system settings logging host 172.19.162.114 transport tcp