To add a multicast scope to the DHCP server. Syntax: add mscope MscopeComment TTL Parameters: MscopeName - The name of the ...

To add a multicast scope to the DHCP server.    Syntax:            add mscope  [MscopeComment] [TTL]    Parameters:            MscopeName     - The name of the multicast scope.            MscopeComment  - Description of the multicast scope                           (optional).            TTL            - Time-to-Live value for the multicast                           scope. The valid range of for this field is                           between 1 to 255, with a default of 32.     Notes:         For parameters,  indicate a required                 parameter and [braces] an optional parameter.  By default,                new multicast scopes have an infinite lease duration,                 though the Set lease command can be used to modify the                 duration of the leases.   Example:       add mscope "My MultiCast Scope" MyTestMulticastScope 40                   This command creates a multicast scope with name "My                 MultiCast Scope", a comment of MyTestMulticastScope,                 and a multicast TTL value of 40.