add local-group

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Adds a new group for user objects.

See set local-group.

Syntax

add local-group name <name> [ comments "<comments>" ] [ remote-access-on {true | false} ]

Parameters

Parameter

Description

name

Configures the group object name.

A string that begins with a letter and contains up to 32 characters without spaces, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

comments

Configures the comment text.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

remote-access-on

Enables (true) or disables (false) the remote access permissions for this the users group.

Example Command

add local-group name MyGroup1 comments "This is Group 1" remote-access-on true