如何在華為交換機(jī)配置基礎(chǔ)中設(shè)定TTL閥值
如何在華為交換機(jī)配置基礎(chǔ)中設(shè)定TTL閥值,朋友向我推薦華為交換機(jī)配置基礎(chǔ)詳細(xì)實(shí)例,不知道具體的代碼是什么。希望廣大網(wǎng)友給我一些建議,最好是那些有過過華為交換機(jī)配置基礎(chǔ)的網(wǎng)友的建議,謝謝。
華為交換機(jī)配置基礎(chǔ)為了配置RP的地址,命令如下:
dallasr1># ip pim rp-address ip-address [group-access-list-number][override]
華為交換機(jī)配置基礎(chǔ)選擇一個(gè)默認(rèn)的RP:
dallasr1># ip pim rp-address
通告RP和它所服務(wù)的組范圍:
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
設(shè)定一個(gè)RP映像代理:
dallasr1># ip pim send-rp-discovery scope ttl
核實(shí)組到RP的映像:
dallasr1># show ip pim rp mapping
dallasr1># show ip pim rp [group-name|group-address] [mapping]
在路由器接口上用命令ip multicast ttl-threshold ttl-value設(shè)定TTL閥值:
dallasr1>(config-if)# ip multicast ttl-threshold ttl-value
華為交換機(jī)配置基礎(chǔ)用show ip pim neighbor顯示PIM鄰居表。
華為交換機(jī)配置基礎(chǔ)顯示組播通信路由表中的各條記錄:
dallasr1>show ip mroute [group-name|group-address][scoure][summary][count][active kbps]
要記錄一個(gè)路由器接受和發(fā)送的全部IP組播包:
dallasr1> #debug ip mpacket [detail] [access-list][group]
華為交換機(jī)配置基礎(chǔ)要在CISCO路由器上配置CGMP:
dallasr1>(config-if)# ip cgmp
配置一個(gè)組播路由器,使之加入某一個(gè)特定的組播組:
dallasr1>(config-if)# ip igmp join-group group-address
華為交換機(jī)配置基礎(chǔ)關(guān)閉 CGMP:
dallasr1>(config-if)# no ip cgmp
華為交換機(jī)配置基礎(chǔ)啟動(dòng)交換機(jī)上的CGMP:
dallasr1>(enable) set cgmp enable