Cisco Nexus 7000 Series Configuration Manual page 282

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

Advertisement

Defining a User Policy Using the CLI
Command
action label policy-default
Example:
switch(config-applet)# action 1.0 policy-default
action label publish-event
Example:
switch(config-applet)# action 1.0 publish-event
action label reload [module slot[-slot]]
Example:
switch(config-applet)# action 1.0 reload
module 3-5
action label snmp-trap {[intdata1 data [intdata2 data]]
[strdata string]}
Example:
switch(config-applet)# action 1.0 snmp-trap
strdata "temperature problem"
action label syslog [priority prio-val] msg error-message
Example:
switch(config-applet)# action 1.0 syslog
priority notifications msg "cpu high"
action label end
Example:
switch(config-applet)# action 1.0 end
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
254
Configuring the Embedded Event Manager
Purpose
Executes the default action for the policy
that you are overriding.
The action label is in the format
number1.number2. number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.
Forces the publication of an
application-specific event.
The action label is in the format
number1.number2. number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.
Forces one or more modules or the entire
system to reload.
The action label is in the format
number1.number2. number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.
Sends an SNMP trap with the configured
data.
The action label is in the format
number1.number2 number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.
The data arguments can by any number up
to 80 digits. The string can be any
alphanumeric string up to 80 characters.
Sends a customized syslog message at the
configured priority.
The action label is in the format
number1.number2. number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.
The error-message can be any quoted
alphanumeric string up to 80 characters.
Identifies the end of a conditional action
block like if/else and while.
The action label is in the format
number1.number2. number1 can be any
number up to 16 digits. The range for
number2 is from 0 to 9.

Advertisement

Table of Contents
loading

Table of Contents