资源描述:
《rip协议详情详情说明书》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用标准文案 首先RIP有2个版本,有V1、V2,不指定版本是有个默认版本默认版本的特点(其实根RIPv1差不多,就是能够接收RIPv1、2的路由):自动汇总,不能手工关闭唯一有类路由协议广播更新无认证 R1:router rip network 172.16.0.0 network 192.167.1.0 network 192.168.1.0精彩文档实用标准文案R2:router rip network 192.168.1.0 network 192.168.2.0 network 192.168
2、.3.0 R2#show ip protocols Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain Ethernet0/0 1 1 2 Loopback0 1 1 2 //默认接收版本1、2,发送版本1Loopback2
3、 1 1 2 //发送为RIPv1,不携带子网掩码 RIPv1的特性:自动汇总,不能手工关闭唯一有类路由协议广播更新无认证精彩文档实用标准文案router rip version 1show ip protocols Default version control: send version 1, receive version 1 Interface Send Recv Triggered RIP Key-chain Etherne
4、t0/0 1 1 Loopback0 1 1 //默认只收发RIPv1 Loopback2 1 1 R 172.16.0.0/16 [120/1] via 192.168.1.1, 00:00:14, Ethernet0/0 //自动汇总,有类路由协议 192.168.1.0/30 is subnetted, 1 subnetsC 192.168.1.0 is directl
5、y connected, Ethernet0/0R 192.167.1.0/24 [120/1] via 192.168.1.1, 00:00:14, Ethernet0/0C 192.168.2.0/24 is directly connected, Loopback0C 192.168.3.0/24 is directly connected, Loopback2 RIPv2的特性:自动汇总,可以关闭,可以手工汇总无类路由协议(携带子网掩码)组播更新(目标地址224.0.0.9)精
6、彩文档实用标准文案可以认证(明文、MD5) router rip version 2show ip protocolsDefault version control: send version 2, receive version 2 Interface Send Recv Triggered RIP Key-chain Ethernet0/0 2 2 Loopback0 2 2 //默认只收发
7、RIPv2 Loopback2 2 2 show ip route 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksR 172.16.0.0/16 [120/1] via 192.168.1.1, 00:02:06, Ethernet0/0 自动汇总R 172.16.1.0/24 [120/1] via 192.168.1.1, 00:00:13, Ethernet0/0
8、无类路由 192.168.1.0/30 is subnetted, 1 subnetsC 192.168.1.0 is directly connected, Ethernet0/0R 192.167.1.0/24 [120/1] via 192.168.1.1, 00:00:13, Ethernet0/0C 192.168.2.0/24 is directly connected, Loopback0精彩文