Catalyst 3560G SPAN会话不镜像IGMP数据包

我正在开发一个充当多播主机的设备,并且希望在它响应IGMP查询时观察它。

我的Catalyst 3560G设置如下(完整configuration如下):端口0/1是一个TFTP服务器,允许被测设备启动。 端口0/3是被测设备。 端口0/14是我的PC运行wireshark和ostinato发送IGMP查询。 端口0/1和0/3一起位于一个VLAN中,而端口0/14正在监视端口0/3,并将入口发送到同一个VLAN。 这些是交换机上连接任何东西的唯一三个端口。

当我发送查询时,Wireshark捕获传出帧,没有别的。 我的设备在testing收到帧(我得到debugging输出)。

我希望SPAN会话会在端口0/3出口时向我发送IGMP查询的副本,并在端口0/3进入相应报告的副本,但是我没有看到这两者。 被测设备唯一的反应是端口0/3上的多播收到计数器,它在正确的时间(发送查询后的0-10秒)递增。

我究竟做错了什么?

Current configuration : 2490 bytes ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname cs3560 ! boot-start-marker boot-end-marker ! enable secret 5 $1$WKu9$g6YTo5sW/vvVmpbVmgTye0 ! no aaa new-model system mtu routing 1500 ip subnet-zero no ip dhcp use vrf connected ! no ip igmp snooping ! spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! interface GigabitEthernet0/1 switchport access vlan 161 switchport mode access ! ! <snip> uninvolved ports removed ! interface GigabitEthernet0/3 switchport access vlan 161 switchport mode access spanning-tree portfast ! interface GigabitEthernet0/14 ! no cdp run ! control-plane ! line con 0 line vty 0 4 password 123 login line vty 5 15 password 123 login ! monitor session 1 source interface Gi0/3 monitor session 1 destination interface Gi0/14 ingress untagged vlan 161 end 

尝试使用这些命令:

 monitor session 1 source interface Gi0/3 /both/ monitor session 1 destination interface Gi0/14 ingress untagged vlan 161 end