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.
Console#
Console#conf
Console(config)#jumbo frame mtu 9216
Console(config)#jumbo frame
Console(config)#int eth 1/1
Console(config-if-e1/1)#jumbo frame mtu 9216
Console(config-if-e1/1)#jumbo frame
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.