Link to home
Create AccountLog in
Routers

Routers

--

Questions

--

Followers

Top Experts

Avatar of CiklumIT
CiklumIT

How can I change MTU on FastEthernet port (Cisco 7206)
How can I change MTU on FastEthernet port (Cisco 7206)

When I enter following commands
#interface fastEthernet 0/0
#mtu 1524


I see next message
% Interface FastEthernet0/0 does not support user settable mtu.
...
When I enter following command
#interface fastEthernet 0/0
#ip mtu 1524

mtu is still 1500

What's the problem in?


Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of sanjithmlsanjithml๐Ÿ‡ฎ๐Ÿ‡ณ

try #ip tcp adjust-mss 1360

Avatar of CiklumITCiklumIT

ASKER

Unfortunately, this command is not present in this version of the IOS. Also is not enough RAM and FLASH ย for upgrade to new IOS. there are more ideas?

Avatar of amerriganamerrigan๐Ÿ‡ฌ๐Ÿ‡ง

Some platforms just won't let you change the MTU. There is an interface config command that tells OSPF to ignore the MTU if that helps.

"ip ospf mtu-ignore"

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of sanjithmlsanjithml๐Ÿ‡ฎ๐Ÿ‡ณ

#mtu 1524
#ip mtu 1524

Here's the Cisco documentation description of the difference between the 2 commands.

ย 

Protocol-Specific Versions of the mtu Command

Changing the MTU value with the mtu interface configuration command can affect values for the protocol-specific versions of the command (the ip mtu command, for example). If the value specified with the ip mtu interface configuration command is the same as the value specified with the mtu interface configuration command, and you change the value for the mtu interface configuration command, the ip mtu value automatically matches the new mtu interface configuration command value. However, changing the values for the ip mtu configuration commands has no effect on the value for the mtu interface configuration command.

ย 

So it comes down to affecting all protocols, or just IP traffic.

Avatar of sanjithmlsanjithml๐Ÿ‡ฎ๐Ÿ‡ณ

do you have both fast and gig-Ethernet port in your router?

ASKER CERTIFIED SOLUTION
Avatar of sanjithmlsanjithml๐Ÿ‡ฎ๐Ÿ‡ณ

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

I have command "ip ospf mtu-ignore" in my configuration, but it affected only for OSPF connectivity.
Unfortunately, I haven't gigabit ports on my routers. There are more ideas?

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


SOLUTION
Avatar of Craig BeckCraig Beck๐Ÿ‡ฌ๐Ÿ‡ง

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Routers

Routers

--

Questions

--

Followers

Top Experts

A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.