路由器debug基本操作和简单配置
程序员文章站
2022-05-02 16:28:31
路由器debug基本操作和简单配置...
debug是设备调试,排错中非常重要也非常有效的手段。需要对网络协议和quidway产品相对熟悉的情况下使用。
过程:首先输入
[router]info-center enable
使用console配置口时,输入:
[router]info-center console
[router]info-center console debug
使用远程telnet时,输入:
[router]info-center monitor
[router]info-center monitor debug
此处以调试链路层协议ppp数据包为例
[router]debugging ppp packet
『注意』
1.特权模式下debug;可以从display debug看出现在有哪些调试开关是打开的
2.调试开关打开,对路由器性能会有相应程度的影响,所以用后请及时关闭调试信息:
[router]undo debug all,或者ctrl+d亦可。
过程:首先输入
[router]info-center enable
使用console配置口时,输入:
[router]info-center console
[router]info-center console debug
使用远程telnet时,输入:
[router]info-center monitor
[router]info-center monitor debug
此处以调试链路层协议ppp数据包为例
[router]debugging ppp packet
『注意』
1.特权模式下debug;可以从display debug看出现在有哪些调试开关是打开的
2.调试开关打开,对路由器性能会有相应程度的影响,所以用后请及时关闭调试信息:
[router]undo debug all,或者ctrl+d亦可。