惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
V
Visual Studio Blog
宝玉的分享
宝玉的分享
IT之家
IT之家
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
I
InfoQ
B
Blog RSS Feed
T
Threatpost
博客园_首页
M
MIT News - Artificial intelligence
Spread Privacy
Spread Privacy
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Know Your Adversary
Know Your Adversary
U
Unit 42
Engineering at Meta
Engineering at Meta
C
Cyber Attacks, Cyber Crime and Cyber Security
月光博客
月光博客
Scott Helme
Scott Helme
T
Tor Project blog
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
S
Schneier on Security
Vercel News
Vercel News
博客园 - Franky
C
Cybersecurity and Infrastructure Security Agency CISA
L
LINUX DO - 热门话题
NISL@THU
NISL@THU
L
LangChain Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
Latest news
Latest news
C
CXSECURITY Database RSS Feed - CXSecurity.com
Hugging Face - Blog
Hugging Face - Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
S
Security Affairs
A
About on SuperTechFans
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
大猫的无限游戏
大猫的无限游戏
W
WeLiveSecurity
Cisco Talos Blog
Cisco Talos Blog
罗磊的独立博客

Tracert

凯旋Trident660用户手册、原厂配件安装手册 - Tracert STP、RSTP、MSTP生成树协议比较 - Tracert H3C华三禁止电脑手动修改IP地址入网 - Tracert 宝马BMW G310R G310GS 用户手册下载 - Tracert 关于CISP、CISSP认证初步认识 - Tracert 工程师必备神器之子网网段计算器 - Tracert 实用的文件哈希校验MD5、SHA-1小工具 - Tracert H3C华三交换机DHCP服务开局配置 - Tracert H3C华三网络设备强制端口速率配置命令 - Tracert
H3C华三网络设备debugging调试命令 - Tracert
Cinwell · 2022-06-06 · via Tracert

命令说明

debugging命令用来打开指定模块的调试开关。
undo debugging命令用来关闭指定模块的调试开关。

命令格式

命令格式

debugging module-name [ option ]
undo debugging { all | module-name [ option ] }

参数说明

参数说明

module-name:模块名称,比如arp、device等。可以使用debugging ?命令查询设备当前支持的模块名。
option:模块的调试选项。对于不同的模块,调试选项的数量和内容都不相同。可以使用debugging module-name ?命令查询设备当前支持的指定模块的调试选项。
all:所有模块的调试开关。仅当需要关闭所有调试开关时可使用本参数。

使用指导

使用指导

调试信息的输出会影响系统的运行效率,所以建议在进行网络故障诊断时根据需要打开某个功能模块的调试开关,不要同时打开多个功能模块的调试开关。
执行本命令后设备会将生成的调试信息发送到设备的信息中心模块,通过设置信息中心的参数,最终决定调试信息的输出规则(即是否允许输出以及输出方向)。有关调试信息输出规则的详细介绍请参见“网络管理和监控配置指导”中的“信息中心”。
关于功能模块debugging命令以及debug信息的详细描述,请参见对应功能模块的Debug手册。

使用举例

使用举例

# 打开设备管理模块的调试开关。
 debugging dev

知识共享许可协议

如无特殊声明,本站所有内容均在 WTFPL 2.0 许可下发布