免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1367 | 回复: 0
打印 上一主题 下一主题

IP Multicast Helper Example [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-06 17:20 |只看该作者 |倒序浏览

Figure 71
illustrates how a helper address on two routers converts from broadcast to multicast and back to broadcast.
Figure 71 IP Multicast Helper Scenario

The configuration on the first hop router converts a broadcast stream arriving at incoming Ethernet interface 0 destined for UDP port 4000 to a multicast stream. The access list denies other traffic from being forwarded into the multicast cloud. The traffic is sent to group address 224.5.5.5. Because fast switching does not perform such a conversion, the ip forward-protocol global configuration command causes the proper process level to perform the conversion.
The second configuration on the last hop router converts the multicast stream at incoming Ethernet interface 1 back to broadcast. Again, all multicast traffic emerging from the multicast cloud should not be converted to broadcast, only the traffic destined for UDP port 4000.
The configurations for Router A and Router C are as follows:
Router A—First Hop Router Configuration
interface ethernet 0
ip directed-broadcast
ip multicast helper-map broadcast 224.5.5.5 120
ip pim dense-mode
!
access-list 120 permit udp any any 4000
access-list 120 deny udp any any
ip forward-protocol udp 4000
Router C—Last Hop Router Configuration
interface ethernet 1
ip directed-broadcast
ip multicast helper-map 224.5.5.5 178.21.34.255 135
ip pim dense-mode
!
access-list 135 permit udp any any 4000
access-list 135 deny udp any any
ip forward-protocol udp 4000


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5101/showart_39423.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP