CCNP必做实验之-OSPF的hello包影响条件实验.doc_第1页
CCNP必做实验之-OSPF的hello包影响条件实验.doc_第2页
CCNP必做实验之-OSPF的hello包影响条件实验.doc_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

基本IP规划(略)启用路由协议R1r1(config)#router ospf 110r1(config-router)#router-id 1.1.1.1r1(config-router)#network 1.1.1.0 0.0.0.255 area 0r1(config-router)#network 192.168.10.0 0.0.0.255 area 0R2r2(config)#router ospf 110r2(config-router)#router-id 2.2.2.2r2(config-router)#network 2.2.2.0 0.0.0.255 area 0r2(config-router)#network 192.168.10.0 0.0.0.255 area 0*Mar 1 00:05:10.931: %OSPF-5-ADJCHG: Process 110, Nbr 2.2.2.2 on Serial0/1 from LOADING to FULL, Loading Done可见邻居关系已经建立起来1.修改hello时间r1(config)#int s0/1r1(config-if)#ip ospf hello-interval 15r1(config-if)#endr1#show ip ospf int s0/1Serial0/1 is up, line protocol is up Internet Address 192.168.10.1/24, Area 0 Process ID 110, Router ID 1.1.1.1, Network Type POINT_TO_POINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 15, Dead 60, Wait 60, Retransmit 5可见hello时间改为15秒*Mar 1 00:09:37.603: %OSPF-5-ADJCHG: Process 110, Nbr 2.2.2.2 on Serial0/1 from FULL to DOWN, Neighbor Down: Dead timer expired可见邻居关系失败了2.修改dead时间r1(config)#int s0/1r1(config-if)#ip ospf dead-interval 60r1(config-if)#end*Mar 1 00:13:57.627: %OSPF-5-ADJCHG: Process 110, Nbr 2.2.2.2 on Serial0/1 from FULL to DOWN, Neighbor Down: Dead timer expired可见邻居关系down掉了3.修改area区域R1r1(config)#router ospf 110r1(config-router)#router-id 1.1.1.1r1(config-router)#network 1.1.1.0 0.0.0.255 area0r1(config-router)#network 192.168.10.0 0.0.0.255 area 0R2r2(config)#router ospf 110r2(config-router)#router-id 2.2.2.2r2(config-router)#network 2.2.2.0 0.0.0.255 area 1r2(config-router)#network 192.168.10.0 0.0.0.255 area 1*Mar 1 00:09:06.479: %OSPF-5-ADJCHG: Process 110, Nbr 1.1.1.1 on Serial0/1 from FULL to DOWN, Neighbor Down: Interface down or detached可见邻居关系down掉了,因为在不同区域4.修改子网掩码R1r1(config)#router ospf 110r1(config-router)#router-id 1.1.1.1r1(config-router)#network 192.168.10.0 0.0.0.255 area 0r1(config-router)#network 1.1.1.0 0.0.0.255 area 0r1(config-router)#endR2r2(config)#router ospf 110r2(config-router)#router-id 2.2.2.2r2(config-router)#network 192.168.10.0 0.0.0.255 area 0r2(config-router)#network 2.2.2.0 0.0.0.255 area 0r2(config-router)#endR1r1(config)#int e0/1r1(config-if)#ip add 192.168.10.1 255.255.255.252r1(config-if)#no shut*Mar 1 00:04:45.291: %OSPF-5-ADJCHG: Process 110, Nbr 2.2.2.2 on Ethernet0/1 from FULL to DOWN, Neighbor Down: Interface down or detached可见邻居down掉,因为两个以太接口的子网掩码不相同。5.修改MTUr1(config)#int s0/1r1(config-if)#ip mtu 1000r1(config-if)#end1#sh ip int s0/1 Serial0/1 is up, line protocol is up Internet address is 192.168.10.1/24 Broadcast address is 255.255.255.255 Address determined by setup command MTU is 1000 bytes*Mar 1 00:20:23.047: %SYS-5-CONFIG_I:

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论