所有人
在CiscoWS-C4948-10GE (MPC8540)上存在组播问题。
我有两个开关在运行:
系统映像文件为“bootflash: and 4000-i5k91s-mz.122-25.EWA9.bin”,系统映像文件为"bootflash:cat4500-entservicesk9-mz.122-46.SG.bin“
两人都有同样的问题。我已经配置了几个端口与vlan 100,其中有组播。然后将组播洪泛到所有具有vlan 100的端口,该端口消耗了50 of /S的链路带宽。
Swtich-2#show ip igmp snooping
Vlan 100:
--------
IGMP snooping : Enabled
IGMPv2 immediate leave : Disabled
Explicit host tracking : Enabled
Multicast router learning mode : pim-dvmrp
CGMP interoperability mode : IGMP_ONLY
Swtich-2#show mac address-table interface gigabitEthernet 1/7
Unicast Entries
vlan mac address type protocols port
-------+---------------+--------+---------------------+--------------------
100 64d1.5415.8a7b dynamic ip GigabitEthernet1/7
Multicast Entries
vlan mac address type ports
-------+---------------+-------+--------------------------------------------
100 ffff.ffff.ffff system Gi1/3,Gi1/7,Po1
Swtich-2#show ip igmp snooping mrouter
Vlan ports
---- -----
100 Po1(dynamic)发布于 2018-12-08 11:19:15
4900系列不支持窥探查询。因此,只有当有IGMP窥探时,IGMP窥探才能起作用。
IGMP用于在特定LAN上动态地注册多播组中的单个主机。主机通过向本地多播路由器发送IGMP消息来标识组成员身份。在IGMP下,路由器侦听IGMP消息,并定期发送查询,以发现特定子网中哪些组处于活动状态或处于不活动状态。Cisco多播技术概述
如前所述,本地多播路由器发送IGMP查询。因此,必须在该VLAN上有一个本地路由器,它支持多播,并且启用了PIM。否则,IGMP窥探将没有什么可窥探。
https://serverfault.com/questions/943420
复制相似问题