xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
513
Example
To disable the OSPF ECMP function:
DGS-3620-28SC:admin# disable ecmp ospf
Command: disable ecmp ospf
Success.
DGS-3620-28SC:admin#
43-9
config ecmp algorithm
Description
This command is used to configure the ECMP route load-balancing algorithm.
Format
config ecmp algorithm {ip_destination | [ip_source| crc_low | crc_high] | tcp_udp_port} (1)
Parameters
ip_destination
- (Optional) Specifies that the ECMP algorithm will include the destination IP. It is
set by default.
ip_source
- (Optional) Specifies that the ECMP algorithm will include the lower 5 bits of the
source IP. This attribution is mutually exclusive with crc_low and crc_high. If it is set, crc_low
and crc_high will be excluded. It is not set by default.
crc_low
- (Optional) Specifies that the ECMP algorithm will include the lower 5 bits of the CRC.
This attribution is mutually exclusive with crc_high and ip_source. If it is set, crc_high and
ip_source will be excluded. It is set by default.
crc_high
- (Optional) Specifies that the ECMP algorithm will include the upper 5 bits of the CRC.
This attribution is mutually exclusive with ip_source and crc_low. If it is set, crc_low and
ip_source will be excluded. It is not set by default.
tcp_udp_port
- (Optional) Specifies that the ECMP algorithm will include the TCP or UDP port. It
is not set by default.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To set the ECMP hash algorithm:
DGS-3620-28SC:admin# config ecmp algorithm ip_destination ip_source
Command: config ecmp algorithm ip_destination ip_source
Success.
DGS-3620-28SC:admin#