User guide

set udpdest
226 Chapter 2 Command Descriptions
Options description=”string
A description of the destination, used for easy identification. This
description can be up to 16 characters long. If it includes spaces,
surround the entire string in quotation marks.
ipaddress=dest ip
The destination’s IP address.
ipport=port
The UDP port number that will be used for communication with the
destination.
port=serial port
The port or ports on which the serial device or devices reside. Enter this
information in any of the following ways:
port=1
port=1-2
port=1,2
port=1,2-4
range=index
The index number or numbers that identify entries in the UDP destination
table. Enter this information in any of the following ways:
range=1
range=1-2
range=1,2
range=1,3-4
rmudp=on
Removes the entries from the UDP destination table identified on the
"port" and "range" options.
Examples Display entries in the UDP destination table
#> set udpdest port=1-2 range=1,2-4,6
Remove entries from the UDP destination table
#> set udpdest rmudp=on port=1-2 range=1,2-4,6
Configure entries in the UDP destination table
In this example, two entries are configured for the UDP destination table.
#> set udpdest port=1 range=1,2 ipaddress=192.2.2.2 ipport=50
Change an entry in the UDP destination table
In this example, one of the entries configured in the previous example is
changed, that is, a different UDP port number is assigned one of the
destinations.
#> set udpdest port=1 range=2 ipport=51
See also "revert" on page 79. The “revert udpdest” option reverts the
“set udpdest” configuration.
"set udpserial" on page 227.