PIM可利用各種單播路由協議建 立的單播路由表完成RPF檢查功能,而不是維護一個分離的組播路由表實現組播轉發,它借助RPF機制實現對組播報文的轉發,當組播報文到達本地設備時,首 先對其進行RPF檢查:若RPF檢查通過,則創建相應的組播路由表項,從而進行組播報文的轉發;若RPF檢查失敗,則丟棄該報文。
一、要把路由器配置為HSRP備份組的成員,可以在接口配置模式下使用下面的命令:
router(config-if)# standby group-number ip ip-address
二、為了使一個路由器重新恢復轉發路由器的角色,在接口配置模式下:
router(config-if)# standy group-number preempt
三、訪問時間和保持時間參數是可配置的:
router(config-if)# standy group-number timers hellotime holdtime
四、配置HSRP跟蹤:
router(config-if)# standy group-number track type-number interface-priority
五、用命令show ip igmp確定當選的查詢器:
router# show standby type-number group brief
六、啟動IP組播路由選擇:
router(config)# ip muticast-routing
七、啟動接口上的PIM:
dalllasr1>(config-if)# ip pim {dense-mode|sparse-mode|sparse-dense-mode}
八、啟動稀疏-稠密模式下的PIM:
router# ip multicast-routing
router# interface type number
router# ip pim sparse-dense-mode
九、核實PIM的配置:
dallasr1># show ip pim interface[type number] [count]
十、顯示PIM鄰居:
dallasr1># show ip neighbor type number
十一、為了配置RP的地址,命令如下:
dallasr1># ip pim rp-address ip-address [group-access-list-number][override]
十二、選擇一個默認的RP:
dallasr1># ip pim rp-address
十三、通告RP和它所服務的組范圍:
dallasr1># ip pim send-rp-announce type number scope ttl group-list access-list-number
十四、為管理范圍組通告RP的地址:
dallasr1># ip pim send-rp-announce ethernet0 scope 16 group-list1
dallasr1># access-list 1 permit 266.0.0.0 0.255.255.255
十五、設定一個RP映像代理:
dallasr1># ip pim send-rp-discovery scope ttl
十六、核實組到RP的映像:
dallasr1># show ip pim rp mapping
dallasr1># show ip pim rp [group-name|group-address] [mapping]
十七、在路由器接口上用命令ip multicast ttl-threshold ttl-value設定TTL閥值:
dallasr1>(config-if)# ip multicast ttl-threshold ttl-value
十八、用show ip pim neighbor顯示PIM鄰居表。