搜索资源列表
几个RFC路由相关协议的中文版
- 包含RIP、RIPv2、OSPF、BGP等协议的中文版,chm格式的。
基于Linux 的RIP 路由器实现
- :Linux 卓越的网络系统功能和微内核设计使它在嵌入式系统的开发中也有非凡的表现,目前很多网络设备都是 基于Linux 内核的。文章主要讲述在X86硬件平台下,结合linux kernel 2.4 系统环境开发RIP 路由器的基本原理及实现 的三个主要环节——嵌入式linux 的构建,命令行接口(CLI)实现,RIP 路由协议实现,同时也给出了一些针对RIP 路由协 议的优化方法。
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
zebra-0.94.tar
- 大名鼎鼎的路由器源码。程序分ZEBRA、OSPF\RIP\等3个包。程序框架采用一个路由协议一个进程的方式,提高效率。ZEBRA目录下为守护程序部分、VTYSH目录下为仿CISCO外壳程序、LIB目录下为公共调用。-famous source router. ZEBRA procedure, OSPF \ RIP \ as three packages. Using a procedural fr a mework of a routi
quagga-0.98.5.tar
- 实现了rip ospf bgp等路由协议的开源代码。-achieved a rip bgp OSPF routing protocol, such as open-source code.
gated-3-5-11
- unix/linux下的路由守护程序,支持OSPF、RIP、BGP等,并支持多协议之间路由交互,目前已经被nexthop所收购-unix/linux guardian of the routing procedures, support for OSPF, RIP, BGP, and support multi-protocol routing between interactive and has now been acquired
wanlousheji
- 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐
vxworks_rip
- rip路由在vxworks上的实现源代码-rip routing vxworks in the realization of the source code
RIP_cws
- 一个RIP协议模拟程序..在一个工作空间之内画上一些路由跟网络,再画上它们之间的连线.系统后台用一个线程实现模拟路由发送路由表信息.输出路由表的更新内容跟过程.-a RIP simulation program .. in a working space within the painting with some routing network painting on the link between them. system with
2
- 实验一 路由器的命令行界面配置 2 实验二 路由器的全局配置 4 实验三 路由器端口的基本配置 6 实验四 查看路由器的系统和配置信息 9 实验五 静态路由 11 实验六 RIP 路由协议 17 实验七 OSPF单区域 25 实验八 利用IP标准访问列表进行网络流量的控制 32 -Router
rip
- 本系统简单模拟了网络中rip路由选择协议 对学习有一定得帮助-Simple simulation of the system rip the network routing protocol must be on learning to help
RIP
- 模拟实现rip路由协议,创建新的路由表并由新发来的路由表信息对其进行更改-Rip routing protocol simulation, create a new routing table made by the new information to the routing table changes
routeProtocol
- RIP路由协议配置,详解路由与交换,路由器原理--(一),详解数据包等-RIP routing protocol configuration, Xiang Jie routing and switching, routers principles- (1), Xiang Jie packets, etc.
rip
- 这是风河公司Tornado2.2里面可用的rip路由协议的源代码,但是需要配合Tornado2.2下的一些头文件才能使用,希望对研究路由协议的有所帮助-This is the Wind River Tornado2.2 the rip routing protocol used inside the source code, but need to meet Tornado2.2 at some of the header files
RIP
- 用C语言实现的计算机网络中的RIP路由协议,代码简单易懂-Using C language computer network RIP routing protocol is straightforward
RIP--EIGRP--and-OSPF-using-OPNET
- 本文章用OPNET作为工具,建设不同的模拟场景和参数,分析RIP,EIGRP和OSPF这三种路由协议的优缺点。-Performance Analysis of RIP, EIGRP, and OSPF using OPNET.Routing protocols are key elements of modern communication networks. Currently deployed dynamic routing pro
RIP
- RIP路由协议实现,利用RIP协议的原理,用C语言简单实现RIP协议的功能。-RIP routing protocol
RIP-routing-protocol-basic
- RIP路由协议的基本配置,非常仔细,非常有用,值得一看-The basic configuration of RIP routing protocol, very carefully, very useful, worth a visit
路由器RIP动态路由配置
- 假设校园网通过一台三层交换机连到校园网出口路由器上,路由器再和校园外的另一台路由器链接。现要做适当配置,实现校园网内部主机与校园网外部主机之间的相互通信。为了简化网管的管理维护工作,学校决定采用RIP v2协议实现互通(Assuming that the campus network is connected to the campus network router through a Layer 3 switch, the route
quagga-1.0.20160315.tar
- 实现各种路由协议的源代码,包括ospf、rip、bgd等(The source code for various routing protocols is implemented.)