欢迎来到天天文库
浏览记录
ID:40004920
大小:2.09 MB
页数:81页
时间:2019-07-17
《[计算机软件及应用]ospfisis协议深入》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、中国电信云南公司网络运行维护部OSPF&ISIS协议深入引入OSPF(OpenShortsetPathFirst,开放最短路径优先协议)和IS-IS(IntermediateSystem-to-IntermediateSystem,中间系统到中间系统)是目前最广泛使用的两种IGP(InteriorGatewayProtocols内部网关协议),同时它们都采用了链路状态算法。链路状态算法的基本思路,都是一致的,即建立、维持邻居关系;生成并泛洪链路状态信息,构建完整LSDB;运行最小代价生成树算法,计算出路由。内容介绍第1章OSPF深入第2章ISIS深入使用IP承载OSPF报
2、文LinkLayerHeaderIPPacketHeaderOSPFProtocolPacketFrameChecksumIP协议号为89OSPFProtocolHeaderOSPFPacketTypesOSPF报文头部VersionTypePacketLengthRouterIDAreaIDChecksumAuTypeAuthenticationAuthentication81632BitsOSPF报文类型Type报文名称报文功能1Hello发现和维护邻居关系2DatabaseDescription描述链路状态数据库的摘要3LinkStateRequest请求刷新的链路
3、状态信息4LinkStateUpdate描述待刷新的详细的链路状态信息5LinkStateAck刷新链路状态信息的确认报文验证合法OSPF报文头部VersionTypePacketLengthRouterIDAreaIDChecksumAuTypeAuthenticationAuthentication81632BitsOSPF报文验证OSPF定义了两种验证:区域验证:一个区域中所有路由器的验证模式必须相同(不验证、使用简单验证、使用MD5密文验证),验证口令也必须相同,在区域视图下配置。authentication-modesimple[[plain]plain-tex
4、t
5、ciphercipher-text]authentication-mode{md5
6、hmac-md5}[key-id{plainplain-text
7、[cipher]cipher-text}]接口验证:同一网段的路由器接口下配置的验证模式和口令必须相同,同时配置了接口验证和区域验证时,优先使用接口验证建立OSPF邻居,本命令在接口视图下配置。ospfauthentication-modesimple[[plain]plain-text
8、ciphercipher-text]ospfauthentication-mode{md5
9、hmac-md5}[key-id{plai
10、nplain-text
11、[cipher]cipher-text}]配置OSPF验证(接口)Loopback01.1.1.1/32RTARTBLoopback02.2.2.2/32E0/0E0/010.1.1.1/30.2Area1配置纯文本密码“test"[RTA]routerid1.1.1.1[RTA]ospf[RTA-ospf-1]area1[RTA-ospf-1-area-0.0.0.1]network1.1.1.10.0.0.0[RTA-ospf-1-area-0.0.0.1]network10.1.1.00.0.0.3[RTA]interfaceEthernet
12、0/0[RTA-Ethernet0/0]ospfauthentication-modesimpleplaintest[RTA-Ethernet0/0]quit[RTB]routerid2.2.2.2[RTB]ospf[RTB-ospf-1]area1[RTB-ospf-1-area-0.0.0.1]network2.2.2.20.0.0.0[RTB-ospf-1-area-0.0.0.1]network10.1.1.00.0.0.3[RTB]interfaceEthernet0/0[RTB-Ethernet0/0]ospfauthentication-modesimple
13、plaintest[RTB-Ethernet0/0]quit配置OSPF验证(区域)[RTA-Ethernet2/0/0]ospfauthentication-modesimplehello[RTA-Serial1/0/0]ospfauthentication-modemd51hello[RTA]routerid1.1.1.1[RTA]ospf[RTA-ospf-1]area0[RTA-ospf-1-area-0.0.0.0]network192.1.1.00.0.0.255[RTA-ospf-1-area-0.0.0.0]a
此文档下载收益归作者所有