set local-group

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

Description

Configures an existing user group object.

See:

Syntax

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

Parameters

Parameter

Description

name

Specifies the name of the existing local group name.

Press the TAB key to see the available options.

new-name

Configures the new name for the local group.

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

Specifies if the users group have remote access permissions.

Example Command

set local-group name myObject_17 new-name myObject_17 comments "This is a comment" remote-access-on true