余二五 2017-11-22 846浏览量
路由器每间隔一段时间就提示:%SYS-2-CHUNKBADMAGIC : Bad magic number in chunk header,
上CISCO官网查询解决办法,官方给出的解决办法是:请联系你的当地技术支持。。。(纯粹扯蛋)。后来在一个老外的论坛上看见有人碰到过相同的问题,发帖如下:
===========================================================================
Hi,
Does anyone know this is a bug ?
Cisco IOS Software, 7200 Software (C7200-IK9S-M), Version 12.3(14)T2
%SYS-2-CHUNKBADMAGIC: Bad magic number in chunk header, chunk 0 data 66AFCEE0 chunkmagic 6093EE60 chunk_freemagic 65B248F0-Process= "<interrupt level>", ipl= 4-Traceback= 0x607D29A0 0x60941AE0 0x6086C988 0x60190674 0x6019155C 0x60189700 0x609FF67C 0x6090EA14
===========================================================================
碰到的问题跟我家的路由器出现的故障提示一样。。
结果有人回帖:
it's because of the fragmentation and VFR enabled on the router. Try the workaround. Disable VFR on all interfaces (no ip virtual-reassembly"), or just on these where the command "show ip virtual-reassembly" shows you reassembly count > 0
大概意思是:用show ip virtual-reassembly命令查看哪些端口开启了virtual-reassembly功能,并在接口模式中用no ip virtual-reassembly命令将其关闭
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
集结各类场景实战经验,助你开发运维畅行无忧