ARP 地址解析协议
RIP 路由信息协议
OSPF 开放式最短路径优先
IGMP Internet组管理协议
ICMP Internet控制报文协议 Internet control message protocol
BGP 边界网关协议
HTTP 超文本传输协议
FTP 文件...
分类:
其他好文 时间:
2015-07-03 23:31:08
阅读次数:
475
//// LTView.m// UI_Lesson_LTView//// Created by 李洪鹏 on 15/7/2.// Copyright (c) 2015年 李洪鹏. All rights reserved.//#import "LTView.h"@interface LTView() ...
分类:
其他好文 时间:
2015-07-03 00:08:02
阅读次数:
136
//// AppDelegate.m// UI_Lesson打地鼠//// Created by 李洪鹏 on 15/7/1.// Copyright (c) 2015年 李洪鹏. All rights reserved.//#import "AppDelegate.h"@interface App...
分类:
其他好文 时间:
2015-07-02 09:59:46
阅读次数:
123
[Lab2-1]OSPF区域间选路OSPF专题的补充,我们来了解下OSPF区域间的选路每个router的cost值配置如下R1:S0/0:IPospfcost1R2:S0/0:IPOSPFCost1S0/1:IPospfcost10S0/2:IPOSPFCost2R3:S0/0:IPospfcost10S0/1:IPospfcost2S0/2:IPospfcost2R4:S0/0:IPospfcost2S0/1:IPospfcost2S0/2:IPo..
分类:
其他好文 时间:
2015-07-01 18:36:23
阅读次数:
210
各位好,在论坛这么久,这是第一次发帖,肯定不免各种错误,请大神轻喷!最近在复习OSPF,因此打算发个帖子来提高自己,同时希望广大思科学者也能看了此贴之后有所提高吧,多的不说,正题开始!OSPF是基于SPF算法的,由于跟RIP和EIGRP相比,在整个网络中每台运行OSPF的路由器都..
分类:
其他好文 时间:
2015-06-29 00:45:26
阅读次数:
323
背景OSPF区域是由不同类型的网络链路组成的,邻接行为随网络类型而异,而要确保OSPF在某些类型的网络上能正确运行,必须对其进行正确的配置。根据拓扑和需求的变化,OSPF可以手工修接口的网路类型来适应不同的二层链路拓扑。OSPF定义了如下3种RFC公有网络类型:点到点(Point-t..
分类:
其他好文 时间:
2015-06-27 20:01:55
阅读次数:
197
LSA类型:1类LSA,路由LSA,每个路由器都会产生一条,域内产生不跨越其他区域,宣告内部区域的直连邻居和路由接口信息(Prefix,Mask,Metric)。注意:1类LSA包含3种Link信息:AnotherRouter(直连着谁)StubNetwork(仅两个路由器互联,如P2P,其中Loopback也被视为此种网络..
分类:
其他好文 时间:
2015-06-26 06:56:30
阅读次数:
237
TCP/IP协议族-----11、单播路由选择协议(RIP、OSPF和BGP)...
分类:
其他好文 时间:
2015-06-25 14:08:57
阅读次数:
101
Lesson8VMotion8-1Vmotion介绍vMotionprovidestheabilitytoperformalivemigrationofaVMfromoneESXihosttoanotherESXihostwithoutserviceinterruption.Thisisano-downtimeoperation;networkconnectionsarenotdroppedandapplicationscontinuerunninguninterrupted.Infact,theendu..
分类:
其他好文 时间:
2015-06-24 19:21:50
阅读次数:
115
In this lesson we will get introduced to theObservabletype. An Observable is acollection that arrives over time. Observables can be used to model even...
分类:
编程语言 时间:
2015-06-24 16:19:21
阅读次数:
143