Доброе время суток.
та же проблема.
Multicast прилетает в int Te 1/1 native vlan 650:
Код:
Kernel(config)#sh ru int te 1/1
Building configuration...
Current configuration : 453 bytes
!
interface TenGigabitEthernet 1/1
switchport mode trunk
switchport trunk native vlan 650
switchport trunk allowed vlan remove 1-649,651-665,669-4094
duplex full
speed 10G
ip igmp snooping filter 1
no nfpp nd-guard enable
no nfpp ip-guard enable
no nfpp dhcp-guard enable
no nfpp icmp-guard enable
no nfpp arp-guard enable
spanning-tree portfast
spanning-tree autoedge disabled
хочу забрать его в 2001 влан в интерфейсе G 0/24:
Код:
Kernel(config)#sh ru int G 0/24
Building configuration...
Current configuration : 607 bytes
!
interface GigabitEthernet 0/24
switchport mode trunk
switchport trunk native vlan 2001
switchport trunk allowed vlan remove 1-649,651-666,668-2000,2003-2014,2016-4094
storm-control broadcast level 20
medium-type auto-select prefer copper
ip dhcp snooping trust
ip igmp snooping max-group 1024
ip igmp snooping filter 1
no nfpp nd-guard enable
no nfpp ip-guard enable
no nfpp dhcp-guard enable
no nfpp icmp-guard enable
no nfpp arp-guard enable
tp-guard port enable
rldp port unidirection-detect warning
rldp port bidirection-detect warning
spanning-tree autoedge disabled
Код:
Kernel(config)#sh ip igmp profile 1
PROFILE 1
PERMIT
RANGE 224.0.0.0, 239.255.255.255
Код:
Kernel(config)#sh ru int vlan 650
Building configuration...
Current configuration : 163 bytes
!
interface VLAN 650
ip pim snooping
ip pim sparse-mode
ip pim dr-priority 10
ip proxy-arp
ip igmp access-group 1
ip address 192.168.0.16 255.255.255.0
Код:
Kernel(config)#sh ru int vlan 2001
Building configuration...
Current configuration : 186 bytes
!
interface VLAN 2001
ip pim snooping
ip pim sparse-mode
no ip proxy-arp
ip igmp access-group 1
ip address 10.200.1.1 255.255.255.0
arp timeout 300
железяка с VLC в 2001 влане - 10.200.1.201
Код:
Kernel(config)#sh ip igmp groups
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
239.0.0.2 VLAN 2001 00:06:53 00:02:23 10.200.1.201
239.192.0.0 VLAN 2001 00:23:14 00:02:29 10.200.1.30
239.192.152.143 VLAN 2001 00:23:18 00:02:24 10.200.1.30
239.255.255.250 VLAN 2001 00:23:14 00:02:23 10.200.1.201
вот. уперся в тупик - куда крутить дальше?
если выпустить в g 0.24 native 650 vlan - на клиентской машине показывает картинку.
Код:
igmp snooping в vlan не включается:
Kernel(config-if-VLAN 2001)#ip igmp snooping filter 1
% ERROR: The interface isn't a l2 port
подскажите, пожалуйста, куда копать дальше?
Код:
Kernel#sh ver
System description : DGS-3610-26G Gigabit Ethernet Switch
System start time : 2013-04-09 11:1:20
System uptime : 8:4:10:51
System hardware version : A1.0
System software version : v10.4(3) Release(117920)
System BOOT version : 10.3 Release(94612)
System CTRL version : 10.3 Release(94612)
Device information:
Device-1
Hardware version : A1.0
Software version : v10.4(3) Release(117920)
BOOT version : 10.3 Release(94612)
CTRL version : 10.3 Release(94612)
заранее благодарен.