組播路由協(xié)議配置(cisco)

上傳人:胡** 文檔編號:167016424 上傳時間:2022-11-02 格式:DOC 頁數(shù):6 大?。?9KB
收藏 版權申訴 舉報 下載
組播路由協(xié)議配置(cisco)_第1頁
第1頁 / 共6頁
組播路由協(xié)議配置(cisco)_第2頁
第2頁 / 共6頁
組播路由協(xié)議配置(cisco)_第3頁
第3頁 / 共6頁

下載文檔到電腦,查找使用更方便

20 積分

下載資源

還剩頁未讀,繼續(xù)閱讀

資源描述:

《組播路由協(xié)議配置(cisco)》由會員分享,可在線閱讀,更多相關《組播路由協(xié)議配置(cisco)(6頁珍藏版)》請在裝配圖網(wǎng)上搜索。

1、組播路由協(xié)議配置(cisco) - 常用組播路由協(xié)議配置方法 1 IGMP協(xié)議配置 1.1 IGMP根本設置 1.1.1 配置路由器參加到一個組播組: Router(config-if)# ip igmp join-group 225.2.2.2 1.1.2 控制某個接口下主機可以參加的組播組 ip igmp access-group access-list 【例如】 Router(config)# access-list 1 225.2.2.2 0.0.0.0 Router(config)# interface ether 0 Router(c

2、onfig-if)ip igmp access-group 1 ACL可以同時對組播報文的和目的地址控制,到達過濾組播,同時也能過濾特定接收主機的作用,例如: Deny all state for a group G deny igmp any host G permit igmp any any Deny all state for a source S deny igmp host S any permit igmp any any Permit all state for a group G permit igmp any host G Permit al

3、l state for a source S permit igmp host S any Filter a particular source for a group G deny igmp host S host G permit igmp any host G 1.1.3 IGMP版本切換 Router(config-if)# ip igmp version {2|3} 1.1.4 IGMP查詢間隔時間:默認60s Router(config-if)# ip igmp query-interval 120 1.1.5 IGMP查詢超時時間:默認為2

4、倍的查詢間隔時間 Router(config-if)# ip igmp query-timeout 30 1.1.6 IGMP查詢最大響應時間:默認為10s Router(config-if)# ip igmp query-max-response-time 8 1.2 IGMP Proxy 如圖2,當C收到組播懇求后,發(fā)送一條PIM-SM join的消息給B,B發(fā)送一個IGMP 的懇求到A,A通過一條單播鏈路將數(shù)據(jù)傳送到B,這個過程就需要一個IGMP的代理,配置如下: 圖2 【例如】 Router A Configuration interfac

5、e ether 0 ip address 10.1.1.1 255.255.255.0 ip pim dense-mode ! interface ether 1 ip address 10.2.1.1 255.255.255.0 ip pim dense-mode ip igmp unidirectional link ! interface ether 2 ip address 10.3.1.1 255.255.255.0 Router B Configuration ip pim rp-address 10.5.1.1 5

6、 access-list 5 permit 239.0.0.0 0.255.255.255.255 ! interface loopback 0 ip address 10.7.1.1 255.255.255.0 ip pim dense-mode ip igmp helper-address udl ether 0 ip igmp proxy-service ! interface ether 0 ip address 10.2.1.2 255.255.255.0 ip pim dense-mode ip igmp unidirectional l

7、ink ! interface ether 1 ip address 10.5.1.1 255.255.255.0 ip pim sparse-mode ip igmp mroute-proxy loopback 0 ! interface ether 2 ip address 10.6.1.1 255.255.255.0 Router C Configuration ip pim rp-address 10.5.1.1 5 access-list 5 permit 239.0.0.0 0.255.255.255 ! interfac

8、e ether 0 ip address 10.8.1.1 255.255.255.0 ip pim sparse-mode ! interface ether 1 ip address 10.9.1.1 255.255.255.0 ip pim sparse-mode 1.3 IGMP Snooping 1.3.1 開啟IGMP輪詢 Router(config)#ip igmp snooping 1.3.2 IGMP Snooping調(diào)整 在單個vlan中啟用Snooping: ip igmp snooping vlan 1.3.3 IGMP

9、 Snooping快速分開 ip igmp snooping vlan immediate-leave The following exle shows how to enable IGMP Immediate-Leave processing on VLAN 1: Router(config)# ip igmp snooping vlan 1 immediate-leave 1.3.4 IGMP Snooping參考多播路由 ip igmp snooping vlan mrouter To add a multicast router port and t

10、o configure the multicast router learning method, use the ip igmp snooping vlan mrouter mand in global configuration mode. ip igmp snooping vlan vlan-id mrouter {interface interface-id | learn pim-dvmrp} 【例如】 Switch# configure terminal Switch(config)# ip igmp snooping vlan 200 mrouter inter

11、face gigabitether1/0/2 1.3.5 基于靜態(tài)地址的IGMP Snooping ip igmp snooping vlan vlan-id static mac-address interface interface-id 【例如】 Switch# configure terminal Switch(config)# ip igmp snooping vlan 105 static 01-00-5e-23-33-12 interface gigabitether1/0/1 1.4 監(jiān)控調(diào)試IGMP 1.4.1 show ip igmp grou

12、ps 1.4.2 show ip igmp interface 顯示內(nèi)容: 〔1〕IGMP和CGMP在接口下是否啟用。 〔2〕IGMP 版本。 〔3〕關于 IGMP 的各種計時器,我們可以基于性能的原因來調(diào)整它。 〔4〕某一子網(wǎng)中的 DR 和 IGMP 查詢者。 1.4.3 debug ip igmp 這條命令可以幫助我們理解當前路由器是否發(fā)出查詢信息,發(fā)查詢信息的間隔以及是否收到來自接收者的對查詢的響應。 2 PIM協(xié)議配置 2.1 PIM-DM根本配置 2.1.1 激活多播路由 Router(config)#ip multicast-routing 2.1.2 PIM-DM配置 在接口形式下輸入 Ip pim dense-mode 第 6 頁 共 6 頁

展開閱讀全文
溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

相關資源

更多
正為您匹配相似的精品文檔
關于我們 - 網(wǎng)站聲明 - 網(wǎng)站地圖 - 資源地圖 - 友情鏈接 - 網(wǎng)站客服 - 聯(lián)系我們

copyright@ 2023-2025  sobing.com 裝配圖網(wǎng)版權所有   聯(lián)系電話:18123376007

備案號:ICP2024067431-1 川公網(wǎng)安備51140202000466號


本站為文檔C2C交易模式,即用戶上傳的文檔直接被用戶下載,本站只是中間服務平臺,本站所有文檔下載所得的收益歸上傳人(含作者)所有。裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對上載內(nèi)容本身不做任何修改或編輯。若文檔所含內(nèi)容侵犯了您的版權或隱私,請立即通知裝配圖網(wǎng),我們立即給予刪除!