码迷,mamicode.com
首页 > 其他好文 > 详细

H3C debugging 使用技巧

时间:2020-07-06 11:18:16      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:打开   nbsp   用户   cpu   monitor   tor   terminal   str   deb   

一     组网需求:

1.PC使用超级终端管理交换机,可以在超级终端上显示相应数据报文的debug调试信息;

2.PC远程TELNET管理交换机,可以在TELNET终端上显示相应数据报文的debug调试信息。

 

二     配置步骤:

向本地超级终端输出debug信息

1.在用户视图模式下打开ip icmp的调试开关

<SwitchA>debugging ip icmp

2.在用户视图模式下打开屏幕输出开关

<SwitchA>terminal monitor

3.在用户视图模式下打开调试输出开关

<SwitchA>terminal debugging

向远程telnet终端输出debug信息

1.在用户视图模式下打开ip icmp的调试开关

<SwitchA>debugging ip icmp

2.在用户视图模式下打开屏幕输出开关

<SwitchA>terminal monitor

3.在用户视图模式下打开调试输出开关

<SwitchA>terminal debugging

关闭debug信息

1.关闭相应报文或者全部debug信息

<SwitchA>undo debugging ip icmp

<SwitchA>undo debugging all

2.关闭调试输出开关

<SwitchA>undo terminal debugging

3.关闭屏幕输出开关

<SwitchA>undo terminal monitor

 

三     补充说明:

调试信息量很大,无法正常输入命令时,可以在用户视图下用简化后的命令:undo t d(注意中间空格),以关闭调试输出开关。

 

四     配置关键点:

因为debug占用很多cpu资源,不建议应用<SwitchA>debugging all配置。

H3C debugging 使用技巧

标签:打开   nbsp   用户   cpu   monitor   tor   terminal   str   deb   

原文地址:https://www.cnblogs.com/cxyc005/p/13253421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!