Waters Network Systems MS1008-2G-4POE/PSX1008-2G-4PoE User’s Manual Page 79
Command Level
Description
Example
interface configuration
show interface
status
I
Displays the actual status of
the interface
switch(config)#interface
fastEthernet 2
h(config-if)#show interface
status
show interface
accounting
I
Displaces statistic counter of
interface
switch(config)#interface
fastEthernet 2
h(config-if)#show interface
accounting
no accounting
I
Clears interface accounting
information
switch(config)#interface
fastEthernet 2
switch(config-if)#no
accounting
The following table lists the
Trunk Commands
.
Command Level
Description
Example
aggregator
priority
[1~65535]
G
Set port group system priority switch(config)#aggregator
priority 22
aggregator
activityport
[Port
Numbers]
G
Set activity port
switch(config)#aggregator
activityport 2
aggregator
group
[GroupID]
[Port-list]
lacp
workp
[Workport]
G
Assign a trunk group with
LACP active.
[GroupID] :1~3
[Port-list]: Member port list,
This parameter could be a
port range (ex.1-4) or a port
list separated by a comma
(ex.2, 3, 6)
[Workport]: The number of
work ports which cannot be
less than zero or be larger
than the number of member
ports.
switch(config)#aggregator
group 1 1-4 lacp workp 2
or
switch(config)#aggregator
group 2 1,4,3 lacp workp 3
aggregator
group
[GroupID]
[Port-list]
nolacp
G
Assign a static trunk group.
[GroupID] :1~3
[Port-list]: Member port list.
This parameter could be a
port range (ex.1-4) or a port
switch(config)#aggregator
group 1 2-4 nolacp
or
switch(config)#aggregator
group 1 3,1,2 nolacp