精华 | 网络故障排除命令汇总【网工必须收藏】( 五 )

ip route 0.0.0.0 0.0.0.0 1.0.0.1,没有问题 。
检查RouterB的路由表,配置到4.0.0.0网络的静态路由为:ip route 4.0.0.0 255.0.0.0 1.0.0.2――下一跳配置的是1.0.0.2,而不是3.0.0.1 。这正是错误所在 。
(4) 处理过程
修改RouterB的配置如下:
RouterB(config)# no ip route 4.0.0.0 255.0.0.0 1.0.0.2
RouterB(config)# ip route 4.0.0.0 255.0.0.0 3.0.0.1
故障排除 。
(5) 建议和总结
Traceroute命令能够很容易发现路由环路等潜在问题 。当路由器A认为路由器B知道到达目的地的路径,而路由器B也认为路由器A知道目的地时,就是路由环路发生了 。使用Ping命令只能知道接收端出现超时错误,而Traceroute能够立即发现环路所在――如果Traceroute命令两次或者多次显示同样的接口 。
当通过Traceroute发现路由环路后,如果配置为:

  • 静态路由:几乎可以肯定是手工配置有问题,如本案例所示 。
  • OSPF协议:可能是地址聚合产生的问题 。
  • 多路由协议:可能是路由引入产生的问题 。
1.3Show命令Show命令是用于了解路由器的当前状况、检测相邻路由器、从总体上监控网络、隔离互连网络中故障的最重要的工具之一 。几乎在任何故障排除和监控场合,Show命令都是必不可少的 。
例如:基于RGNOS路由平台的Show命令选项如下所示:
RG#show ?
access-groupMAC access-group
access-listsList access lists
accountingAccounting configurations parameters
address-bindaddress binding table
AggregatePortAggregatePort IEEE 802.3ad
arpARP table
class-mapShow QoS Class Map
clockDisplay the system clock
clusterCluster information
configureContents of Non-Volatile memory
cpuCPU statistics
debuggingState of each debugging option
detectdetect user ip
dot1xIEEE 802.1X information
fileShow filesystem information
gvrpGVRP configure command
hostIP dns host table
interfacesInterface status and configuration
ipIP information
ip-auth-modeShow IP authentication mode
keyKey information
lineTTY line information
lldpLLDP information
loggingShow the contents of logging buffers
macMAC information
mac-address-tableMAC forwarding table
memberShow members information
memoryMemory statistics
mlsShow MultiLayer Switching information
monitorShow a SPAN session
policy-mapShow QoS Policy Map
port-securityShow secure port information
privilegeShow current privilege level
radius-serverShow RADIUS query parameters
rate-controlRate control configuration information
reloadHalt and perform a cold restart
rmonrmon statistics
running-configCurrent operating configuration
securitySecurity Settings
serviceShow network management services
smp-serverSMP Server Parameters
snmpsnmp statistics
snmp-serverShow SNMP parameters
sntpshow sntp parameter
spanning-treeSpanning tree topology
storm-controlShow packet storm control configuration
time-rangeShow time-range information
versionSystem hardware and software status
vlanVLAN status
在此仅介绍部分最常用的、全局性的show命令 。
1. Show Version命令Show Version命令是最基本的命令之一,它用于显示路由器硬件和软件的基本信息 。因为不同的版本有不同的特征,实现的功能也不完全相同,所以,查看硬件和软件的信息是解决问题的重要一步 。在进行故障排除时,我们通常从这个命令开始收集数据 。该命令将帮助用户收集下列信息: