cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
402
Views
5
Helpful
1
Replies

Cisco 5020 MTU

newbie
Level 1
Level 1

I would like to set the MTU on all the eth interfaces to 4000. I don't think this can be done per port by simply doing MTU 4000. I believe I have to set up a policy and class map to do this now then apply that map to an individual interface. I need assistance with this. i need something simple to just set the mtu size. not worried about bandwidth, priority or the like. i want this applied to both incoming and outgoing traffic.

1 Reply 1

nate-miller
Level 1
Level 1

policy-map 4k-frames

class class-default

mtu 4000

!

system qos

service-policy 4k-frames

!

end

That will do it.

The policy map is matching class-default traffic (everything by default) and giving it a 4K mtu. You're applying it to the entire system.

Review Cisco Networking products for a $25 gift card