EEM - same event is triggered multiple times in a short period

I have a applet that will monitor the routing flapping..
event manager applet route-flag
event routing network 10.1.2.0/24 type modify
action .....
I like to have a hold down timer feature of this EEM appet. Let's say the event is triggered immediately when there is one change to the 10.1.2.0/24 network, but do not trigger it again if there is another change to within 60 sec. So what I want is the action will only run once no matter how many changes within 60sec.
How can I achive this?
Thanks in advance.

There isn't a native feature to do this.  You could do something using multiple applets like:
event manager environment q "
event manager applet route-flag
event routing network 10.1.2.0/24 type modify
action 010 cli command "enable"
action 011 cli command "config t"
action 012 cli command "event manager applet route-flag"
action 013 cli command "event none"
action 014 cli command "event manager applet reenable-route-flag"
action 015 cli command "event timer countdown time 60"
action 016 cli command "action 1.0 cli command enable"
action 017 cli command "action 2.0 cli command $q config t$q"
action 018 cli command "action 3.0 cli command $q event manager applet route-flag$q"
action 019 cli command "action 4.0 cli command $q event routing network 10.1.2.0/24 type modify$q"
action 020 cli command "action 5.0 cli command $q no event manager applet reenable-route-flag$q"
action 021 cli command "end"

