D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 449

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
441
46-4 ip mtu
This command is used to set the Maximum Transmission Unit (MTU) size of IP packets sent on an interface. Use the
no form of this command to restore to the default setting.
ip mtu bytes
no ip mtu
Parameters
46-5 ip ecmp load-balance
This command is used to set the load-balancing algorithm for ECMP/WCMP route. Use no form of this command to
remove the configuration set before.
ip ecmp load-balance [{sip | crc32_lower | crc32_upper} | dip | port](1)
no ip ecmp load-balance [{sip | crc32_lower | crc32_upper} | dip | port]
Parameters
bytes Specifies the Maximum Transmission Unit of an IP packet. The value range is 512-
1712.
Default
The default value of IP MTU is 1500
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 8
Usage Guideline
If an outgoing IP packet from CPU interface exceeds the MTU set for the interface,
software will fragment it before sending out.
Note: Changing the MTU value (with the jumbo frame command) won’t affect the IP
MTU value, vice verse is same. Therefore you should care both MTU and IP MTU
sizes to make the system working correctly. For example, if IP MTU is larger than
MTU at the egress port, the packet larger than MTU but less than IP MTU may be
dropped by the egress port.
Use show ip interface to see the current setting of IP MTU
Example
This example shows how to set the IP MTU of interface ‘vlan1’ to 800 bytes.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#interface vlan 1
DXS-3600-32S(config-if)#ip mtu 800
DXS-3600-32S(config-if)#
sip (Optional) Specifies that the load-balancing algorithm will include the lower 5 bits of
the source IP address. This attribution is mutually exclusive with crc32_lower and
crc32_upper. If it is set, crc32_lower and crc32_upper will be excluded.
crc32_lower (Optional) Specifies that the load-balancing algorithm will include the lower 5 bits of
the CRC. This attribution is mutually exclusive with crc32_upper and sip. If it is set,
crc32_upper and sip will be excluded.
crc32_upper (Optional) Specifies that the load-balancing algorithm will include the upper 5 bits of
the CRC. This attribution is mutually exclusive with crc32_lower and sip. If it is set,
crc32_lower and sip will be excluded.
dip (Optional) Specifies that the load-balancing algorithm will include the destination IP
address.
port (Optional) Specifies that the load-balancing algorithm will include the TCP or UDP
port.
Loading ...
Loading ...
Loading ...