日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

多播靜態(tài)路由引起的循環(huán)問題的解決( 三 )


area 0 authentication message-digest
area 2 virtual-link 1.1.4.4 message-digest-key 1 md5 cisco
area 11 range 1.1.8.0 255.255.252.0
area 11 virtual-link 1.1.1.1 message-digest-key 1 md5 cisco
passive-interface Tunnel0
network 1.1.3.3 0.0.0.0 area 11
network 1.1.9.3 0.0.0.0 area 11
network 1.1.10.3 0.0.0.0 area 11
network 1.1.12.3 0.0.0.0 area 0
network 1.1.16.3 0.0.0.0 area 2
network 1.1.32.34 0.0.0.0 area 0
neighbor 1.1.12.5 poll-interval 6
neighbor 1.1.12.2 poll-interval 6
!
ip classless
ip http server
ip pim rp-address 1.1.4.4
!
!
logging history debugging
logging trap debugging
dialer-list 1 protocol ip permit
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
!
line con 0
privilege level 15
logging synchronous
line aux 0
line vty 0 4
login
!
ntp authentication-key 1 md5 070C285F4D06 7
ntp authenticate
ntp source Loopback0
ntp master 2
!
end
四、解決步驟:
在R3上改動配置,相關(guān)方面的配置如下,就可實(shí)現(xiàn)目標(biāo):
inter t0
ip unnumber lo0
tunnel source lo0
tunnel destination 1.1.1.1
ip pim dense-mode
exit
ip mroute 1.1.15.0 255.255.255.0 t0
(stub 端)R1上面的相關(guān)配置如下:
inter t0
ip unnumber lo0
tunnel source lo0
tunnel destination 1.1.3.3
ip pim dense-mode
exit
inter e0
ip addr 1.1.15.1 255.255.255.0
ip pim dense-mode
exit
ip mroute 150.100.2.0 255.255.255.0 t0
(或者使用ip mroute 0.0.0.0 0.0.0.0 t0)
在任何一個方向部署multicast source都可以建立樹.
注:
可以用dvmrp tunnel來和pim一起做來達(dá)到起到上述效果 。

推薦閱讀