码迷,mamicode.com
首页 >  
搜索关键字:rip ccnp    ( 13039个结果
LAB - CCNP Configuring iBGP and eBGP Local Preference, and MED
TopologyObjectivesFor IBGP peers to correctly exchange routing information, use the next-hop-self command with the Local-Preference and MED attributes...
分类:其他好文   时间:2015-08-08 21:10:46    阅读次数:151
RIP协议之初级篇
一.基本概述RIP(RoutinginformationProtocol,路由信息协议)是第一代动态路由协议,属于距离矢量协议,基于跳数来进行路径选择(最大支持16跳)。RIP目前有:基于IPv4的RIPv1,RIPv2版和基于IPv6的RIPng版二.特点1.OSI层次:应用层协议,基于UDP端口5202.算法特征:距离矢量..
分类:其他好文   时间:2015-08-02 18:29:30    阅读次数:238
LAB – CCNP Single-Area OSPF Link Costs and Interface priorities
Single-Area OSPF Link Costs and Interface PrioritiesTopologyObjectives:Configure single-area OSPF on a router. Advertise loopback interfaces in to OSP...
分类:其他好文   时间:2015-07-30 10:53:07    阅读次数:108
LVS三种调度模式的区别
NAT:地址转换DR:直接路由TUN:隧道NAT:集群节点跟director必须在同一个IP网络中;RIP通常是私有地址,仅用于各集群节点间的通信;Director位于client和realserver之间,并负责处理进出的所有通信;realserver必须将网关指向DIP;支持端口映射;realServer可以使用任意OS;较..
分类:其他好文   时间:2015-07-28 14:39:48    阅读次数:142
Uva 12436 Rip Van Winkle's Code
Rip Van Winkle was fed up with everything except programming. One day he found a problem whichrequired to perform three types of update operations (A, B, C), and one query operation S over an arraydat...
分类:Windows程序   时间:2015-07-26 20:53:42    阅读次数:207
距离矢量协议vs链路状态协议
距离矢量协议:传递路由条目;网络能见度只有一跳;计算路由是基于邻居;可能造成环路。-----基于Bellman算法链路状态协议:传递链路信息(地图碎片);能见度是整个拓扑结构;计算路由是基于自己;基本上无环。---基于SPF(最短路径优先)算法基于距离矢量协议的有:RIP,IGRP..
分类:其他好文   时间:2015-07-23 15:57:02    阅读次数:179
利用BGP origin-code 属性修改BGP选路
实验拓扑基本配置:R1L0:1.1.1.1/32L1:11.1.1.1/32E1/0:10.1.12.1/24E1/1:10.1.14.1/24R2L0:2.2.2.2/32L1:22.2.2.2/32E1/0:10.1.12.2/24E1/1:10.1.24.2/24R4L0:4.4.4.4/32L1:44.4.4.4/32E1/0:10.1.24.4/24E1/1:10.1.14.4/24配置IGP(RIP):R1routerripversion2network1.0.0.0n..
分类:其他好文   时间:2015-07-17 14:17:52    阅读次数:214
RIP协议的配置
拓扑图: 要求: 理解RIP协议的工作原理,并通过 RIP 路由协议实现不同网络互通。 配置步骤:  1、配置好 PC 机的 IP 地址等参数。 PC 0>ipconfig IP Address......................: 10.1.1.2 Subnet Mask.....................: 255.255.255.0 Default Ga...
分类:其他好文   时间:2015-07-16 19:51:52    阅读次数:189
Lab - Configure RIPv2
TopologyObjective:Configure RIPv2Verify ConnectivityBackgroundAlthough RIP is rarely used in modern networks, it is useful as a foundation for underst...
分类:其他好文   时间:2015-07-15 10:51:44    阅读次数:137
BGP团体属性(实验)
根据BGP路由的团体属性设置BGP路由策略R1配置:Loopback01.1.1.1Loopback1192.168.1.1/24Loopback2192.168.2.1/24Loopback3192.168.3.1/24Loopback4192.168.4.1/24E1/010.1.12.1R2配置:Loopback2.2.2.2E1/010.1.12.2配置IGP(RIP)保持连通性:R1配置:routerripversion2netwo..
分类:其他好文   时间:2015-07-12 21:48:54    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!