Wednesday, November 19, 2008

SMC88xxM Jumbo Frame

In order to use the Jumbo frame in SMC88xxM, the firmware must be at least v2.2.0.11. Please also use the following sequence to enable the jumbo frame.

The know-how is to set up "Jumbo frame mtu" first, before you enable "Jumbo frame" on global mode.The same setting sequence as per interfaces.

For example, If you want to enable Jumbo frame on Port 1.

Following is the procedure for your reference.

Step 1. Set MTU
Console#
Console#conf
Console(config)#jumbo frame mtu 9216

Step 2. Enable Jumbo Frame
Console(config)#jumbo frame

Step 3. Set MTU on Interface
Console(config)#int eth 1/1
Console(config-if-e1/1)#jumbo frame mtu 9216

Step4. Enable Jumbo Frame
Console(config-if-e1/1)#jumbo frame

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.