Configuring System MTU

Similar documents
Configuring System MTU

Configuring Ethernet Management Port

Configuring Local Authentication and Authorization

Configuring the Cisco Discovery Protocol

Flow-Based per Port-Channel Load Balancing

Configuring EEE. Finding Feature Information. Information About EEE. EEE Overview

RADIUS Route Download

NBAR2 HTTP-Based Visibility Dashboard

Object Tracking: IPv6 Route Tracking

Configuring SDM Templates

IPv6 Stateless Autoconfiguration

Configurable Number of Simultaneous Packets per Flow

Dynamic Bandwidth Sharing

Restrictions for Disabling Flow Cache Entries in NAT and NAT64

Configuring SDM Templates

Password Strength and Management for Common Criteria

Configuring EEE. Finding Feature Information. Restrictions for EEE

PPPoE Smart Server Selection

Configuring Ethernet Management Port

PPPoE Smart Server Selection

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

AAA Dead-Server Detection

Configuring VLAN Trunks

Enabling ALGs and AICs in Zone-Based Policy Firewalls

Configuring SDM Templates

SSH Algorithms for Common Criteria Certification

Configuring Embedded Resource Manager-MIB

Enabling ALGs and AICs in Zone-Based Policy Firewalls

Configuring System Message Logs

Configuring Access Point Groups

Configuring PoE. Information About PoE. PoE and PoE+ Ports. Supported Protocols and Standards

Configuring Secure Shell (SSH)

Flexible NetFlow - MPLS Support

Configuring Access Point Groups

IP over IPv6 Tunnels. Information About IP over IPv6 Tunnels. GRE IPv4 Tunnel Support for IPv6 Traffic

Autoroute Announce and Forwarding Adjacencies For OSPFv3

Autoroute Announce and Forwarding Adjacencies For OSPFv3

FPG Endpoint Agnostic Port Allocation

802.1P CoS Bit Set for PPP and PPPoE Control Frames

Switches running the LAN Base feature set support only static routing on SVIs.

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Using Flexible NetFlow Flow Sampling

Using Flexible NetFlow Flow Sampling

Per-Flow Admission. Finding Feature Information. Prerequisites for Per-Flow Admission

Encrypted Vendor-Specific Attributes

Bulk Logging and Port Block Allocation

IEEE 802.1X Multiple Authentication

Configuring DHCP for WLANs

IP Overlapping Address Pools

Contextual Configuration Diff Utility

Configuring Secure Shell (SSH)

IPv6 Routing: RIP for IPv6

BGP Monitoring Protocol

Fine-Grain NBAR for Selective Applications

Configuring Multicast VLAN Registration

Cisco Discovery Protocol Version 2

Configuring Cache Services Using the Web Cache Communication Protocol

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon

MPLS LDP Autoconfiguration

GPRS Tunneling Protocol V2 Support

Configuring Internal Power Supplies

Configuring SDM Templates

IPv6 Access Control Lists

Configuring Secure Shell (SSH)

Exclusive Configuration Change Access and Access Session Locking

This document describes the sampled flow (sflow) feature and configuration steps to implement sflow.

Clock Recovery System

QoS: Child Service Policy for Priority Class

Configuring Secure Shell (SSH)

BGP AS-Override Split-Horizon

Flow-Based per Port-Channel Load Balancing

8K GM Scale Improvement

Transferring Files Using HTTP or HTTPS

Restrictions for Secure Copy Performance Improvement

Cisco Discovery Protocol Version 2

Link Aggregation Control Protocol (IEEE 802.3ad) Support for Cisco ubr10012 Routers

Controlling Switch Access with Passwords and Privilege Levels

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

VRF-Aware Cloud Web Security

IPv6 Client IP Address Learning

Configuring Spanning Tree Protocol

Per-Flow Admission. Finding Feature Information. Prerequisites for Per-Flow Admission

Exclusive Configuration Change Access and Access Session Locking

Configuring Port-Based Traffic Control

Configuring Online Diagnostics

Flexible NetFlow Full Flow support

IP Multicast Optimization: IGMP State Limit

Prerequisites for Controlling Switch Access with Terminal Access Controller Access Control System Plus (TACACS+)

Conditional Debug and Radioactive Tracing

Configuring Secure Shell (SSH)

Fine-Grain NBAR for Selective Applications

Encrypted Vendor-Specific Attributes

Configuring System Message Logs

Logging to Local Nonvolatile Storage (ATA Disk)

Configuring Local Policies

