06-06-2005 02:15 AM - edited 03-02-2019 11:00 PM
Can anyone give me a reason why we might be seeing
giant errors on an 10Gig 802.1q trunk link on a cat 6509 with a sup 720. We are
only seeing these errors on the 10Gig gbic trunks.
06-06-2005 03:01 AM
Hi,
May be the frame size is more than the MTU size of the ports i.e 1548 bytes. Try enabling the jumabo frame support on your ports and it will take care of that.
set port jumbo x/y enable.
This will increase the jumbo frame support size to 9216 bytes if you are running cat OS.
for IOS.
Router# configure terminal
Router(config)# interface gigabitethernet 1/2
Router(config-if)# mtu 9216
Router(config-if)# end
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/122sx/swcg/intrface.htm#wp1041111
HTH,
-amit singh
06-06-2005 04:15 AM
I do not believe its an issue with the MTU. What IOS are you running. Take a look at the following cosmetic bug
http://www.cisco.com/cgi-bin/bugtool/onebug.pl?bugid=CSCef87392
06-06-2005 06:27 AM
Thanks for the info - -I had the same issue and figured it must be a bug since I have 2 6500 switches connected via 10gig and the giants were incrementing on only 1 side. The version that was incrementing was Version 12.2(17d)SXB7
06-07-2005 12:28 AM
thanks,
much appreaciated.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide