• NVRAM就是用来放配置文件和命令用的

  • 路由技术到底研究什么内容?

研究路由器寻找最佳路径的过程(路由协议)

  • 什么是路由?路由是指导IP保温发送的路径信息

  • 路由器的任何一个转发动作都是基于路由表

  • 辨析动态路由技术与静态路由技术

  • 静态路由 由网络管理员在路由器上手工添加路由信息以实现路由目的(主要是配置简单,而且切记配置一条相反的路径)

Static knowledge is administered manually—A network administratorenters it into the router’s configuration. The administrator must manuallyupdate this static route entry whenever an internetwork topology changerequires an update. Static knowledge can be private—by default it is notconveyed to other routers as part of an update process. You can, however,configure the router to share this knowledge.

  • 动态路由 根据网络结构或流量的变化,路由协议会自动调整路由信息以实现路由

Dynamic knowledge works differently. After the network administratorenters configuration commands to start dynamic routing, route knowledge isupdated automatically by a routing process. Whenever new topology informationis received from the internetwork, routers update neighbors about the routechange.

所谓的动态路由就是路由器通过运行路由选择协议学习到的路由。

①管理层面:静态路由比较容易部署/修改(小网络),动态路由协议一般路由的体积比较大,管理相对比较复杂(大网络)。

②技术层面:动态路由协议能够适应各种网络结构的拓扑,能够智能检测网络状态

静态路由技术无法实现,需要人工干预。

  • 问题:使用静态路由技术,需要写多少条静态路由


验证4






结果:ping不通因为在R1的路由表没有指向到R3的路径,所以答案是6条,因为必须手工写入路由表中

追问:若真的要ping过去怎么做?

嘿嘿,成功啦,这里用到的就是严格源站路由的相关知识了

  • 一些show命令

    • show ip route

    • show ip intface brief

    • show run | s r o

    • show run | include ip route

    • show run int f0/0 //查看接口信息