S e n d c o m m e n t s t o n e x u s 3 k - d o c f e e d b a c k @ c i s c o . c o m
-SM-321
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
source (SPAN, ERSPAN)
Examples
This example shows how to configure an Ethernet SPAN source port:
switch#
configure terminal
switch(config)#
monitor session 9 type local
switch(config-monitor)#
description A Local SPAN session
switch(config-monitor)#
source interface ethernet 1/1
switch(config-monitor)#
This example shows how to configure a port channel SPAN source:
switch#
configure terminal
switch(config)#
monitor session 2
switch(config-monitor)#
source interface port-channel 5
switch(config-monitor)#
This example shows how to configure an ERSPAN source port to receive traffic on the port:
switch#
configure terminal
switch(config)#
monitor session 1 type erspan-source
switch(config-erspan-src)#
source interface ethernet 1/5 rx
switch(config-erspan-src)#
Related Commands
Command
Description
destination (SPAN,
ERSPAN)
Configures a destination SPAN port.
monitor session
Creates a new SPAN session configuration.
show monitor session
Displays SPAN session configuration information.
show running-config
monitor
Displays the running configuration information of a SPAN session.