扫一扫
关注微信公众号

静态路由协议之安装疑难(1)
2008-05-15   中国IT实验室

静态路由协议概述

  静态路由协议顾名思义,就是不是有动态协议自动生成的,有手工输入的路由条目。譬如PC 的缺省路由,单一出口的小网络的缺省路由,一个只有几个子网的简单网络等。

  1、安装疑难

  静态路由没有出现在路由表-接口没有up

   


    
    配置:如图 6 路由器A 为某公司出口路由器。配置如下:

  A:
  acl number 2000
  rule 0 permit source 192.168.0.0 0.0.0.255
  rule 1 deny
  #

  interface Serial0/0
  link-protocol ppp
  ip address 222.102.183.2 255.255.255.252
  nat outbound 2000
  #
  interface LoopBack0
  ip address 192.168.0.1 255.255.255.0
  #
  ip route-static 0.0.0.0 0.0.0.0 Serial 0/0 preference 60

  故障:内部的网络无法上网,查看全局路由表中为发现出口的缺省路由。接口s0/0 的状态为down.

  [A]dis ip routing-table
  Routing Table: public net

   


    
    [A]

  [A]dis interface s0/0
  Serial0/0 current state :DOWN
  Line protocol current state :DOWN
  Description : Serial0/0 Interface
  The Maximum Transmit Unit is 1500, Hold timer is 10(sec)
  Internet Address is 222.102.183.2/30
  Link layer protocol is PPP
  LCP initial

  分析:缺省路由未安装,查看配置文件中已经配置。但是接口s0/0 的状态为Down 导致了到该出口的条目未安装。检查为接口电缆松动,重新接驳后故障排除。

  [A]dis ip routing-table
  Routing Table: public net

   


热词搜索:

上一篇:远程备份安全之道
下一篇:静态路由协议之安装疑难(2)

分享到: 收藏