Configuring a SPAN-on-Latency Session
Configuring a SPAN-on-Latency Session
You can configure a maximum transmission unit (MTU) size for the SPAN traffic to reduce the amount of
fabric or network bandwidth used in sending SPAN packets.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
188
Command or Action
enable
Example:
switch> enable
configure terminal
Example:
switch# configure terminal
switch(config)#
interface ethernet slot/port
Example:
switch(config)# interface ethernet
1/1
packet latency threshold threshold
Example:
switch(config-if)# packet latency
threshold 53000000
monitor session session_number type
span-on-latency
Example:
switch(config)# monitor session 1
type span-on-latency
switch(config-span-on-latency)#
description description
Example:
switch(config-span-on-latency)#
description SPAN-on-Latency-session
Purpose
Enables privileged EXEC mode. Enter your password
if prompted.
Enters global configuration mode.
Enters interface configuration mode.
Configures the latency threshold value on an interface.
Valid values are from 8 to 536870904 nano seconds.
Defines a SPAN source session using the session ID
and the session type, and places the command in
SPAN monitor source session configuration mode.
The session_number argument range is from 1 to
1024. The same session number cannot be used more
than once.
The session ID (configured by the span_session
number argument) and the session type (configured
by the span-on-latency keyword) cannot be changed
once entered. To change session ID or session type,
use the no version of the command to remove the
session and then re-create the session through the
command with a new session ID or a new session
type.
Adds a description to the session configuration.
Configuring SPAN
OL-31641-01