Cisco Nexus 7000 Series Configuration Manual page 279

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring the Embedded Event Manager
Command
event poweroverbudget
Example:
switch(config-applet)# event
poweroverbudget
event snmp [tag tag] oid oid get-type {exact | next} entry-op
{eq | ge | gt | le | lt | ne} entry-val entry [exit-comb {and | or}]
exit-op {eq | ge | gt | le | lt | ne} exit-val exit exit-time time
polling-interval interval
Example:
switch(config-applet)# event snmp oid
1.3.6.1.2.1.31.1.1.1.6 get-type next
entry-op lt 300 entry-val 0 exit-op eq 400
exit-time 30 polling-interval 300
event storm-control
Example:
switch(config-applet)# event storm-control
event syslog [occurs count] {pattern string | period time |
priority level | tag tag}
Example:
switch(config-applet)# event syslog period
500
event sysmgr memory [module module-num] major
major-percent minor minor-percent clear clear-percent
Example:
switch(config-applet)# event sysmgr memory
minor 80
event sysmgr switchover count count time interval
Example:
switch(config-applet)# event sysmgr
switchover count 10 time 1000
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
Defining a User Policy Using the CLI
Purpose
Triggers an event if the power budget
exceeds the capacity of the configured
power supplies.
Triggers an event if the SNMP OID
crosses the entry threshold based on the
entry operation. The event resets
immediately, or optionally you can
configure the event to reset after the
counter passes the exit threshold. The OID
is in dotted decimal notation.
The tag tag keyword-argument pair
identifies this specific event when multiple
events are included in the policy.
The entry and exit value ranges are from
0 to 18446744073709551615. The time,
in seconds, is from 0 to 2147483647. The
interval, in seconds, is from 1 to
2147483647.
Triggers an event if traffic on a port
exceeds the configured storm control
threshold.
Triggers an event if the specified syslog
threshold is exceeded. The range for the
count is from 1 to 65000, and the range for
the time is from 1 to 4294967295. The
priority range is from 0 to 7.
The tag tag keyword-argument pair
identifies this specific event when multiple
events are included in the policy.
Triggers an event if the specified system
manager memory threshold is exceeded.
The range for the percentage is from 1 to
99.
Triggers an event if the specified
switchover count is exceeded within the
time interval specified. The switchover
count is from 1 to 65000. The time interval
is from 0 to 2147483647.
251

Advertisement

Table of Contents
loading

Table of Contents