关于CISCO网络设备如何“Type escape sequence to abort.”
在使用cisco设备进行PING 和traceroute 时,经常会有ping不通或traceroute不能到达目的地的情况。如下:
1、
Router#ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
 
2、
Router#traceroute 10.0.0.2
Type escape sequence to abort.
Tracing the route to 10.0.0.2
  1 61.143.5.29 0 msec 0 msec 4 msec
  2 61.143.25.206 4 msec 0 msec 0 msec
  3 61.145.20.13 4 msec 0 msec 4 msec
  4 61.145.20.1 0 msec 0 msec 4 msec
  5 202.97.25.190 4 msec 4 msec 4 msec
  6  *  *  *
  7  *  *  *
  8  *  *  *
  9  *  *  *
 10  *  *  *
 11  *  *  *
 12  *  *  *
 13  *  *  *
 14  *  *  *
 
如何中断这两个命令以避免等待,我在网上找了很久,今天在google上搜索资料时偶然发现了这个方法。
按“Ctrl+Shift+6 + x”,解释一下:同时按住“Ctrl+Shift+6” 然后同时松开这三个键,再单击一下“x
”键。有时可能会不成功,多试几次就可以找到感觉了。