Table Of Contents
M Commands
This chapter describes the system management commands that begin with M.
mtu
To configure the maximum transmission unit (MTU) truncation size for packets in the specified Ethernet Switched Port Analyzer (SPAN) session, use the mtu command. To remove the MTU truncation size configuration, use the no form of this command.
mtu mtu-size
no mtu
Syntax Description
Command Default
Disabled
Command Modes
Monitor configuration (config-monitor)
Supported User Rolesnetwork-admin
Command History
Usage Guidelines
![]()
Note
MTU turncation is supported only on F1 Series modules and F2 Series modules.
This command does not require a license.
Examples
This example shows how to configure the MTU truncation size for packets in the specified SPAN session:
switch# configure terminalswitch(config)# monitor session 5
switch(config-monitor)# mtu 128
switch(config-monitor)#This example shows how to remove the MTU truncation size configuration for packets in the specified SPAN session:
switch# configure terminalswitch(config)# monitor session 5
switch(config-monitor)# no mtuRelated Commands
Command Descriptionmonitor session
Places you in the monitor configuration mode for configuring a SPAN session.
show monitor session
Displays the status of the SPAN session.