User guide

set logport
Chapter 2 Command Descriptions 157
delimiter=string
The string in the serial data that tells the Digi device that the message is
complete and should be forwarded to the destination. If you do not
specify a delimiter, the Digi device will forward a message based on the
number of bytes accumulated in the buffer (specified by the "rmax"
option) and on the period to wait for the buffer to fill (specified by the
"rtime" option).
Rules and guidelines for specifying this string are as follows:
The string can be between 1 and 4 characters long.
The string can be made up of printable or unprintable characters.
To use an unprintable character, enter the character in hexadecimal
format, that is, \xhh, where hh is replaced with a hexadecimal
number.
There are several unprintable characters that can be entered using
a shortcut, enabling you to avoid entering hexadecimal digits. They
are: \t (tab), \r (carriage return), \n (line feed).
To use the backslash character as a delimiter, enter two backslash
characters (\\).
There is no default delimiter.
Examples To enable logging to a syslog server (in the receive and transmit
directions):
#> set logport range=1-16 state=both mode=syslog ipaddress=190.175.175.20
udpport=514
To enable logging to a UDP server for receive direction only:
#> set logport range=1-16 state=rx mode=raw ipaddress=190.175.175.20
udpport=514
See also "revert" on page 79. The “revert logport” command reverts to the port-
logging settings to defaults or to the latest configuration stored in NVRAM.