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 mu
【责编:admin】
微信小程序是一种轻量级的应用开发平台,由腾讯公司推出,主要应用于移动端,旨在提供便捷的用户体验,无需下载安装即可在微信内使用。本压缩包包含了丰富的源码资源,涵盖了多个领域的应用场景,下面将逐一介绍其中涉及的知识点。1. 图片展示:这部分源码可能涉及了微信小程序中的``组件的使用,用于显示图片,以及`wx.getSystemInfo`接口获取屏幕尺寸,实现图片的适配和响应式布局。可能还包括了图片懒加
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.
0
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号