最佳答案
详细描述下需求
是udp还是udp helper?
如果是udp helper参考案例:
如图1-1所示,Switch A的VLAN接口1的IP地址为10.110.1.1/16,连接到网段10.110.0.0/16。配置将目的UDP端口号为55的广播报文,中继转发到目的服务器10.2.1.1/16。
图1-1 广播转单播UDP Helper配置举例组网图
用户需保证Switch A到网段10.2.0.0/16路由可达。
# 开启UDP Helper功能。
[SwitchA] udp-helper enable
# 配置将目的UDP端口号为55的广播报文进行中继转发。
# 配置接口地址为10.110.1.1/16,且接口允许接收定向广播报文。
[SwitchA] interface vlan-interface 1
[SwitchA-Vlan-interface1] ip address 10.110.1.1 16
[SwitchA-Vlan-interface1] ip forward-broadcast
# 配置广播转单播中继转发的目的服务器地址为10.2.1.1。
[SwitchA-Vlan-interface1] udp-helper server 10.2.1.1
# 显示VLAN接口1的UDP中继转发相关信息。
[SwitchA-Vlan-interface1] display udp-helper interface vlan-interface 1
Interface Server VPN instance Server address Packets sent
Vlan-interface1 N/A 10.2.1.1 5
如图1-2所示,Switch A的VLAN接口1的IP地址为10.110.1.1/16,连接到网段10.110.0.0/16,Switch B的VLAN接口1在组播组225.1.1.1里。
配置将目的UDP端口号为55的广播报文,转换为目的地址为225.1.1.1的组播报文。
图1-2 UDP Helper广播转组播配置举例组网图
用户需保证Switch A到网段10.2.0.0/16路由可达。
# 开启UDP Helper功能。
[SwitchA] udp-helper enable
# 配置将目的UDP端口号为55的广播报文进行中继转发。
# 配置接口地址为10.110.1.1/16,且接口允许接收定向广播报文。
[SwitchA] interface vlan-interface 1
[SwitchA-Vlan-interface1] ip address 10.110.1.1 16
[SwitchA-Vlan-interface1] ip forward-broadcast
# 配置广播转组播中继转发的组播地址为225.1.1.1。
[SwitchA-Vlan-interface1] udp-helper broadcast-map 225.1.1.1
[SwitchA-Vlan-interface1] quit
# 全局配置使能组播路由, 在广播报文的入接口上配置组播协议PIM-DM,允许组播转发,并将入接口加入组播组225.1.1.1。
[SwitchA-mrib] quit
[SwitchA] interface vlan-interface 1
[SwitchA-Vlan-interface1] pim dm
[SwitchA-Vlan-interface1] igmp enable
[SwitchA-Vlan-interface1] igmp static-group 225.1.1.1
[SwitchA-Vlan-interface1] quit
# 在交换机A的接口Vlan-interface2上配置组播协议,允许转换后的组播报文从该口出。
[SwitchA] interface vlan-interface 2
[SwitchA-Vlan-interface2] pim dm
[SwitchA-Vlan-interface2] igmp enable
[SwitchA-Vlan-interface2] igmp static-group 225.1.1.1
通过抓包,分析发现Switch B能接收到来自SwitchA转发的组播报文。
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论