DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
91
18.
Jumbo Frame Commands
18-1
max-rcv-frame-size
This command is used to configure the maximum Ethernet frame size allowed. Use the
no
form of this
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 1518 bytes.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 15.
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
1/0/1.
Switch# configure terminal
Switch(config)# interface Ethernet 1/0/1
Switch(config-if)# max-rcv-frame-size 6000
Switch(config-if)#