您好!
Cat 65:
A destination port does not participate in spanning tree while the SPAN session is active.
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/10570-41.htmlNexus 7K:
Destination ports do not participate in any spanning tree instance. SPAN output includes bridge protocol data unit (BPDU) Spanning-Tree Protocol hello packets.
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/system-management/guide/b_Cisco_Nexus_7000_Series_NX-OS_System_Management_Configuration_Guide-RI/b_Cisco_Nexus_7000_Series_NX-OS_System_Management_Configuration_Guide_chapter_01010...没有说SPAN destination "必须" 关闭STP。。。只是说SPAN destination port不参与STP而已。
以N7K为例:
N7K-3(config-monitor)# show run monitor
!Command: show running-config monitor
!Time: Tue Mar 28 10:29:50 2017
version 7.2(1)D1(1)
monitor session 1
source interface Ethernet4/47 both
destination interface Ethernet9/14《《《《《《《《《《《e9/14 为SPAN destination
no shut
N7K-3(config-monitor)# show run int e9/14
!Command: show running-config interface Ethernet9/14
!Time: Tue Mar 28 10:30:33 2017
version 7.2(1)D1(1)
interface Ethernet9/14
switchport mode trunk
switchport monitor
spanning-tree port type edge《《《《《《《STP enable & type is edge
no shutdown
N7K-3(config-monitor)#
N7K-3(config-monitor)# show monitor session 1
session 1
---------------
type : local
state : up《《《《《《《《《《《《《《《《《《monitor session is up
source intf :
rx : Eth4/47
tx : Eth4/47
both : Eth4/47
source VLANs :
rx :
tx :
both :
source exception :
filter VLANs : filter not specified
destination ports : Eth9/14
Feature Enabled Value Modules Supported Modules Not-Supported
-----------------------------------------------------------------------------
MTU-Trunc No
rate-limit-rx No
rate-limit-tx No
Sampling No
MCBE No
L3-TX - - 2 3 7 9 4
Legend:
MCBE = Multicast Best Effort
L3-TX = L3 Multicast Egress SPAN
ExSP-X = Exception Span for type X (L3, FP, or misc)
N7K-3(config-monitor)#
希望可以帮到你!
谢谢!