Management and Configuration Guide K/KA/KB.15.15

The command logging origin-id none will display the following.
logging origin-id none
Syslog messages
Syslog messages have been made to incorporate origin identifier changes.
Example
HP_Switch(config)# logging origin-id ip-address
Resulting syslog message:
Jan 1 00:15:35 169.254.230.236 00076 ports: port 2 is now on-line
Example
HP_Switch(config)# logging origin-id hostname
Resulting syslog message:
Jan 1 00:15:35 HP-2910al-24G 00076 ports: port 2 is now on-line.
Example
HP_Switch(config)# logging origin-id none
Resulting syslog message:
Jan 1 00:15:35 - 00076 ports: port 2 is now on-line.
Syslog messages using UDP, TCP and TLS
Sends Syslog messages to the configured Syslog Servers using UDP, TCP and the TLS transport
layer to deliver the Syslog messages.
Syntax
(config)# logging <ip-addr>[udp <port> | tcp <port> | tls
<port>]
To specify that syslog communications should use a TLS connection, transport type
and port number parameters are available for the logging command in the switch
configuration context. IP-ADDR is required when the transport protocol is specified.
Setting the transport protocol is optional.
The default transport protocol is UDP. The port value is optional, but must be
preceded by UDP, TCP or TLS.
Default port values are:
UDP: 514
TCP: 1470
TLS: 6514
Example
Syslog server at 192.168.1.1 is using UDP with the default port value of 514:
(config)# logging 192.168.1.1
Example
Syslog server at 192.168.1.2 is using UDP at port 9514:
(config)# logging 192.168.1.2 udp 9514
Debug/syslog operation 399