IPADDRESS IPA IP

Description:

The Internet (IP) Address of the unit. The unit's IP address must adhere to certain standards and not conflict with the IP address of any another device on the network. IP address(es) with 0 or 255 in them are invalid. Please consult your organization's Network Administrator before assigning an IP address to a unit. An IP address of 0.0.0.0 can be assigned and will effectively disable the unit's network capabilities.

Form:

  Command Handler: SYSD
  IPADDRESS|IPA|IP [DEVICE] [IP ADDRESS]
  Argument List:
    DEVICE:
    Terse    Verbose    Description
    0              0    Modify or display device 0 ('Ethernet') IP address
    1              1    Modify or display device 1 ('GigE') IP Address
    IP ADDRESS:
    Terse             Verbose    Description
    nnn.nnn.nnn.nnn      none    IP Address in 'numbers-and-dots' notation.
                                 Default = 0.0.0.0 (network disabled).

Response:

  MODIFY IPADDRESS 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 IPADDRESS RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "IPA= [IP ADDRESS]\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[nnn.nnn.nnn.nnn]\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:
*.SYSD IPADDRESS 0<enter>
     Response is: OK\r\n
                  IPA= 149.149.49.194\r\n

  Terse command to retrieve current setting:
  IP 0<enter>
     Response is: 0\r\n
                  149.149.49.194\r\n

  Verbose command to change setting:
*.SYSD IPADDRESS 1 149.149.149.149 <enter>
     Response is: OK\r\n

  Terse command to change setting:
*.SYSD IP 0 149.149.149.149 <enter>
     Response is: 0\r\n

  Terse command to change setting using default device 0:
*.SYSD IP 149.149.149.149 <enter>
     Response is: 0\r\n

Notes:

 The IP addresses for device 0 and 1 cannot be the same.  It is recommended that
 the two devices be located on separate subnets.  The edje-4111 does not have
 a GigE ethernet port (device 1).
Created By: Adtec Digital