D Commands
destination interface (SPAN)
107
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
destination interface (SPAN)
To add a destination interface to an Ethernet Switched Port Analyzer (SPAN) session for analyzing
traffic between ports, use the destination interface command. To remove the destination, use the no
form of this command.
destination interface {ethernet number | port-channel number}
no destination interface {ethernet number | port-channel number}
Syntax Description
Defaults None
Command Modes Monitor configuration (config-monitor)
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to add a destination to a SPAN session:
switch# configure terminal
switch(config)# monitor session 3
switch(config-monitor)# destination interface ethernet 2/5, ethernet 3/7
Related Commands
ethernet number Specifies the destination Ethernet interface slot number for the specified SPAN
session. Source packets are copied from this destination. The range is from 1
through 10.
port-channel
number
Specifies the destination port channel interface for the specified SPAN session.
Source packets are copied from this destination. The range is from 1 through
4096.
Release Modification
4.0(1) This command was introduced.
Command Description
monitor session Places you into the Monitor configuration mode for configuring a SPAN
session.