Link Aggregation Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 12-3
static linkagg size
Creates a static aggregate group between two switches. A static aggregate group contains static links.
static linkagg agg_num size size [name name] [admin state {enable | disable}]
no static linkagg agg_num
Syntax Definitions
agg_num The number corresponding to the static aggregate group. Must be a
unique integer in the range 0–31.
size The maximum number of links allowed in the aggregate group. Values
may be 2, 4, or 8.
name The name of the static aggregate group. May be any alphanumeric string
up to 255 characters long. Spaces must be contained within quotes (e.g.,
“Static Group 1”).
enable Specifies that the static aggregate group is active and is able to aggre-
gate links.
disable Specifies that the static aggregate group is inactive and not able to
aggregate links.
Defaults
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to remove a static aggregate group from the configuration.
• The maximum number of link aggregate groups allowed on the switch (static and dynamic combined)
is 32.
• If the static aggregate has any attached ports you must delete them with the static agg agg num
command before you can delete it.
• Use the lacp linkagg size command to create a dynamic aggregation (i.e., LACP) group. See page 12-9
for more information about this command.
Examples
-> static linkagg 3 size 8
-> static linkagg 4 size 2 admin state disable
-> no static linkagg 3
parameter default
enable | disable enable