NAMESERVER NSR NS

Description:

  This command manages connectivity to newtork attached storage.

Form:

  Command Handler: SYSD
  NAMESERVER | NSR | NS [IP ADDRESS]
  Argument list:
  COMMAND         VALUE                            DESCRIPTION
  IP ADDRESS      NNN.NNN.NNN.NNN                  Nameserver IP address.

Response:

  "OK\r\n" to acknowledge receipt of command, and
  [Reply Info]  if required by the command
  "ERROR- [Description]\r\n" if error, ending command
  "\r\n" concludes modify responses (empty line)

Examples:

   Set nameserver:
   *.SYSD NAMESERVER 192.168.9.1
    Response is: OK\r\n
                r\n    

   Show NAMESERVER:
   *.SYSD NAMESERVER
    Response is: OK\r\n
                192.168.9.1
                r\n    
   
   Clear Nameserver:
   *.SYSD NAMESERVER 0.0.0.0
    Response is: OK\r\n
                 r\n    

Notes:

   Setting Nameserver may conflict with DHCP which acquires 
   nameserver automatically.  Do not set NAMESERVER when DHCP
   set to ON.
Created By: Adtec Digital