Objective: configure Routers 1, 2, and 4 with IP addresses, and then add static routes for all routers.
Lab Equipment: Router 1, Router 2, and Router 4 from the eRouters menu
Goals:
• Set the host name, and bring up the interfaces.
• Ping the directly connected interfaces.
• configure static routes for the topology.
• Verify that you can ping all routers.
1. configure Routers 1, 2, and 4 to the specifications outlined in the table and diagram below.
Router1:
Router2:
Router4:

2. On each router, verify that you can ping the directly connected neighbors.
Router1#ping 10.1.1.2

Router1#ping 12.5.10.2

Router2#ping 10.1.1.1

Router4#ping 12.5.10.1

3. Now you need to establish static routes on each router to any location that is not directly connected. Router1 is directly connected to both Router2 and Router4, so it will not need any static routes.On Router4, enter global configuration mode, and think about what the static route command should be. You know that you currently cannot reach Router2 because it is not directly connected. Off of Router4’s serial interface is network 12.5.10.0, which is
connected to Router1. Router1 is also connected to network 10.1.1.0, which you would also like to access. In this case, you will need a static route for network 10.1.1.0. On Router4, what command should you use to establish a static route to network 10.1.1.0?
Router4#conf term
Router4(config)#ip route 10.1.1.0 255.255.255.0 12.5.10.1

You established a route to network 10.1.1.0. Now, whenever a packet of information leaves Router4 destined for network 10.1.1.0, it will first be sent to IP address 12.5.10.1 on Router1.

4. Now, try to ping Router1’s serial 0 interface, Router1’s Ethernet 0 interface, and Router2’s Ethernet 0 interface.
Router4#ping 12.5.10.1

Router4#ping 10.1.1.1

Router4#ping 10.1.1.2

Consider why the ping to 10.1.1.2 (Router2’s Ethernet 0 interface) was unsuccessful. A packet leaves Router4’s serial 0 interface destined for 10.1.1.2. Because the destination address is on the 10.1.1.0 network and the static route on Router4 stipulates that traffic destined for that network should first be sent to 12.5.10.1, the packet will travel to 12.5.10.1. When the packet reaches Router1, the router sends the packet out the interface that is directly connected to the 10.1.1.0 network. Router2 picks up that packet on its Ethernet 0 interface and attempts to send a response packet to confirm receipt.
Router2 examines the source IP address of the received packet, which is 12.5.10.2(Router4’s serial 0 interface). Router2 does not have a route to network 12.5.10.0, so it drops the packet. This is why the ping was not successful.

5. Just to make sure the static route on Router4 worked, view the routing table to see if the static route has been added there.
Router4#show ip route

6. To enable Router4 to ping 10.1.1.2, connect to Router2 and configure a static route back to Router4’s network. Type the command that will set a static route on Router2 for the network 12.5.10.0.
Router2#config term
Router2(config)#ip route 12.5.10.0 255.255.255.0 10.1.1.1
Router2(config)#exit

Consequently, any data sent to network 12.5.10.0 will go to 10.1.1.1 first.

7. Connect to Router4 again, and make sure you can ping Router1’s serial 0 interface,Router1’s Ethernet 0 interface, and Router2’s Ethernet 0 interface.
Router4#ping 12.5.10.1

Router4#ping 10.1.1.1

Router4#ping 10.1.1.2

8. Examine the routing table on Router2.
Router2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route
Gateway of last resort is not set
C 10.1.1.0/24 is directly connected, 10.1.1.2
S 12.5.10.0/24 [1/0] via 10.1.1.1

In the S 12.5.10.0/24 [1/0] via 10.1.1.1 line of output, the S denotes the static route.
Next, the destination network and its subnet information (12.5.10.0/24) are displayed.
The [1/0] represents the administrative distance, which is 1 by default, and the metric(hop count in this case), which is 0. The word via signals the next hop address the packet should be sent to, which in this case is 10.1.1.1.
*******************************************************
Above:CCNA(Stand-ALONE)Lab 11-Creating a Host Table
Next:CCNA(Stand-ALONE)Lab 13-RIP

