M Commands
mtu
280
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
Examples This example shows how to configure the MTU truncation size for packets in the specified SPAN
session:
switch# configure terminal
switch(config)# monitor session 5
switch(config-monitor)# mtu 128
switch(config-monitor)#
This example shows how to configure the MTU truncation size for packets in the specified ERSPAN
session:
switch# configure terminal
switch(config)# monitor session 3 type erspan-source
switch(config-erspan-src)# mtu 100
This example shows how to remove the MTU truncation size configuration for packets in the specified
SPAN session:
switch# configure terminal
switch(config)# monitor session 5
switch(config-monitor)# no mtu
Related Commands Command Description
monitor session Places you in the monitor configuration mode for configuring a SPAN
session.
show monitor session Displays the status of the SPAN or ERSPAN session.