GATEIPADDRESS GIP GI

Description:

  Displays or sets the default Gateway IP Address.

Form:

  Command Handler: SYSD
  GATEIPADDRESS|GIP|GI [ARGUMENT]
  Argument List:
  IP address of default gateway.
  No argument shows the current default gateway.

Response:

    "OK\r\n" to acknowledge receipt of command, or
    "ERROR- [Description]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

Examples:

  Verbose command to set default gateway:
  *.SYSD GATEIPADRESS 192.168.10.1<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show default gateway:
  *.SYSD GATEIPADRESS<enter>
     Response is: OK\r\n
                 GateIpAddress= 192.168.10.1\r\n
                 \r\n

Notes:

  None.
Created By: Adtec Digital