RIP协议配置实验.doc

【实验题目】RIP协议配置实验 【实验目的】学习RIPv2的配置方法。 【配置命令】 配置RIPv2协议。 R1(config)# router rip R1(config-router)# version 2 R1(config-router)# network 192.168.2.0 ! 发布属于有类网络的网络的接口的子网 R1(config-router)# network 192.168.3.0 把交换机接口变为三层接口,然后就可以配置IP地址。 (config)#interface f0/1 (config-if)#no switchport (config-if)#ip address 192.168.1.5 255.255.255.0 为环回接口配置IP地址。环回接口是路由器内部的软接口,除非路由器失效,否则,环回接口一直有效。 (config)#interface loopback 0 !号码范围:0~2147483647 (config-if)#ip address 192.168.1.5 255.255.255.0 取消自动汇总 (config-router)#router rip (config

文档评论(0)

1亿VIP精品文档

相关文档