当前位置: 首页 > news >正文

广西网站建设定制出售家教网站模板

广西网站建设定制,出售家教网站模板,暴雪游戏,网站怎么做才能让更多平台展现目录 实验条件网络拓朴 环境配置开始排错错点1#xff1a;R1-R2之间认证不匹配错误2#xff1a;hello包的时间配置不匹配错误3#xff1a;R2的e0/1接口区域配置不正确错误4#xff1a;R4的e0/1接口没有配置进OSPF错误5#xff1a;R2的区域1没有配置成特殊区域错误6#x… 目录 实验条件网络拓朴 环境配置开始排错错点1R1-R2之间认证不匹配错误2hello包的时间配置不匹配错误3R2的e0/1接口区域配置不正确错误4R4的e0/1接口没有配置进OSPF错误5R2的区域1没有配置成特殊区域错误6R4上e/0的接口并没有宣告进OSPF错误7R4-R3之间的网络类型不一致错误8R3没有配置区域1为特殊区域错误9R2上的area1的聚合路由错误10R2上的e0/1口开销配置的过大 实验条件 网络拓朴 环境配置 R1 router ospf 89router-id 1.1.1.1interface Loopback0ip address 1.1.1.1 255.255.255.255ip ospf 89 area 1 interface Ethernet0/0ip address 12.1.1.1 255.255.255.0ip ospf authentication message-digestip ospf message-digest-key 1 md5 SPOTOip ospf 89 area 0 interface Ethernet0/1ip address 13.1.1.1 255.255.255.0ip ospf 89 area 0R2 router ospf 89router-id 2.2.2.2area 1 range 4.4.4.0 255.255.255.0 router ospf 1interface Loopback0ip address 2.2.2.2 255.255.255.255ip ospf 89 area 0 interface Ethernet0/0ip address 12.1.1.2 255.255.255.0ip ospf 89 area 0 interface Ethernet0/1ip address 24.1.1.2 255.255.255.0ip ospf 1 area 89ip ospf cost 100R3 interface Loopback0ip address 3.3.3.3 255.255.255.255ip ospf 89 area 0 interface Ethernet0/0ip address 34.1.1.3 255.255.255.0ip ospf network point-to-pointip ospf 89 area 1 interface Ethernet0/1ip address 13.1.1.3 255.255.255.0ip ospf hello-interval 11ip ospf 89 area 0router ospf 89router-id 3.3.3.3R4 router ospf 89router-id 4.4.4.4area 1 stubinterface Loopback0ip address 4.4.4.4 255.255.255.255 interface Ethernet0/0ip address 34.1.1.4 255.255.255.0duplex auto interface Ethernet0/1ip address 24.1.1.4 255.255.255.0ip authentication mode eigrp 1234 md5ip authentication key-chain eigrp 1234 CCNP开始排错 查询R1的邻居信息发现邻居没有建立成功 错点1R1-R2之间认证不匹配 为R2接口上配置上MD5认证 R2 interface Ethernet0/0ip ospf authentication message-digestip ospf message-digest-key 1 md5 SPOTO查询结果发现邻居建立。 R1(config)#do show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/DR 00:00:33 12.1.1.2 Ethernet0/0错误2hello包的时间配置不匹配 R3 interface Ethernet0/1ip ospf hello-interval 11取消该时间间隔配置 interface Ethernet0/1no ip ospf hello-interval查询邻居信息, R1-R3邻居正常建立。 R1(config)#do show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 1 FULL/DR 00:00:33 13.1.1.3 Ethernet0/1 2.2.2.2 1 FULL/DR 00:00:38 12.1.1.2 Ethernet0/0继续查询R2邻居信息 R2(config)#do show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 1.1.1.1 1 FULL/BDR 00:00:39 12.1.1.1 Ethernet0/0发现R2与R4之间的邻居不正常继续排错 错误3R2的e0/1接口区域配置不正确 重新配置 interface Ethernet0/1no ip ospf 1 area 89ip ospf 89 area 1错误4R4的e0/1接口没有配置进OSPF 配置进OSPF interface Ethernet0/1no ip ospf 1 area 89ip ospf 89 area 1查询邻居发现依然没有建立成功。 发现area1被配置成特殊区域。 router ospf 89router-id 4.4.4.4area 1 stub错误5R2的区域1没有配置成特殊区域 将R2上的area1配置成特殊区域。 R2:router ospf 89area 1 stub邻居成功建立 检查所有的邻居关系。发现还剩下R3-R4之间的邻居关系没有起来继续排错。 错误6R4上e/0的接口并没有宣告进OSPF 配置接口进入OSPF R4:interface Ethernet0/0ip ospf 89 area 1邻居依然没有建立。继续排错。 错误7R4-R3之间的网络类型不一致 配置R4上E0/0的网络类型 R3上E0/0的下的网络类型是配置成了point-to-point所以调整R4的E0/0的网络类型 R4:interface Ethernet0/0ip ospf network point-to-point邻居依然没有建立。继续排错。 错误8R3没有配置区域1为特殊区域 R3:router ospf 89area 1 stub成功排除错误邻居建立成功。 错误9R2上的area1的聚合路由 取消聚合路由 R2:router ospf 89no area 1 range 4.4.4.0 255.255.255.0查询R1上的路由表依然没有出现等价负载均衡。继续排错 R1(config)#do show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static route, H - NHRP, l - LISPa - application route - replicated route, % - next hop override, p - overrides from PfRGateway of last resort is not set ......4.0.0.0/32 is subnetted, 1 subnets O IA 4.4.4.4 [110/21] via 13.1.1.3, 00:08:53, Ethernet0/1 ......错误10R2上的e0/1口开销配置的过大 取消R2上的e0/1口上的开销配置采用默认值。 R2:interface Ethernet0/1no ip ospf cost 100查看R1上的路由表检查结果 R1(config)#do show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static route, H - NHRP, l - LISPa - application route - replicated route, % - next hop override, p - overrides from PfRGateway of last resort is not set1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback02.0.0.0/32 is subnetted, 1 subnets O 2.2.2.2 [110/11] via 12.1.1.2, 05:21:57, Ethernet0/03.0.0.0/32 is subnetted, 1 subnets O 3.3.3.3 [110/11] via 13.1.1.3, 05:18:12, Ethernet0/14.0.0.0/32 is subnetted, 1 subnets O IA 4.4.4.4 [110/21] via 13.1.1.3, 04:47:40, Ethernet0/1[110/21] via 12.1.1.2, 00:00:03, Ethernet0/012.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 12.1.1.0/24 is directly connected, Ethernet0/0 L 12.1.1.1/32 is directly connected, Ethernet0/013.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 13.1.1.0/24 is directly connected, Ethernet0/1 L 13.1.1.1/32 is directly connected, Ethernet0/124.0.0.0/24 is subnetted, 1 subnets O IA 24.1.1.0 [110/20] via 12.1.1.2, 00:00:03, Ethernet0/034.0.0.0/24 is subnetted, 1 subnets O IA 34.1.1.0 [110/20] via 13.1.1.3, 05:18:12, Ethernet0/1 R1(config)#目标达成
http://www.hkea.cn/news/14487325/

