首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >cisco asa重装

cisco asa重装
EN

Server Fault用户
提问于 2011-10-21 18:27:40
回答 1查看 1.8K关注 0票数 4

在进行了内存和代码升级之后,我们有大量asa 5520's (在活动/待机对中)出现问题。这个问题表现为在故障转移接口上失去了与另一对设备的1/2的连接,并且通常伴随着备用设备的重新加载。由于内存和代码都已被触及,我们试图将两者都视为问题的根源。在适当的情况下,代码被返回水平,但这并不总是可行的。是否有一种方法可以在设备启动和运行时测试内存(如memtest)?

5520's运行8.2(3) w/ 2gb内存。

代码语言:javascript
复制
05:05:36 %ASA-1-105005: (Secondary) Lost Failover communications with mate on interface outside
05:05:36 %ASA-1-105005: (Secondary) Lost Failover communications with mate on interface inside
05:05:36 %ASA-1-105008: (Secondary) Testing Interface outside
05:05:36 %ASA-1-105008: (Secondary) Testing Interface inside
05:05:37 %ASA-1-105009: (Secondary) Testing on interface inside Passed
05:05:38 %ASA-1-105009: (Secondary) Testing on interface outside Passed
05:11:39 %ASA-1-105003: (Primary) Monitoring on interface outside waiting
05:11:39 %ASA-1-105003: (Primary) Monitoring on interface inside waiting
05:11:39 %ASA-1-105006: (Primary) Link status 'Up' on interface outside
05:11:39 %ASA-1-105006: (Primary) Link status 'Up' on interface inside
05:11:41 %ASA-1-105003: (Secondary) Monitoring on interface outside waiting
05:11:41 %ASA-1-105003: (Secondary) Monitoring on interface inside waiting
05:11:56 %ASA-1-105004: (Secondary) Monitoring on interface outside normal
05:11:56 %ASA-1-105004: (Secondary) Monitoring on interface inside normal
05:11:59 %ASA-1-105004: (Primary) Monitoring on interface outside normal
05:11:59 %ASA-1-105004: (Primary) Monitoring on interface inside normal
05:12:31 %ASA-1-105005: (Secondary) Lost Failover communications with mate on interface outside
05:12:31 %ASA-1-105005: (Secondary) Lost Failover communications with mate on interface inside
05:12:31 %ASA-1-105008: (Secondary) Testing Interface outside
05:12:31 %ASA-1-105008: (Secondary) Testing Interface inside
05:12:32 %ASA-1-105009: (Secondary) Testing on interface outside Passed
05:12:32 %ASA-1-105009: (Secondary) Testing on interface inside Passed
05:18:50 %ASA-1-105006: (Primary) Link status 'Up' on interface outside
05:18:50 %ASA-1-105006: (Primary) Link status 'Up' on interface inside
05:18:51 %ASA-1-105003: (Secondary) Monitoring on interface outside waiting
05:18:51 %ASA-1-105003: (Secondary) Monitoring on interface inside waiting
05:18:52 %ASA-1-105003: (Primary) Monitoring on interface outside waiting
05:18:52 %ASA-1-105003: (Primary) Monitoring on interface inside waiting
05:19:07 %ASA-1-105004: (Primary) Monitoring on interface outside normal
05:19:07 %ASA-1-105004: (Primary) Monitoring on interface inside normal
05:19:11 %ASA-1-105004: (Secondary) Monitoring on interface outside normal
05:19:11 %ASA-1-105004: (Secondary) Monitoring on interface inside normal
EN

回答 1

Server Fault用户

发布于 2018-03-02 14:08:53

好吧,我不会假装我有事实答案,但你有没有考虑过.

您是否在使用专用接口进行故障转移(如管理端口),因为其他通信量可能会延迟触发故障转移条件的“hello”数据包?

您是否尝试过像这样调整按压计时器:

代码语言:javascript
复制
hostname(config)# failover polltime interface [msec] time [holdtime time]

也许扩展计时器可能会产生不同的结果,如果您知道代码/内存不是仅用于重新加载的。

您还可以尝试以下命令:

代码语言:javascript
复制
show failover history

尝试并确定发生故障转移的原因。但是,从您的输出来看,界面或链接确实在下降,所以我不确定这是内存问题,尽管代码是一种明显的可能性。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/323741

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档