Configuring Static Link Aggregation Modifying Static Aggregation Group Parameters
OmniSwitch 6600 Family Network Configuration Guide April 2006 page 12-15
Modifying Static Aggregation Group Parameters
This section describes how to modify the following static aggregate group parameters:
Static aggregate group name (see “Modifying the Static Aggregate Group Name” on page12-15)
Static aggregate group administrative state (see “Modifying the Static Aggregate Group Administra-
tive State” on page12-15)

Modifying the Static Aggregate Group Name

The following subsections describe how to modify the name of the static aggregate group with the static
linkagg name command.

Creating a Static Aggregate Group Name

To create a name for a static aggregate group by entering static linkagg followed by the number of the
static aggregate group, name, and the user-specified name of the group, which can be up to 255 charac-
ters long. For example, to configure static aggregate group 4 with the name “Finance” you would enter:
-> static linkagg 4 name Finance
Note. If you want to specify spaces within a name for a static aggregate group the name must be specified
within quotes (e.g., “Static Aggregate Group 4”).

Deleting a Static Aggregate Group Name

To remove a name from a static aggregate group you use the no form of the static linkagg name
command by entering static linkagg followed by the number of the static aggregate group and no name.
For example, to remove any user-specified name from static aggregate group 4 you would enter:
-> static linkagg 4 no name

Modifying the Static Aggregate Group Administrative State

By default, the administrative state for a static aggregate group is enabled. The following subsections
describe how to enable and disable the administrative state with the static linkagg admin state command.

Enabling the Static Aggregate Group Administrative State

To enable a static aggregate group by entering static linkagg followed by the number of the group and
admin state enable. For example, to enable static aggregate group 1 you would enter:
-> static linkagg 1 admin state enable

Disabling the Static Aggregate Group Administrative State

To disable a static aggregate group by entering static linkagg followed by the number of the group and
admin state disable. For example, to disable static aggregate group 1 you would enter:
-> static linkagg 1 admin state disable