CCNA(Stand-ALONE)Lab 12-Static Routes相关推荐

  1. [Pyramid 杂记]Static Routes,静态路由是用来干什么的?

    官方文档上介绍说Static Routes(即添加路由时指定static参数为True,config.add_route('page', '/page/{action}', static=True)) ...

  2. CS61A Lab 12

    更好的阅读体验 Lab 12: Scheme Data Abstraction lab12.zip Due by 11:59pm on Wednesday, April 13. Starter Fil ...

  3. HCP Lab 12篇论文入选世界顶级计算机视觉会议 CVPR 2019

    本文由中山大学人机物智能融合实验室(HCP Lab)特约供稿.全球计算机视觉三大顶会之一 CVPR 2019 (IEEE Conference on Computer Visionand Patter ...

  4. OpenShift 4 Hands-on Lab (12) 通过 KubeFed 配置 OpenShift 联邦集群

    <OpenShift 4.x HOL教程汇总> 文章目录 Kubernetes Federation 准备环境 OpenShift集群环境 配置客户端环境 安装配置KubeFed Oper ...

  5. Packet Tracer 5.0建构CCNA实验攻略(12)——PPP

    PPP(Point to Point Protocol)数据链路层协议.两种认证方式:一种是PAP,一种是CHAP.相对来说PAP的认证方式安全性没有CHAP高.PAP在传输password是明文的, ...

  6. stand up meeting 12/24/2015 end sprint1

    part 组员                工作              工作耗时/h 明日计划 工作耗时/h    UI 冯晓云  解决单词本显示页面的问题    4 完善显示页面的功能   4 ...

  7. stand up meeting 12/25/2015 weekend 12/26/2015~12/27/2015

    part 组员                工作              工作耗时/h 明日计划 工作耗时/h    UI 冯晓云  在pdf阅读页面添加生词本显示:UI美化     6 完善显示 ...

  8. stand up meeting 12/8/2015

    part 组员 今日工作 工作耗时/h 明日计划 工作耗时/h UI 冯晓云  --------------    --  -----------  -- PDF Reader 朱玉影         ...

  9. stand up meeting 12/21/2015

    part 组员                工作              工作耗时/h 明日计划 工作耗时/h    UI 冯晓云  完成PDF UI主页面的页面切换功能,待完善    4  完善 ...

  10. OpenShift 4 Hands-on Lab (12) 使用配置参数和环境变量

    <OpenShift 4.x HOL教程汇总> 说明:本文已经在OpenShift 4.6环境中验证 文章目录 使用ConfigMap配置参数 使用Env环境变量 通过Volume使用Co ...

最新文章

  1. Vue 爬坑之路(六)—— 使用 Vuex + axios 发送请求
  2. Silverlight Gantt轻量级高性能的甘特图
  3. 工作流引擎在视频网站架构中的应用
  4. html代码复制到asp中不一样了_迷你代码编程在线成语词典
  5. Linux的进程间通信-消息队列
  6. 网络安全系列之十一 系统命令注入***
  7. python关键词提取_python对文件中的关键词查找替换,实现自动获取配置
  8. Booster 系列之——多线程优化
  9. CSS3之图片3D翻转效果(网页效果--每日一更)
  10. 使用JSON作为函数的参数(转载)
  11. flask服务器获取多个文件,python - OkHttp将带有名称的多个文件上传到Python Flask服务器 - 堆栈内存溢出...
  12. Android7.1 Offload模式下的音频数据抽取过程
  13. 遗传算法工具箱约束优化例题
  14. 中国人口最多的姓氏排行
  15. ceph 纠删码解读和实践
  16. 免费好用的内网穿透 端口映射工具 实现一键远程 外网访问内网
  17. python 从useragent中获取操作系统版本号以及浏览器的版本信息
  18. 题目 2291: [蓝桥杯][2018年第九届真题]调手表(BFS)
  19. 微信小程序 - 数据转excel下载并复制链接
  20. 是什么在影响研究生的痛苦指数?

热门文章

  1. trunc 文字与格式与字符串不符_EXCEL字符串中间数字提取进阶
  2. 深入理解JVM虚拟机(七):虚拟机字节码执行引擎
  3. Redis持久化和备份数据
  4. 重学前端学习笔记(三十六)--Flex 布局
  5. Leetcode 560. Subarray Sum Equals K
  6. 字符串的模式匹配(Java实现)
  7. 架构漫谈:我心中的架构
  8. Deactivate .NET refector
  9. 使用CSS3各个属性实现小人的动画
  10. CORE ANIMATION的学习备忘录