小米路由器为什么总是cpu超负荷
发布网友
发布时间:2022-05-02 10:44
我来回答
共4个回答
热心网友
时间:2022-06-19 10:38
价格低,配置低,不舍得用更好的cpu 更好的内存,做出来的路由器也就能看看电视什么的。打游戏是甭想了。尤其是家里有几个手机,又是光纤的情况下。所有的下载速度基本上都用光了,这个时候路由器持续发热,而cpu和内存的工作能力又有限,根本无法释放100M光纤的全部网速。cpu和内存在翻四到五倍,然后网口什么的都用1000兆的,才能解决这个问题吧。硬件不行的情况下,怎么设置都是白搭。
热心网友
时间:2022-06-19 10:39
接收*了吧 导致电器元件过热无法正常工作
热心网友
时间:2022-06-19 10:39
路由器没有任何问题的情况下不建议你升级固件或刷别的版本。
如果是因为刷了别的固件版本导致的这种情况,那么建议你恢复小米路由器出厂设置试试。
热心网友
时间:2022-06-19 10:40
一、show process cpu 如显示IP input process is using a lot of CPU resources,检查以下情况
(1)不能被fast switched的包有:switching cache没有entry的包、目的地是路由器的包、需要协议转换的包、做了policy routing的包、X.25 encapsulation的包、Multilink PPP、压缩和加密的包目的地是router的包。
(2)Fast switching
在大流量的外出接口上是否被disabled.可以用show interfaces switching 命令察看接口流量.然后在接口上重新Re-enable fast switching .记住fast switching是配置在output 接口。
(3)Fast switching on the same interface是否被disabled. 如一个接口配有多个网段(secondary addresses )并且在这些网段间流量很大时路由器工作在process-switches方式.这种情况下要在接口上enable ip route-cache same-interface。
二、用show interfaces 和show interfaces switching命令识别大量包进出的端口;
一旦你确认进入端口后,打开ip accounting on the outgoing interface看其特征.如果是攻击,源地址会不断变化但是目的地址不变.可以用access list暂时解决此类问题(最好在接近攻击源的设备上配置), 最终解决办法是停止攻击源。
(1)路由器配置了IP NAT (Network Address Translation)并且有很多DNS (Domain Name System) 包穿越router. UDP or TCP packets with source and/or destination port 53 (DNS) are always punted to process level by NAT。
(2)路由器被over-used 不能处理amount of traffic, 可以用load among other routers 或者考虑另购买high-end router。
(3)通过X.25封装的包,因为有flow control on the second Open System Interconnection (OSI) layer.7.Compressed traffic.如没有Compression Service Adapter (CSA) in the router, compressed packets must be process-switched.8.Encrypted traffic. 如没有Encryption Service Adapter (ESA) in the router, encrypted packets must be process-switched。
(4)大量的User Datagram Protocol (UDP) 流量. 可以用解决spoof attack的步骤解决。
(5)大量广播包。Check the number of broadcast packets in the show interfaces command output。
(6)大量组播流穿越路由器。可以enable fast switching of multicast packets using the ip mroute-cache interface configuration command (fast switching of multicast packets is off by default)。
(7)需policy routing的包.在Cisco IOS version 11.3以前, policy-routed packets不能被fast switched. IOS version 11.3 以后允许policy-routed packets to be fast switched.使用接口命令ip route-cache policy。