我以前没有学过网络,所以网络工程师看到这帖子,肯定说我小白。没错,一个技术领域的技术哪怕是大牛,到了另一个技术领域照样是小白。
可能是华为的交换机的bug,当发包量大时,连接同一个交换机的两台机器之间丢包率竟然有30%之高。检查线路啥的均正常。只能登录交换机重启。
前提是,你的机器通过console口连接了交换机,否则你是没有办法登录到交换机的。我们的机器是linux系统。
1. # minicom
Welcome to minicom 2.1
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Jan 7 2007, 01:16:05.
Press CTRL-A Z for help on special keys
2. 直接回车,输入一个 ?
?
debugging Enable system debugging functions
display Display current system information
ping Ping function
quit Exit from current command view
reboot Reset switch
reset Reset operation
save Save current configuration
system-view Enter the system view
undo Cancel current setting
会看到相关可以敲的命令,
3. 输入 reboot
reboot
This will reboot switch. Continue? [Y/N]y
Switch is rebooting...
Booting ...image 0
************************************************************
* *
* H3C S5024P BOOTROM, Version 100 *
* *
************************************************************
Copyright (c) 2004-2006 Hangzhou H3C Technologies Co., Ltd.
All rights Reserved.
CPU Type : 8051
CPU Clock Speed : 17MHz
Memory Size : 128KB
Software Version : S5024P-R0105
The switch MAC is: 000f-e23c-7e13
*********************************************************************
* Copyright (c) 2004-2006 Hangzhou H3C Technologies Co., Ltd. *
* All rights Reserved. *
* Without the owner's prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
*********************************************************************
User interface Aux0/0 is available
Please press ENTER.
此时已经重启完成了。直接按回车。
4. 退出交换机
Ctrl+a + x
可能是华为的交换机的bug,当发包量大时,连接同一个交换机的两台机器之间丢包率竟然有30%之高。检查线路啥的均正常。只能登录交换机重启。
前提是,你的机器通过console口连接了交换机,否则你是没有办法登录到交换机的。我们的机器是linux系统。
1. # minicom
Welcome to minicom 2.1
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Jan 7 2007, 01:16:05.
Press CTRL-A Z for help on special keys
2. 直接回车,输入一个 ?
?
debugging Enable system debugging functions
display Display current system information
ping Ping function
quit Exit from current command view
reboot Reset switch
reset Reset operation
save Save current configuration
system-view Enter the system view
undo Cancel current setting
会看到相关可以敲的命令,
3. 输入 reboot
reboot
This will reboot switch. Continue? [Y/N]y
Switch is rebooting...
Booting ...image 0
************************************************************
* *
* H3C S5024P BOOTROM, Version 100 *
* *
************************************************************
Copyright (c) 2004-2006 Hangzhou H3C Technologies Co., Ltd.
All rights Reserved.
CPU Type : 8051
CPU Clock Speed : 17MHz
Memory Size : 128KB
Software Version : S5024P-R0105
The switch MAC is: 000f-e23c-7e13
*********************************************************************
* Copyright (c) 2004-2006 Hangzhou H3C Technologies Co., Ltd. *
* All rights Reserved. *
* Without the owner's prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
*********************************************************************
User interface Aux0/0 is available
Please press ENTER.
此时已经重启完成了。直接按回车。
4. 退出交换机
Ctrl+a + x
编辑回复