35
mvr
Configure Multicast VLAN Registration (MVR) settings.
port
Configure the status of each port.
qos
Set up the priority of packets within the Managed Switch.
rstp
Set up each port and aggregated ports
‟ RSTP status.
ska
Configure Secure Customer Connections (SKA) settings.
multicast
Configure static multicast settings.
switch
Set up acceptable frame size and address learning, etc.
vlan
Set up VLAN mode and VLAN configuration.
show
Show a list of commands or show the current setting of each listed command.
2.6.1 Aggr command mode
Link aggregation is an inexpensive way to set up a high-speed backbone network that
transfers much more data than any one single port or device can deliver without replacing
everything and buying new hardware.
For most backbone installations, it is common to install more cabling or fiber optic pairs than
initially necessary, even if there is no immediate need for the additional cabling. This action
is taken because labor costs are higher than the cost of the cable and running extra cable
reduces future labor costs if networking needs changes. Link aggregation can allow the use
of these extra cables to increase backbone speeds with little or no extra cost if ports are
available.
This Managed switch supports 2 link aggregation modes: static
Port Trunk
and dynamic
Link Aggregation Control Protocol (LACP)
using the IEEE 802.3ad standard. These
allow several devices to communicate simultaneously at their full single-port speed while not
allowing any one single device to occupy all available backbone capacities.
Prompt
Command & Parameter
Description
Console(config-
aggr)#
add <port_list> <aggr_id>
The Managed Switch allows users to create 13
trunking groups. Each group consists of 2 to 16
links (ports).
<port_list>: 1~26
<aggr_id>:1~13
For example:
Console(config-aggr)#add 1-4,10-15,19 10
delete <aggr_id>
Delete an aggregation ID.
<aggr_id>:1~13
For example:
Console(config-aggr)#delete 10
mode <smac | dmac> <enable |
disable>
Enable or disable packets according to source
and destination MAC address
For example:
Console(config-aggr)#mode dmac enable
Console(config-
aggr-lacp)#
state <port_list> <enable |
disable>
This Managed Switch allows users to indicate
which port(s) are enabled to use LACP.
For example:
Console(config-aggr-lacp)# state 1-4,10-15,18,19
enable