3.11.1 Common Aggregation Configuration

Use this command to configure the Aggregation Hash mode. This mode applies to the whole network element.

Command Syntax:

aggregation mode { [ smac ] [ dmac ] [ ip ] [ port ] }
Table 3-65. Command Description

Argument

Description

Parameter

[ smac ]

Source MAC address can be used to calculate the destination port for the frame (enabled by default).

[ dmac ]

Destination MAC address can be used to calculate the destination port for the frame (disabled by default).

[ ip ]

IP address can be used to calculate the destination port for the frame (enabled by default).

[ port ]

TCP/UDP port number can be used to calculate the destination port for the frame (enabled by default).

Default

SMAC, IP, and port are enabled, and DMAC is disabled

Mode

Global Configuration mode

Usage

Configure aggregation parameters. To reset to the default, use the ‘no’ version of the command.

Example

Example 1:

Enable SMAC and DMAC only.

# configure terminal
(config)# aggregation mode smac dmac