<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3AAIX_jumbo_frames</id>
	<title>Procedure:AIX jumbo frames - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3AAIX_jumbo_frames"/>
	<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:AIX_jumbo_frames&amp;action=history"/>
	<updated>2026-08-19T09:24:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:AIX_jumbo_frames&amp;diff=3010&amp;oldid=prev</id>
		<title>Nic-systems: Created page with &quot;How to configure jumbo frames (&gt;1500 byte MTU) under AIX   Note: The interface must be down and unconfigured in order to change the ethernet adapter hardware characteristics....&quot;</title>
		<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:AIX_jumbo_frames&amp;diff=3010&amp;oldid=prev"/>
		<updated>2020-02-04T02:03:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;How to configure jumbo frames (&amp;gt;1500 byte MTU) under AIX   Note: The interface must be down and unconfigured in order to change the ethernet adapter hardware characteristics....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;How to configure jumbo frames (&amp;gt;1500 byte MTU) under AIX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: The interface must be down and unconfigured in order to change the ethernet adapter hardware characteristics. You must be accessing the system via a local console or secondary network interface in order to make these changes.&lt;br /&gt;
&lt;br /&gt;
# Log into the AIX system, and start SMIT&lt;br /&gt;
# In SMIT, select the following menu items:&lt;br /&gt;
#* Devices&lt;br /&gt;
#* Communication&lt;br /&gt;
#* Ethernet Adapter&lt;br /&gt;
#* Adapter&lt;br /&gt;
#* Change / Show Characteristics of an Ethernet Adapter&lt;br /&gt;
#* Select the interface in question from the list&lt;br /&gt;
# Change '''Transmit jumbo frames''' to 'yes'&lt;br /&gt;
# Press 'enter' to make the change&lt;br /&gt;
# Hit F3 or &amp;lt;esc&amp;gt;3 until you're back out to the main menu (System Management)&lt;br /&gt;
# Select the following menu items:&lt;br /&gt;
#* Communications Applications and Services&lt;br /&gt;
#* TCP/IP&lt;br /&gt;
#* Further Configuration&lt;br /&gt;
#* Network Interfaces&lt;br /&gt;
#* Network Interface Drivers&lt;br /&gt;
#* Select the interface in question from the list&lt;br /&gt;
#* Ensure that '''Maximum IP PACKET SIZE for THIS DEVICE''' is set to '9000'&lt;br /&gt;
&lt;br /&gt;
== Command line ==&lt;br /&gt;
The following two operations will make the above changes, but also require a reboot to effect. The plus side is you can do them while the interface is up.&lt;br /&gt;
&lt;br /&gt;
Replace ent2/en2 in the example with the device names required on your system - ie, ent1/en1 on the JS20s.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chdev -Pl ent2 -a jumbo_frames=yes&lt;br /&gt;
chdev -Pl en2  -a mtu=9000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Procedures]]&lt;/div&gt;</summary>
		<author><name>Nic-systems</name></author>
	</entry>
</feed>