组播 ---PIM

实验五、配置PIM auto-rp 环境:三台路由器串口相连,其它的配置如图所示要求:1. R1,R2,R3配置ospf 并把所有接口加入到area 02.配置R1为rp,配置R2为映射代理,把R3加

PIMauto-rp 实验五、配置 环境:三台路由器串口相连,其它的配置如图所示 1.R1,R2,R3ospfarea0 要求:配置并把所有接口加入到 2.R1rpR2R3239.3.3.3 配置为,配置为映射代理,把加入组 3.show 练习本课所有命令 1loopback 在每个路由器上配置个口,并配置三台路由器接口使其连通。 步骤一: R1 的配置 R1(config)# interfaceLoopback0 R1(config-if)# ipaddress30.1.1.1255.255.255.0 R1(config)# interfaceSerial0 R1(config-if)# ipaddress10.1.1.1255.255.255.0 R1(config-if)# clockrate64000 R1(config-if)#n oshutdown R2 的配置 R2(config)# interfaceLoopback0 R2(config-if)# ipaddress40.1.1.1255.255.255.0 R2(config)# interfaceSerial0 R2(config-if)# ipaddress20.1.1.1255.255.255.0 R2(config-if)# clockrate64000 R2(config-if)#noshutdown R2(config)# interfaceSerial1 R2(config-if)# ipaddress10.1.1.2255.255.255.0 R2(config-if)#noshutdown R3 的配置 R3(config)# interfaceLoopback0 R3(config-if)# ipaddress50.1.1.1255.255.255.0 R3(config)# interfaceSerial1

腾讯文库组播