怎么配置rip路由,在没有zebra配置工具的情况下?有哪位高手帮帮忙。
by qingfeng79 - 网络技术 - 2004-09-15 14:19:03 阅读(1198) 回复(5)
【【rip路由协议的11个试验: 请点击百度博客: http://hi.baidu.com/netdorker/blog/item/3474048b018ea51ac9fc7a68.html 或者请点击土豆:http://www.tudou.com/v/m0E8cUzBDmg】】 rip路由协议试验对于理解rip有相当大的帮助。路由协议的学习,一方面看理论知识,另外一方面做实验。理论指导实验,加深理论知识的理解;通过实验验 证理论,加深对理论的理解。其实一切都是为了加深对理论知识的理解。理论知识扎...
有那位高手知道rip 起源路由的原理的请给讲讲,非常感谢!!!! (config-router)#default-information originate #show ip route 时有一个 R* 是什么意思.
首先查看一下R3的路由表信息: r3#sh ip rou Codes: C - connected, S - static, R - rip, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS...
动态路由选择协议rip 指导老师:徐老师 瑞德中心d教室 实验目的:掌握rip协议的原理和熟练掌握rip协议的配置 实验原理:rip是路由选择协议的一种,属于网内(IGP)路由选择协议,动态(dynamic)路由选择协议,距离矢量(distance vector)路由选择协议,他的管理距离值是120,相邻路由器每个30秒更新一次路由表,以跳数(hop count)为计量单位,最大跳数为15,16就为不可达,这个原因使得...
使用华为由路器配置简单的rip动态路由 点击查看:简单动态路由配置(rip路由协议) 注意 1、rip有rip-1和rip-2两个版本,可以指定接口所处理的rip报文版本。 2、rip-1的报文传送方式为广播方式。 3、rip-2有两种报文传送方式:广播方式和组播方式,缺省将采用组播方式发送报文。rip-2中组播地址为224.0.0.9。 4、由于rip本身的诸多缺陷,不推荐使用rip作为IGP路由协议,推荐使用OSPF。以后将介绍OSPF的相关配置
结论: RIPv1收到更新: A、如果在同一主网的子网通告,采用接收接口的掩码更新安装进路由表,如果收到子网通告主机位不为零,则以/32主机路由方式安装进路由表,并通告给下一跳路由器。 B、如果在不同主网的子网通告,如果在路由表里已经存在对应子网,则忽略改更新。如果在路由表里不存在,则以主类网络号安装进路由表,或者以/32主机路有的方式安装进路由表(当接收接口为unnumbered link 时)。 出现/32...
Rack01R3#sh ru int lo10 Building configuration... Current configuration : 104 bytes ! interface Loopback10 no ip address ipv6 address 2003::3/64 ipv6 enable i pv6 rip Cisco enable end Rack01R3#sh ru int e0 Building configuration... Current configuration : 103 bytes ! interface Ethernet0 no ip address ipv6 address 2001::3/64 ipv6 enable ipv6 rip Cisco enable end (config)# ! ipv6 unicast...
subnet 172.16.4.0, metric 2 subnet 172.16.2.0, metric 1 rip: sending v1 update to 255.255.255.255 via Serial1/0 (172.16.2.3) subnet 172.16.1.0, metric 1 rip: received v1 update from 172.16.1.3 on Ethernet0/1 172.16.4.0 in 2 hops 172.16.3.0 in 1 hops rip: received v1 update from 172.16.2.2 on Serial1/0 172.16.4.0 in 1 hops 172.16.3.0 in 1 ...
中括号里的内容是路由项的管理距离和度量值,rip的缺省管理距离是120,到达3、4子网的度量值是1,即经过1个路由器可达。 同样的命令在另外两台路由器上运行,结果如下。 testSH#sh ip route Gateway of last resort is not set 172.16.0.0/24 is subnetted, 4 subnets R 172.16.4.0 [120/1] via 172.16.3.2, 00:00:13, Ethernet0/0 C 172.16.1.0 is directly connected, Ethernet0/1 R 172....