Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
340
39. Jumbo Frame Commands
39-1 max-rcv-frame-size
This command is used to configure the maximum Ethernet frame size allowed. Use the no form of the
command to revert to the default setting.
max-rcv-frame-size BYTES
no max-rcv-frame-size
Parameters
BYTES
Specifies the maximum Ethernet frame size allowed.
Default
By default, this value is 1536 bytes.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is available for physical ports configuration. Oversize frames will be dropped and checks
are carried out on ingress ports. Use this command to transfer large frames or jumbo frames through the
switch system to optimize server-to-server performance.
Example
This example shows how to configure the maximum received Ethernet frame size to be 6000 bytes on
port 4/0/1.
Switch# configure terminal
Switch(config)# interface eth4/0/1
Switch(config-if)# max-rcv-frame-size 6000
Switch(config-if)#