set group new-name

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

Description

Configures an existing network objects group.

Syntax

set group <name> [ new-name <new-name> ] [ comments "<comment>" ]

Parameters

Parameter

Description

name

Specifies the Network Object group name.

Press the TAB key to see the available options.

new-name

Configures the new Network Object group 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)

Example Command

set group myObject_17 new-name myObject_17 comments "This is a comment"