ChinaUnix.net
相关文章推荐:

linux rip动态路由配置

使用华为由路器配置简单的rip动态路由 点击查看:简单动态路由配置(rip路由协议) 注意 1、riprip-1和rip-2两个版本,可以指定接口所处理的rip报文版本。 2、rip-1的报文传送方式为广播方式。 3、rip-2有两种报文传送方式:广播方式和组播方式,缺省将采用组播方式发送报文。rip-2中组播地址为224.0.0.9。 4、由于rip本身的诸多缺陷,不推荐使用rip作为IGP路由协议,推荐使用OSPF。以后将介绍OSPF的相关配置

by 天际孤鹰 - 网络技术 - 2006-10-05 14:10:48 阅读(1833) 回复(2)

路由器

相关讨论

实验五:rip动态路由配置 1. RTA上的配置: RTA (config)#int s0 RTA (config-if)#ip add 192.168.1.1 255.255.255.0 RTA (config-if)#no shutdown RTA (config-if)#exit RTA (config)#int f0/0 RTA (config-if)#ip add 192.168.3.1 255.255.255.0 RTA (config-if)#no shutdown RTA (config-if)#exit RTA (config)#router rip RTA (config-router)#net 192.168.1.0 RTA (config-router)#net 192.168.3.0 2. R...

路由器

by Anarki - 网络技术文档中心 - 2006-10-21 22:18:44 阅读(381) 回复(0)
by samba - 系统管理 - 2006-02-18 10:00:20 阅读(1380) 回复(11)

怎么配置rip路由,在没有zebra配置工具的情况下?有哪位高手帮帮忙。

路由器

by qingfeng79 - 网络技术 - 2004-09-15 14:19:03 阅读(1198) 回复(5)

动态路由选择协议rip 指导老师:徐老师 瑞德中心d教室 实验目的:掌握rip协议的原理和熟练掌握rip协议的配置 实验原理:rip路由选择协议的一种,属于网内(IGP)路由选择协议,动态(dynamic)路由选择协议,距离矢量(distance vector)路由选择协议,他的管理距离值是120,相邻路由器每个30秒更新一次路由表,以跳数(hop count)为计量单位,最大跳数为15,16就为不可达,这个原因使得...

路由器

by luxg2008 - 网络技术文档中心 - 2006-11-02 22:30:57 阅读(419) 回复(0)

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...

路由器网络管理

by 剑心通明 - 网络技术文档中心 - 2008-05-21 10:13:18 阅读(559) 回复(0)

在上图的三个路由器Lab_A,Lab_B,Lab_C中配置rip路由. Lab_A的配置: conf t hostname Lab_A enable secrect louis enable password uibe line console 0 passsword louis login line vty 0 4 login password louis login line aux 0 password louis login int f0/0 ip add 172.16.10.1 255.255.255.0 no shut int s 0 ip add 172.16.20.1 255.255.255.0 no shut router rip network 172.16.10.0 network 172.16.20.0 end sh ip ...

路由器

by aloneboylz - 网络技术文档中心 - 2006-12-23 00:35:25 阅读(676) 回复(0)

在solaris上配置路由器可以,但直接使用rip呢。

by lifen - Solaris - 2003-04-29 14:23:55 阅读(810) 回复(3)

配置rip的重分布、路由过滤和控制 实验内容 l 按图4-3配置路由器。 l 路由器R2、R3和R5之间使用rip路由协议。 l R5和R4之间使用EIGRP,自治系统号为2001。 l 在R5上将EIGRP和rip进行相互重分布,保证网络全连接。 l 配置R5使来自R3的路由管理距离为5。 l 配置路由过滤防止R5上的172.16.5.0/24访问R2和R3。 l 本次实验的LAN均使用loopback接口模拟。 实...

路由器

by 86小虎 - 网络技术文档中心 - 2007-09-28 16:15:56 阅读(697) 回复(0)

怎么配置rip路由,在没有zebra配置工具的情况下?有哪位高手帮帮忙。

by qingfeng79 - 网络与硬件 - 2004-09-14 11:53:48 阅读(386) 回复(11)