相关文章:

  • 快三彩票网站开发苏州app制作公司
  • 电商网站建设公司排名怎么建立信息网站平台
  • h5特效网站欣赏新手学做网站用什么软件
  • 网站服务器在那里找长沙找人做企业网站文案
  • 东阳做网站wordpress 客户端 出错
  • 临沂阿里巴巴网站建设铜川网站开发
  • 济南建设银行公积金网站做网站的团队
  • 网站国际化建设方案设计网红店铺
  • 室内效果图网站江西省网站建设公司
  • 汇米网站建设深圳市住房和建设局网站变更
  • 广安市网站建设海南智能网站建设公司
  • 上海做网站推荐软件开发技术培训课程
  • 山东网站建设报价计算机培训机构收费
  • 设计师必备的6个网站wordpress 表单录入
  • 做瞹网站嘉兴企业网站建设公司
  • 网站建设 服务条款科技核心期刊目录
  • 加强学校就业信息网站建设和管理wordpress+迁移后空白
  • 专业做胶粘剂招聘网站室内设计专用软件
  • 中国网建设频道网站logowordpress 长图片滑动
  • 网站建站步骤wordpress+整合js
  • 网站空间续费多少钱常州网站建设团队
  • 做网站平台需要什么条件仿 花瓣 wordpress
  • 做网站的那些事系统网站界面设计
  • 点网站建设简单的网页
  • 新塘17网站一起做网店官网建设实验室网站的意义
  • 手机上可以创建网站吗个人网站做淘宝客教程
  • 泰州外贸网站建设wordpress前端空白
  • 企业网站 域名注册wordpress跑步
  • 哈尔滨网络优化推广公司wordpress 纯代码seo
  • 萧山建设局网站伊春网络推广