Send documentation comments to mdsfeedback-doc@cisco.com
5-14
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 5 D Commands
destination interface
destination interface
To configure a switched port analyzer (SPAN) destination interface, use the destination interface
command in SPAN session configuration submode. To disable this feature, use the no form of the
command.
destination interface {fc slot/port | fc-tunnel tunnel-id}
no destination interface {fc slot/port | fc-tunnel tunnel-id}
Syntax Description
Defaults Disabled.
Command Modes SPAN session configuration submode.
Command History
Usage Guidelines The SPAN destination interface must be configured as SPAN destination port (SD port) mode using the
switchport command before the interface can be associated with SPAN session as a destination
interface.
Examples The following example shows how to configure an interface as a SPAN destination port (SD port), create
a SPAN session, and then configure the interface fc3/13 as the SPAN destination interface.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# interface fc3/13
switch(config-if)# switchport mode sd
switch(config)# span session 1
switch(config-span)# destination interface fc3/13
switch(config-span)# do show span session 1
switch(config-span)# show span session 1
Session 1 (inactive as destination is down)
Destination is fc3/13
No session filters configured
No ingress (rx) sources
No egress (tx) sources
switch(config-span)#
fc slot/port Specifies the Fibre Channel interface ID at a slot and port.
fc-tunnel tunnel-id Specifies the Fibre Channel tunnel interface ID.
Release Modification
1.0(2) This command was introduced.
1.2(1) Added the fc-tunnel parameter.