beautypg.com

Sysmon np memory-errors – Brocade Multi-Service IronWare Administration Guide (Supporting R05.6.00) User Manual

Page 152

background image

134

Multi-Service IronWare Administration Guide

53-1003028-02

sysmon np memory-errors

5

sysmon np memory-errors

Configures memory error monitoring and reporting on interface modules. The no form of this
command disables memory error monitoring on interface modules.

Syntax

sysmon np memory-errors { poll-interval secs | action {syslog-and-trap | syslog | trap | none }}

no sysmon np memory-errors { poll-interval secs | action {syslog-and-trap | syslog | trap | none }}

Command

Default

Monitoring of NP memory-errors is enabled by default.

Parameters

poll-interval secs

Specifies the frequency of polling for NP memory errors. The range is from 1
through 65535. The default value is 60 seconds.

action

Specifies the action taken when NP memory errors are detected. The default
action is syslog-and-trap.

syslog-and-trap Generate a syslog message and a SNMP trap.

syslog

Generate a syslog message.

trap

Send a SNMP trap.

none

No action; reporting of errors is disabled. In the no form of the command,
specifying the action as none restores the default action (syslog-and-trap).

Command

Modes

Privileged EXEC configuration mode.

Usage

Guidelines

If action is configured as syslog followed by configuration as trap, the action will become
syslog-and-trap.

The poll-interval parameter determines the interval between checks for NP memory errors.
Reporting may not happen within the polling interval; it may be delayed by factors such as a high
CPU load on either the interface or management modules, low memory, etc.

The action parameter controls the generation of syslog messages or SNMP traps. These messages
cannot be controlled by the no snmp-server enable traps command or the no logging enable
command.

Memory errors are detected on the interface module. Errors may not be reported if there is a
communication problem between the managment module and the interface module.

Examples

The following example specifies polling for NP memory errors at 10 second intervals.

Brocade(config)# sysmon np memory-errors poll-interval 10

The following example disables reporting of NP memory errors.

Brocade(config)# sysmon np memory-errors action none

The following example disables monitoring of memory errors on interface modules.

Brocade(config)# no sysmon np memory-errors

The no form of the command specifying a poll-interval value restores the default polling interval.
For example, the following command restores the polling interval to the default value (60 seconds).

Brocade(config)# no sysmon np memory-errors poll-interval 1000