Similar Messages

  • My I pod keeps saying this cable or accessory is not reliable... When I don't have a cable in the iPod it says this multiple times in a short period of time, HELP

    My iPod keeps saying "this cable or accessory is not certified and may not work reliably with your iPod " this say this at least twice a minute even tho there is no cable or accessory in the iPod, please help

    - If a 5G iPod      
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Why LOOP AT XVBAP is triggering multiple times in user-exit in 1 item order

    Hi,
    Just curious,
    I put the break point at LOOP AT XVBAP in user-exit of MV45A include of sales order transaction, then I created a sales order with ONLY one item(10) of 1 quantity (meaning, ONLY one schedule line)....then, Why my break-point(LOOP AT XVBAP) is triggering multiple times? even though there is ONLY one item/1 quantity? is supposed to trigger only 1 time(one iteration) right?
    why mupltiple iterations are happening?
    thank you

    Hello ,
    yeah thats true , that exit programs will called several types  by SAP itself , so u need to find right FORM exits for ur requirements.
    regards
    Prabhu

  • The same podcast shows up multiple times

    In iTunes, the same podcast shows up multiple times. There is only one copy of the file on my computer, and the file it located in the right location, but in iTunes, the same podcast is repeated two or more times. When I delete a single podcast and try to play its copies, iTunes notifies me that it can't find the file. I believe this happens when I use the import folder utility and add music in the iTunes music default location (which includes the podcasts as well as the music I want to import). Does anyone know how to keep this from happening?
    Thanks

    Well, the easiest way would be to stop using the import folder utility. Sounds like you're adding the podcast multiple times. You're probably doing it to other files as well...

  • Photoshop CC 2014 Extension - CEP Event callback is triggered multiple times per single event

    Trying to make my extensions listen for bunch of events and it's turning out to be a real pain in the ***.
    I'm hoping there's someone here who has a bit more experience playing around with these.
    I used the example code from here ( Page 43 ): http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/CC14_Extension_S DK.pdf
    I've modified the code just a little. I removed some unnecessary things from it. I also added a counter, to try to visualize the issue.
    Every time I pasted the code here, the global variable seemed to duplicate. So, eeeeh...  the example code can be found here.
    The problem is:
    I close one document to trigger the event, but for some reason the callback seems to run multiple times.
    Even better, it doesn't seem to be super consistent about it. Sometimes it repeats only couple of times and sometimes it repeats 160 times.
    It seems like every time the extension panel is reopened, it comes up with a new number.
    Currently, if I close a document, it seems to trigger the callback 15 times
    Since this is screenshot, you'll have to take my word for it. I only closed a single document and the code ran 15 times.
    Am I doing something wrong by any chance?
    edit:
    I believe I just found out the reason and a way to recreate the issue.
    I've occasionally tested the extension by closing and opening the panel, which seems to have caused the issue.
    It looks like every time I close and then open the panel, it... adds one more run time to the stack.
    - Refreshing the panel from chrome doesn't seem to affect it.
    When I restart photoshop, it resets. So after the very first opening of the panel, the event triggers the callback only once.
    I forgot to mention that the host application events work just fine without these issues.
    In fact, I tried to use documentAfterActivate before, but as far as I could find, there is no way to kind of filter out specific events within host application events.
    For instance, I can't specify something different to happen when a new document is opened.
    As very much a side note:
    documentAfterActivate has its own side effect due to the way photoshop works.
    It is triggered when you:
    Create a new document
    Open a new document
    Switch to an open document
    It's the "Switch to an open document" part that makes this event listener also trigger when you close a document.
    Because when you close a document, photoshop switches back to the previous document and that in turn triggers the event listener when it shouldn't, I suppose.
    Of course it doesn't trigger the event when you close the last document as there is no document to switch to at that point.
    ...but this is beyond the scope of the original question.

    I was so tired last night that when I found out the cause of it, I never even thought about unregistering...
    I decided to unregister it when the panel is opened instead.
    This does indeed get rid of the issue.
    Thanks, cbuliarca.
    (function () {
      var csInterface = new CSInterface();
      function init() {
           themeManager.init();
           function registerPhotoshopEvent(in_eventId, register) {
                // Added the next line
                var register = register === "clear" ? "UnRegisterEvent" : "RegisterEvent";
                // Modified the next line
                var event = new CSEvent("com.adobe.Photoshop" + register, "APPLICATION");
                event.extensionId = csInterface.getExtensionID();
                event.appId = csInterface.getApplicationID();
                event.data = in_eventId
                csInterface.dispatchEvent(event);
           var number = 0;
           csInterface.addEventListener("PhotoshopCallback" , function(event) {
                number = number + 1;
                console.log( number );
           var closeEventid = "1131180832"
           // Added the next line
           registerPhotoshopEvent(closeEventid, "clear");
           registerPhotoshopEvent(closeEventid);
      init();

  • Validation Event getting called multiple times

    I am saving an eform after entering a wrong percentage in it.On opening the same eform it gives the validate message "Percentage not valid" pop up .This popup should come only once but its coming around 25-26 times.I checked and find that the validate event is getting called multiple times for the same field.Can someone tell why this is happening and how to resolve this

    Hi rupali Sri,
    Our forum here is for questions related to the LiveCycle Collaboration Service product.
    You might want to post your question to the Livecycle Forms forum:
    http://forums.adobe.com/community/livecycle/livecycle_es/forms_es
    If that's not the correct forum, start from here:
    http://forums.adobe.com/index.jspa?view=overview
    Hope this helps.
    Good luck,
    Julien
    LCCS Quality Engineering

  • Simple Event being Displayed Multiple Times

    I have a simple event from the past that is being displayed multiple times. There are no other UIDs that are the same in iCal and no other event has the same SUMMARY name.
    This particular event shows up 9 times. I can also reproduce the result from Automator by searching the specific calendar and looking for events in the date range.
    The event is as follows:
    BEGIN:VCALENDAR
    VERSION:2.0
    PRODID:-//Apple Inc.//iCal 3.0//EN
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    SEQUENCE:5
    TRANSP:OPAQUE
    UID:EC6F5DBC-9BCC-4007-87F2-4A9C796C8551
    DTSTART:20070330T000000
    DTSTAMP:20071206T205550Z
    SUMMARY:Babysit Paul
    CREATED:20080919T173959Z
    DTEND:20070401T120000
    END:VEVENT
    END:VCALENDAR
    I am not very familiar with the format but it looks pretty straight forward.
    The calendar is being synched via Mobile Me and is shared by another two computers. Not sure why this should be relevant since the entry on the computer and on Mobile Me both show this duplication of the event.
    The reason I was looking at all was because of the hangs in iCal since I set the sync to automatic.
    Any ideas welcome,
    Richard

    Post Author: foghat
    CA Forum: Data Connectivity and SQL
    If all the records you are displaying in your report
    truly are duplicated, you could try check off 'select distinct records'
    from the File --> Report Options menu.  While this may solve the problem for you, it would be worthwhile to determine if you are actually joining your tables correctly.
    likely the records aren't an exact duplicate and the problem is with your join criteria.  To verify this you can:  start by removing table b from the database expert altogether.  does
    that solve your problem of multiple rows?  If it does, you are not joining to table b correctlyIf you still have
    multiple rows, loan_id on its own must not make a record unique.  Is
    loan_id duplicated in either of your tables?  Just because loan_id is a
    primary key does not necessarily mean it is unique - often a record
    will have 2 or more primary keys and only when all primary keys are
    used is the record unique.   If you display all of the columns
    from both tables, you will hopefully see some (maybe just one) columns
    where the value is different between your seemingly duplicate data.
    You may need to join on this value as well.as for the type of join you are using (inner, not enforced) you should be fine. Good luck

  • IPhone 4 on ios 5 - recurring events show up multiple times

    I updated my iPhone 4 to ios 5, and ever since, recurring events are showing up multiple times on the same day.  When I sync, it seems that another copy is added to my iPhone's calendar (only one event is in iCal).  I originally had a custom event that repeated every Tuesday and Wednesday.  I tried to change this into two events - one for each day - and it still has the issue of multiple events on the same day.
    Notes I add to these events do not sync back to my computer, either.
    I have tried wiping the calendars from the phone and syncing with what is on my computer, but I continue to have the same problems.
    Any help/advice out there?  It's more of an annoyance than anything!

    At least one of them is only using the cellular data or wi-fi at the moment.  His computer is on the fritz and he has not been able to sync with itunes for a while because of it.  I am not sure about the other colleague as she is out fo the office at the moment.

  • Same system being shown multiple time in Solution for Early Watch Report

    Hi Gurus ,
    I have some satellite system configured to Solution Manager . Today I can see the same system entry multiple time in the
    Operations: Solution Monitoring -> Early Watch Alert.
    eg .,
    I have a system whose SID is ABC , i can see the ABC entry for todays date (i.e., 4 FEB 08) nearly 4 time .And this systems are not rescheduled for the next EWR (i.e scheduled for 11 FEB 08- since we have kept a period of 7 days )
    Please suggest
    Anthony

    Hi Anthony,
    There was an error, that EWA sessions for one systems were scheduled multiple times per week.
    Please check [SAP Note 1083108 - Duplicate EarlyWatch Alerts|http://service.sap.com/sap/support/notes/1083108]
    Search for SAP Notes with key words: EWA, multiple, duplicate.
    Application area: SV-SMG-OP
    What's the software configuration of your SolMan?
    Best regards,
    Ruediger

  • Process Chain Triggers Multiple times

    Hi All,
    I have Meta process chain say ZAAA  which has multiple Local Chains example ZBBB , ZCCC and ZDDD. .This Local chain ZCCC trigger multiple times of  in one day . we had a issues today  with deactivation of Transformations and DTP in different levels because of that Local Process chain ZCCC is failed along with other process chains . when I reach to ZCCC started by repeat or repair ,before Local Chain ZCCC finished whole process ,ZCCC triggers second time .
    Now first times  triggered process chain ZCCC is in  yellow , and second time triggered process chain ZCCC gone through all the way to gree ,  and Meta chain showes red.
    what I have do make Meta chain green.
    Regards
    Hari

    Hi Hari,
    I wonder what you mean by below statement:
    one of the sub pc still yellow first time trigger and went to red and second time trigger whole process is green. all Sub PC are green
    For the sub pc mentioned above, you trigger it all over again? Or you repeat/repair the step failed?
    If you trigger it the second times all over again it is a new run and the first run remain fail,ed so the meta chain will never get green, if you want to make the meta chain green, you need to repeat/repair the step failed in first run.
    Regards
    Bill

  • Event Executing Itself Multiple Times

    Hello Experts,
    I have created a validation in the Sales Order Form for checking the Item Gross Profit greater than 0 .
    When user press tab from the UnitPrice column this checking is done but system is executing the event multiple time
    rather than once .It makes the checking very slow each time this check occurs event occur mulitple times.
    Please suggest what to do .
    Thanks & Regards,
    Amit

    Hi,
    Please ensure that u r given necessary conditions before doing validation
    1. pval.BeforeAction = False
    2.Pval.ColumUID = "UrId"
    3.Pval.ItemUId = "UrMatId"
    4.pVal.InnerEvent
    By
    Firos C

  • PDDocPageLabelDidChange callback is triggered multiple times

    Hello,
    I'm working on a C++ plugin running in Acrobat 8.1.x - we register for the PDDocPageLabelDidChange callback, but whenever a labeling operation is performed (Using the Number Pages... contextual menu), the callback is triggered many times with the same parameters (to/from). Our handler performs a somewhat expensive operation, so we'd like to keep the number of iterations to a minimum, but the fact that we get what appear to be redundant callbacks, the time to process a page labeling operation becomes longer than we'd like.
    Does anybody have an explanation as to why I might see repeated callbacks with the same to/from parameters in PDDocPageLabelDidChange?
    Thanks for any guidance.

    There could be many reasons.  Does the problem still exist in Acrobat 9?
    If the values are indeed equal - then I would just check them against "the last passed values" and don't process again.

  • Same Windows Update installed multiple times through SCCM 2012

    Hello There,
    I am using SCCM 2012 to deploy critical and important updates through Automatic Deployment Rule it works fine but i have noticed recently on the client machines i see the same KB / update is installed multiple times.
    Why would this happen? Please suggest.
    Regards,
    Maqsood
    Maqsood Mohammed Senior Systems Engineer MCITP-Enterprise Admin & ITILv3 Foundation Certified

    Hi,
    My computer also have duplicated updates installed. I uninstalled one of them that needed a restart. Then uninstall another one after restart, it hadn't asked for restart and the uninstall process was very fast. So I think the update only installed one time,
    the others are duplicated records.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Select an artist in the 'view' & the same album is shown multiple times

    Hi, my top 'view' has Genre, Artist, Album as selection criteria. If I select 'The beatles' in the second pane (Artist) all Beatles albums are displayed but multiple times. E.G The album is shown 16 times, with one track on each entry. I just want it to show each album once in the main view ?
    Can this be changed or can I reset all settings ?
    Any help appreciated.
    Thanks
    Chris
    Message was edited by: chriskkkkkkkkk

    Article on that:
    http://support.apple.com/kb/TS1468
    That article is for itunes 7. The Compilation box has moved to the Options tab in itunes 8.

  • IPhone : webViewDidFinishLoad being triggered multiple times

    In my app I have a web viewer and in my code I do a 'loadRequest' to populate it. I'm trying to determine when the page finishes loading using the 'webViewDidFinishLoad' delegate. For most pages like yahoo, or google, the delegate is only called once when the load is finished. For abcnew.com, the delegate gets triggered 3 times. I do a NSLog() every time my delegate code is entered, so I'm just counting my log entries from the console window.
    I'm wondering why 'webViewDidFinishLoad' is getting called 3 times for abcnews.com but only once for most other sites I try.
    Thanks,
    Tony

    It probably does. I was just trying different pages to see what would happen. That is when I noticed abc.com triggers the delegate three times, yet google.com and yahoo.com only once. I guess I'll have to do some more research to better understand what webViewDidFinishLoad is really doing.

Maybe you are looking for

  • Calling SAP Web Service from BPEL

    Hi I am trying to call a SAP Web Service friom BPEL using the SAP WSDL.It requires a basic authentication (Username/Password) which i am providing as partnerlink properties in bpel.xml. While testing the BPEL Process from the console, it is giving me

  • IPod nano won't turn on anymore after frozen update process

    Hey, my friend asked me to update his iPod nano 1G Black (1GB) to new firmware. OK, did that. After the uploading of the new firmware to the iPod, it shows that Black Apple Screen, and a White Loading Bar beneath that Apple logo. But halfaway it froz

  • How do I make my quicktime files set at 720x480?

    Hello, I'm hoping someone can help me out, as I've been struggling with the following problem for several days. I am running Quicktime vers 7.6.2 on OS 10.5.7 (along with Final Cut Pro 6.0.5) When I bring in video into my internal hard drive (from a

  • Deleting photo's  ( taken on ipad2 camera ) on the camera roll directly from ipad

    I am new to all this stuff....as Grannies are....but here goes... I just got an iPad2 with the iOS5 ( the only apple device I have ). I have had it 8 Days.... I took some photos with the iPad2 camera then I transferred them to a new album, following

  • Pre Plus randomly erasing phone numbers

    My Palm Pre Plus is randomly erasing phone numbers since I received it last Thursday.  I suspect it has something to do with Synergy's syncing to my various accounts. Example situation:  Yesterday morning a friend texted me to see if I wanted to meet