D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
720
enable ecmp ospf
Purpose This command is used to enable the ECMP route load-balancing algorithm.
Syntax
enable ecmp ospf
Description This command is used to enable the ECMP route load-balancing algorithm.
Parameters None.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To enable the ECMP route load-balancing algorithm:
DGS-3627:admin# enable ecmp ospf
Command: enable ecmp ospf
Success.
DGS-3627:admin#
disable ecmp ospf
Purpose Used to disable the OSPF ECMP function.
Syntax
disable ecmp ospf
Description This command is used to disable the OSPF ECMP function.
Parameters None.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To disable OSPF ECMP function:
DGS-3627:admin# disable ecmp ospf
Command: disable ecmp ospf
Success.
DGS-3627:admin#
config ecmp algorithm
Purpose Used to configure the ECMP route load-balancing algorithm.
Syntax
config ecmp algorithm {ip_destination | [ip_source | crc_low | crc_high] |
tcp_udp_port}(1)
Description This command is used to configure the ECMP route load- balancing algorithm. Thus, it is
effective for ECMP routing. ECMP routing can be adopted either by OSPF dynamic routes or
by static routes which are configured with equal weight.
Parameters
ip_destination - If set, the ecmp algorithm will include the destination IP. It is set by default.
ip_source - If set, the ecmp algorithm will include the 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 - If set, 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