腐烂国度手机版下载:王萌老师,请帮我处理这个组播的问题。跪谢!!!

来源:百度文库 编辑:高考问答 时间:2024/05/06 11:26:38
还是全互联,就是ROUTER 6S + SW 35*2 +BB + FR4000。

42阵排列。

Config at R1、R2 and R5 to support multicast routing and use PIM spare-mode, if the sparse mode failed, will auto change to dense mode. R1 will send RP announce information, It can as the RP for 224.0.0.0 to 231.0.0.0 multicast group. R2 will send RP announce information, It can as the RP for 232.0.0.0 to 239.0.0.0 multicast group. R5 will collect and redistribute the RP information.

可以使用BSR

R1:
ip multicast-routing
interface serial 0/0
ip pim sparse-dense-mode
interface fa 0/0
ip pim sparse-dense-mode
ip pim send-rp-announce loopback0 scope 16 group-list 11
access-list 11 permit 224.0.0.0 7.255.255.255
R2:
ip multicast-routing
interface serial 0/0
ip pim sparse-dense-mode
interface fa 0/0
ip pim sparse-dense-mode
ip pim send-rp-announce loopback0 scope 16 group-list 21
access-list 21 permit 232.0.0.0 7.255.255.255
R5:
ip multicast-routing
interface loopback 0
ip pim sparse-mode
interface serial 0/0
ip pim sparse-dense-mode
interface fa 0/0
ip pim sparse-dense-mode
interface fa 0/1
ip pim sparse-dense-mode
ip pim send-rp-discovery loopback0 scope 16