标题: CCNA学习笔记(二)默认路由、浮动路由 [打印本页] 作者: 孤独的骗子 时间: 2019-8-28 00:43 标题: CCNA学习笔记(二)默认路由、浮动路由 With an address and subnet mask of 0.0.0.0 0.0.0.0 in the iproute statement, packets for any network not listed in the routing tablewill be sent to the next hop.
Default Route,默认路由,一般应用于网络(企业网、校园网、园区网等)出口,用于指向互联网,实现内网主机能够跟外网通信。
默认路由一般放在在路由表的最底部,只有当常规的路由条目没有匹配时,才会查看/调用默认路由,所以我们也将默认路由称为"最后一根稻草"。
ip route 0.0.0.0 0.0.0.0 下一跳
我们在R2上面创建大量的lookback接口一模拟大型互联网