Configuring Enhanced Object Tracking

Configuring System Message Logs

Configuring DHCP Services for Accounting and Security

Carrier Grade Network Address Translation

BGP-RT and VPN Distinguisher Attribute Rewrite Wildcard

Transcription:

Restrictions for System MTU, on page 1 Information About the MTU, on page 1 How to Configure MTU, on page 2 Configuration Examples for System MTU, on page 4 Additional References for System MTU, on page 5 Feature Information for System MTU, on page 5 Restrictions for System MTU When configuring the system MTU values, follow these guidelines: The device does not support the MTU on a per-interface basis. If you enter the system mtu bytes global configuration command, the command affects all the ports on the switch. Information About the MTU The default maximum transmission unit (MTU) size for payload received in Ethernet frame and sent on all device interfaces is 1500 bytes. 1

System MTU Value Application System MTU Value Application This table shows how the MTU values are applied. Table 1: MTU Values Configuration system mtu command ip mtu command ipv6 mtu command Standalone switch You can enter the system mtu command on a switch. The range is from 1500 to 9198 bytes. The C9500-32C, C9500-32QC, C9500-48Y4C, and C9500-24Y4C models of the Cisco Catalyst 9500 Series Switches support a range of 1500 to 9216 bytes. Use the ip mtu bytes command. The range is from 832 up to 1500 bytes. Note The IP MTU value is the applied value, not the configured value. Use the ipv6 mtu bytes command. The range is from 1280 to the system jumbo MTU value (in bytes). Note The IPv6 MTU value is the applied value, not the configured value. The upper limit of the IP or IPv6 MTU value is based on the switch configuration and refers to the currently applied system MTU value. For more information about setting the MTU sizes, see the system mtu global configuration command in the command reference for this release. How to Configure MTU Configuring the System MTU Follow these steps to change the MTU size for switched packets: SUMMARY STEPS 1. enable 2. configure terminal 3. system mtu bytes 4. 5. copy running-config startup-config 6. show system mtu DETAILED STEPS Step 1 enable Enables privileged EXEC mode. Enter your password if prompted. 2

Configuring Protocol-Specific MTU Device> enable Step 2 Step 3 configure terminal system mtu bytes Device(config)# system mtu 1900 Enters global configuration mode. (Optional) Changes the MTU size for all interfaces. Step 4 Device(config)# Returns to privileged EXEC mode. Step 5 Step 6 copy running-config startup-config Device# copy running-config startup-config show system mtu Device# show system mtu Saves your entries in the configuration file. Verifies your settings. Configuring Protocol-Specific MTU Beginning in privileged EXEC mode, follow these steps to change the MTU size for routed ports: SUMMARY STEPS 1. configure terminal 2. interface interface 3. ip mtu bytes 4. ipv6 mtu bytes 5. 6. copy running-config startup-config 7. show system mtu DETAILED STEPS Step 1 configure terminal Enters global configuration mode. 3

Configuration Examples for System MTU Step 2 Step 3 Step 4 interface interface Device(config)# interface gigabitethernet0/0 ip mtu bytes Device(config-if)# ip mtu 68 ipv6 mtu bytes Device(config-if)# ipv6 mtu 1280 Enters interface configuration mode. Changes the IPv4 MTU size (Optional) Changes the IPv6 MTU size. Step 5 Device(config-if)# Returns to privileged EXEC mode. Step 6 Step 7 copy running-config startup-config Device# copy running-config startup-config show system mtu Device# show system mtu Saves your entries in the configuration file. Verifies your settings. Configuration Examples for System MTU Configuring Protocol-Specific MTU Device(config)# interface fortygigabitethernet 0/0 Device(config-if)# ip mtu 900 Device(config-if)# ipv6 mtu 1286 Device(config-if)# Configuring the System MTU Device(config)# system mtu 1600 Device(config)# exit 4

Additional References for System MTU Additional References for System MTU Related Documents Related Topic For complete syntax and usage information for the commands used in this chapter. Document Title See the Interface and Hardware Commands section in the Command Reference (Catalyst 9500 Series Switches) MIBs MIB All the supported MIBs for this release. MIBs Link To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: http://www.cisco.com/go/mibs Technical Assistance Description The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies. To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds. Access to most tools on the Cisco Support website requires a Cisco.com user ID and password. Link http://www.cisco.com/support Feature Information for System MTU Release Cisco IOS XE Everest 16.5.1a Modification This feature was introduced. 5

Feature Information for System MTU 6