- 关 键 词:
- access-list
- cisco ios
- router
- 多播
Helper-map for Broadcast to multicast conversion and vice versa.
The following is an example which illustrates the use of the helper-map command at the first-hop and the last-hop, to convert a broadcast stream directed to port 2000 to a multicast stream and back.
On the first hop router
-----------------------
The following example converts broadcast streams to port 2000 to a multicast stream(G = 224.5.5.5)
int < ... > /* incoming interface of broadcast stream */
ip multicast helper-map broadcast 224.5.5.5 101
ip pim dense
.....
ip forward-protocol udp 2000
access-list 101 permit udp any any eq 2000
access-list 101 deny udp any any
On the last hop router
---------------------
int <...> /* incoming interface of multicast stream */
ip multicast helper-map 224.5.5.5 178.21.34.255 101
ip pim dense
.....
ip forward-protocol udp 2000
access-list 101 permit udp any any eq 2000
access-list 101 deny udp any any
Note:
o Configuring the multicast helper map command (to convert multicast to
broadcast) will also automatically configure "ip igmp join-group
on the interface. The router must be joined to the multicast group to be translated to a broadcast address.
o In Cisco IOS 12.0, it is necessary to configure the interface command "ip directed-broadcast" along with helper-map command. By default, it is turned off.保留:: http://www.qqread.com/ie/v161288107.html
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- 多播基础知识 (52篇文章)
- Maxthon春节版 新功能初体验--IE插件篇 (0次浏览)
- 微软近日发出警告 下月将强制升级至IE7 (0次浏览)
- IE7的优点及一些问题的解决 (0次浏览)
- 关闭Win2008的IE SEC,提高易用性和兼容性 (0次浏览)
- Chromeless Window For IE6 SP1 (0次浏览)
- 教你重新安装IE 6 (0次浏览)
- 解决六种常见的IE错误 (0次浏览)
- 让系统里的IE6和IE7和谐共存 (0次浏览)
- 玩转浏览器 IE7的5个顶级使用技巧 (0次浏览)
- 搞定不见了的IE桌面图标小窍门 (0次浏览)



