cancel
Showing results for 
Search instead for 
Did you mean: 

UPM triggers

UPM triggers

EtherNation_Use
Contributor II
Create Date: Aug 2 2012 3:35PM

From the concepts guide:
Dynamic Profiles
Dynamic profiles are so named because they are dynamically triggered by the following types of events:
Device discovery and disconnect
User or standards-based authentication and logoff
Time of day
Switch events reported by the Event Management System (EMS)


my question is the Last ITEM in the list
how would one go about using an EMS message to trigger a script?
I cant see where I can configure UPM to do this... and the concepts guide is a little vauge in this one topic.

thanks for any help
Dave

my question is the Last ITEM in the listhow would one go about using an EMS message to trigger a script?I cant see where I can configure UPM to do this... and the concepts guide is a little vauge in this one topic.thanks for any helpDave (from Dave_Rahn)
2 REPLIES 2

EtherNation_Use
Contributor II
Create Date: Aug 3 2012 7:17AM

hey thanks JP
I went back and reread that too... thinking "there has to be an example"

(from Dave_Rahn)

EtherNation_Use
Contributor II
Create Date: Aug 3 2012 6:04AM

1) Create the upm profile script

create upm profile disable_port_elrp
disable port $EVENT.LOG_PARAM_7

2) create a log target to trigger the upm profile in the event there is match condition

create log filter f1
configure log filter f1 add event ELRP.Report.Message match string "LOOP"
create log target upm disable_port_elrp
enable log target upm disable_port_elrp
configure log target upm disable_port_elrp filter f1 severity Info
configure log target upm disable_port_elrp match Any (from john_padilla)
GTM-P2G8KFN