如何在华为交换机配置基础中设定TTL阀值,朋友向我推荐华为交换机配置基础详细实例,不知道具体的代码是什么。希望广大网友给我一些建议,最好是那些有过过华为交换机配置基础的网友的建议,谢谢。
华为交换机配置基础为了配置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邻居表。
华为交换机配置基础显示组播通信路由表中的各条记录:
dallasr1>show ip mroute [group-name|group-address][scoure][summary][count][active kbps]
要记录一个路由器接受和发送的全部IP组播包:
dallasr1> #debug ip mpacket [detail] [access-list][group]
华为交换机配置基础要在CISCO路由器上配置CGMP:
dallasr1>(config-if)# ip cgmp
配置一个组播路由器,使之加入某一个特定的组播组:
dallasr1>(config-if)# ip igmp join-group group-address
华为交换机配置基础关闭 CGMP:
dallasr1>(config-if)# no ip cgmp
华为交换机配置基础启动交换机上的CGMP:
dallasr1>(enable) set cgmp enable