1、Display cpu-usage
查看cpu使用情况
2、Display interface g0/1/2
查看接口状态 ,其中 Discard 显示0,说明没有丢包,设备正常。
3、Display cpu-defend statistics all
查看报文丢弃的情况,配合cpu-usage使用,如果Drop为0说明正常。
4、4.ping –c 500 –s 1500 127.0.0.1
-C 500 :500个报文 -s1500:是报文大小(32-9600)
5、dis ip int br 和 dis int br(Comware V567)
查看端口IP简要状态信息 和 所有端口的简要信息
6、display this(类似的还有dis cu int G0/0/2)
查看当前端口的生效配置,也是一条比较实用的命令。
7、dis arp | include x.x.x.x 和dis mac-address dy G0/0/1
看IP在哪个端口,和 查看MAC地址表信息
8、