网络故障处理手册

http://tech.ddvip.com   2007年06月24日    社区交流 收藏本文

内容摘要:网络故障处理手册

  show stacks ;提供路由器进程和处理器利用率信息, 用stack decode

  show tech-support ;显示几个show命令的输出

  show access-lists ;查看访问列表配置

  show memory ;用于测试内存问题

  2) 接口相关命令

  show queueing [fair|priority|custom]

  show queue e0/1 ;查看接口上队列的设置和操作

  show interface e0/1 ;Cisco缺省的Ethernet封装方法是ARPA

  show ip interface e0/1 ;显示指定接口的TCP/IP配置信息

  3) 进程相关命令

  show processes cpu ;显示路由器CPU的使用率和当前的进程

  show processes memory ;显示路由器当前进程的内存使用情况

  4) TCP/IP协议相关命令

  Show ip access-list ;显示IP访问列表(1-199)

  Show ip arp ;显示路由器的ARP缓存(IP、MAC、封装类型、接口)

  Show ip protocols ;显示运行在路由器上的IP路由协议的信息

  Show ip route ;显示IP路由表中的信息

  Show ip traffic ;显示IP流量统计信息

  2、debug命令

  DEBUG不应在CPU使用率超过50%的路由器上运行。

  1) 限制debug输出

  在使用DEBUG获得所需数据后,要关闭Debug

  使路由器对所有消息都配置使用时间戳:

  Router#service timestamps debug datetime msec localtime

  Router#service timestamp log datetime msec localtime

  缺省,error和debug信息仅发送到console,telnet到路由器上看不到debug和log的信息。想在telnet中看到debug和log信息:

  Router#terminal monitor

  Router#terminal monitor ;关闭信息输出

  Router#undebug all ;关闭debug进程及所有相关信息的输出

责编:豆豆技术应用

正在加载评论...