最近的一个工程中涉及到了多播路由,现场工程师反映了这样一个情况:
现在我们用一个实验环境来说明这个问题.网络拓扑图. 【程序编程相关:地址转换实现负载均衡】cisco cat4000处(多播源接到了这台4000上,4000上没有l3模块)的vlan上能直接捕获到多播数据包(多播源采用了持续发送的方式),但跨过4000与4000直接相连的7609上的相同vlan里却收不到这些多播信息,为什么会出现这种情况呢? 【推荐阅读:介绍几个有用的命令】拓扑说明: 【扩展信息:BGP AS-PATH的过滤】560)this.style.width=560; onmousewheel = javascript:return big(this) onmousewheel="return bbimg(this)" style="width: 494px; height: 369px" height=373 alt=按此在新窗口浏览图片 src="/files/uploadimg/20060704/1419040.jpg" width=524 onload="javascript:if(this.width>screen.width-500)this.width=screen.width-500;" border=0>mr (multicasting router)为多播路由器,其中位于192.168.168.0/24网段中的192.168.168.40为多播源,所使用的软件为cisco ip/tv,所用到的多播组有两个——224.2.227.223与224.2.227.224. mr直接与一台2950t-24交换机相连,交换机上接一台pc机,pc机上安装了ip/tv viewer,为多播接收者. mr路由器的多播配置部分如下,为简便起见,使用的多播路由协议为pim dense-mode: ip multicast-routing interface fastethernet0/0 ip address 192.168.168.155 255.255.255.0 ip pim dense-mode interface fastethernet0/1 ip address 10.0.0.1 255.255.255.0 ip pim dense-mode ip igmp join-group 224.2.227.223 ip igmp join-group 224.2.227.224 ip cgmp ………… 在f0/1口上配置了ip igmp join-group语句,强制10.0.0.0/24网段直接加入224.2.227.223(224)两个多播组.... 下一页