UPM triggers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:50 PM
Create Date: Aug 2 2012 3:35PM
From the concepts guide:
From the concepts guide:
Dynamic Profilesmy 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)
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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:50 PM
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)
hey thanks JP
I went back and reread that too... thinking "there has to be an example"
(from Dave_Rahn)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:50 PM
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)
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)
