UNICASTGATEWAY UCG MG

Description:

  Sets the gateway address for a unicast.

Form:

  Command Handler: ECMD
  UNICASTGATEWAY | UCG | MG [CHANNEL] [ARGUMENT]
  Channel List (args are not case sensitive):
  Terse              Verbose     Description
  CHn                    CHn     The MSI will be set for channel n, where n
                                 is a valid channel number, starting at 0.
  If no CHANNEL is argued, the system will default to channel 0.
  Argument List:
  Terse              Verbose      Description
  nnn.nnn.nnn.nnn       none      Desired gateway address

Response:

  MODIFY UNICASTGATEWAY RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

  DISPLAY UNICASTGATEWAY RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "MULTICASTSIPA CHn= [IP ADDRESS]\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[IP ADDRESS]\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes display responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  *.ECMD UNICASTGATEWAY <enter>
     Response is: OK\r\n
                  UNICASTGATEWAY = 192.168.20.1\r\n

  *.ECMD UNICASTGATEWAY CH1 <enter>
     Response is: OK\r\n
                  UNICASTGATEWAY = 192.168.20.45\r\n

  Terse command to retrieve current setting:
  *.ECMD MG <enter>
     Response is: 0\r\n
                  192.168.20.1\r\n

  Verbose command to change setting:
  *.ECMD UNICASTGATEWAY 192.186.20.2 <enter>
     Response is: OK\r\n

  Terse command to change setting:
  *.ECMD MG 192.186.20.2 <enter>
     Response is: 0\r\n

  Verbose command to change setting while specifying a channel:
  *.ECMD UNICASTGATEWAY CH1 192.186.20.2 <enter>
     Response is: OK\r\n

  Terse command to change setting while specifying a channel:
  *.ECMD MG CH1 192.186.20.2 <enter>
     Response is: 0\r\n

  Verbose command disable gateway and use existing GATEWAYIPDDRESS
  *.ECMD UCG CH2 0.0.0.0

Notes:

  The gateway address must be reachable on the local network for the
  interface used for the transmit.
Created By: Adtec Digital