MULTICASTRSRC MRS M1

Description:

  Sets the multicast receive Source Specific IP address
  http://www.ietf.org/rfc/rfc4607.txt

  The command format has been modified to allow for multiple decode channels in a single unit.
  At this time, only channel 0 is supported.

Form:

  Command Handler: DCMD
  MULTICASTRSRC|MRS|M1 [CHANNEL] [ARGUMENT]
  Channel List (args are not case sensitive):
  Terse              Verbose     Description
  CHn                    CHn     The MRS 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 source IP address

Response:

  MODIFY MULTICASTRSRC 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 MULTICASTRSRC RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "MULTICASTRSRC 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:
  *.DCMD MULTICASTRSRC <enter>
     Response is: OK\r\n
                  MULTICASTRSRC CH0= 192.168.10.91\r\n

  *.DCMD MULTICASTRSRC CH1 <enter>
     Response is: OK\r\n
                  MULTICASTRSRC CH1= 192.168.10.92\r\n

  Terse command to retrieve current setting:
  *.DCMD MI <enter>
     Response is: 0\r\n
                  192.168.10.91\r\n

  Verbose command to change setting:
  *.DCMD MULTICASTRSRC 192.168.10.90 <enter>
     Response is: OK\r\n

  Terse command to change setting:
  *.DCMD M1 192.168.10.90 <enter>
     Response is: 0\r\n

  Verbose command to change setting while specifying a channel:
  *.DCMD MULTICASTRSRC CH1 192.168.10.90 <enter>
     Response is: OK\r\n

  Terse command to change setting while specifying a channel:
  *.DCMD M1 CH1 192.168.10.90 <enter>
     Response is: 0\r\n

Notes:

  None.
Created By: Adtec Digital