EEM not start despite the fact that response of the track is down

Hello all,
I am trying to configure an EEM which shutdown and interface when the track is down but i remark that the action of EEM not start despite that every seem good. Here is the config :
ip sla 5
icmp-echo 8.8.8.8
timeout 20000
threshold 15000
frequency 25
ip sla schedule 5 life forever start-time now
track 1 ip sla 5
event manager applet SET-DOWN-INTERFACE
event track 1 state down
action 1.0 cli command "enable"
action 1.1 cli command "conf t"
action 1.2 cli command "int fastethernet 0/0"
action 1.3 cli command "shutdown"
action 1.4 cli command "end"
action 1.5 cli command "exit"
SHow command :
#sh ip sla statisti
IPSLA operation id: 5
Type of operation: icmp-echo
        Latest RTT: NoConnection/Busy/Timeout
Latest operation start time: *14:07:36.962 UTC Thu Nov 17 2011
Latest operation return code: Timeout
Number of successes: 0
Number of failures: 6
Operation time to live: Forever
#sh track brief
Track   Object                           Parameter        Value      Last Change
1            ip sla      5                    state            Down       01:09:39
Despite the fact that everything is down, EEM does not execute. Who can help me ?
Thanks in advance.

Hi  Smitesh,
How can I configure the eem to checked state of two track before performing an action.
the State of the two track must be down or UP for example that it execute action
If i take my config above :
ip sla 5
icmp-echo 8.8.8.8
timeout 20000
threshold 15000
frequency 25
ip sla schedule 5 life forever start-time now
ip sla 5
icmp-echo 8.8.8.8
timeout 20000
threshold 15000
frequency 25
ip sla schedule 5 life forever start-time now
ip sla 10
icmp-echo 4.4.4.4
timeout 20000
threshold 15000
frequency 25
ip sla schedule 5 life forever start-time now
track 1 ip sla 5
track 2 ip sla 10
How configure the event manager to doconfigure an interface only when the state of this two track is down or UP
event manager applet SET-DOWN-INTERFACE
Best Regards

Similar Messages

  • Is the fact that my tv picture keeps freezing down purely to my internet speed?

    Is the fact that my tv picture keeps freezing down purely to my internet speed?

    Not necessarily, what are you watching when this happens, is it with all content.

  • This code executes normally in VS2014, despite the fact that an inline member function is not defined in every TU in which it is odr-used.

    Consider this code:
    header.h:
    #include <iostream>
    class A{
    int i;
    public:
    A() : i(101) {}
    void print();
    void g(A&);
    cpp1:
    #include "header.h"
    inline void A::print() { std::cout << i << '\n'; }
    int main()
    A a;
    a.print();
    g(a);
    cpp2:
    #include "header.h"
    void g(A& a) { a.print(); }
    Note that the member function A::print is defined outside its class with the specifier inline. The code executes normally in VS2014, despite the fact that the member function is odr-used in cpp2, but it is not defined in this file.
    I found the following quotes from the C++11 Standard:
    9.3/3:
    An inline member function (whether static or non-static) may also be defined outside of its class definition provided either its declaration in the class definition or its definition outside of the class definition declares the function as inline.
    3.2/3:
    An inline function shall be defined in every translation unit in which it is odr-used.
    7.1.2/4:
    An inline function shall be defined in every translation unit in which it is odr-used and shall have exactly the same definition in every case.
    The two last quotes above don't speak exactly about a member function but I believe they should be applied in this case too, as the inline specifier is a hint for the compiler to expand the function inline at the point of call. If we assume the compiler
    does this inline expansion, how does it know the definition of the member function, while compiling the cpp2 file?  

    On 12/31/2014 12:13 PM, Belloc wrote:
    C++ is supported on many different systems, with tools provided by many different vendors. Microsoft's linker happens to be pretty smart about merging identical blocks of code. Other toolchains may use linkers that weren't designed with this in mind,
    and that would choke on multiple definitions of the same symbol. The C++ standard is written so that it's actually implementable, on as many platforms as possible.
    Frankly I don't understand your statement above. What would be the difficulty for any compiler*that is already compliant with 3.2/3 and 7.1.2/4*, to adapt its code, so that each call to an inline function in a TU, which doesn't carry the function
    definition, is simply not inlined?
    That's the easy part. The "there's identical function definition in every .obj file, and the linker is expected to merge them all together" is the hard part. Normally, if you define a regular (non-inline) function in more than one source
    file, you get a linker error. Microsoft's linker has a special way to mark "defined more than once, just pick any copy" block of code (see __declspec(selectany) ). Other linkers may not.
    Igor Tandetnik

  • Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore.

    Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore. Please help!

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

  • An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server)

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named
    Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Hello,
    Make sure your SQL Server service is started.
    Make sure TCP\IP and names pipes protocol is enabled
    Make sure you have made an exception in firewall for SQL Server connection
    Make sure SQL Server browser service is enabled
    Make sure you connect with correct name hostname\instance name for named instance,MSSQLSERVER for default instance and Hotname\SQLEXPRESS for express edition.
    Please make sure you use port no when connecting to SQL server listeing on different port (hostname\instance ,portno)
    http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Performance issue is most probably caused by the fact that IE can not handle such amount of requests ? is it ?

    Hi,
    I'm running web applications and there is performance issue is most probably caused by the fact that IE can not handle such amount of requests that are forwarded to the server at the same time.
    Data:
    On IE(10) – search variety 11- it takes a long time (about 25 seconds for response) .
    in general, the responding time of "search variety" in IE is much longer than Chrome.
    IE - see:http://screencast.com/t/kSeT3hC2mRfV
    Chrome see:http://screencast.com/t/NYf6fskU
    Why? any solution ?
    Thanks,

    Hi,
    without a link to your site (so we can use the same tools mentioned above)... we can only guess.
    these are peer to peer support forums... your favorite web search engine will help you to learn about web development.
    display the Developer tool console in each browser to view the suppressed error messages.
    All modern browsers support the performance api or your can use the Networking tab to view the latency metrics for the site.... commonly you may be using meta directives for caching instead of server headers or you have different settings between browsers
    which determine how long resources are cached. Commonly, IE has a different security model to other browsers... ensure that you are using the Default IE security zone settings.... Actions like innerHTML go through a sanitization process to remove script content...
    Commonly AJAX calls are made during the onload event...
    Please post questions about web site development to the IE Web Developer forum. Include with your questions a link to your website or a publicly accessible mashup that shows your issue.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com
    Rob^_^

  • Why wont apple accept the fact that 4.0 is for iphone 4 and not for 3gs?

    Having all those problems said with 3g/s running on iOS 4.X why wont they let us just downgrade back to 3.1.3 officially until they find a way on how to solve issues with 3g/s?
    About the downgrade method of life hacker, if you're really not good in those things you might actually ruin your pc like my friend who tried it, she lost her wifi on her notebook, i had to help her find the installer of the driver again. this happened after she tried to install that libusb that is needed to run the application for exit recovery mode and other stuff.
    Yes iOS 4.1 is out but contacts disappearing? And who knows what more problems it brings. I was even peeking around the iphone 4 forums it seems that they are not doing well either.
    Anyway mine is all fine except that im afraid to use wifi or any apps that needs internet connection because everytime i do, my 3gs gets very very hot. I have already done the basic solution suggested by apple (factory reset, start from new iphone) but its still the same.
    And another thing, the multitasking is getting annoying, you have to manually close all apps in the 'multitasking background' everytime you decide to quit an app. I guess they should put a 'Disable multitasking' or something like that.

    Firenzo wrote:
    Why wont apple accept the fact that 4.0 is for iphone 4 and not for 3gs?
    Because it works beautifully in the 3GS, with better battery life, faster operation and some great new features.
    Having all those problems said with 3g/s running on iOS 4.X why wont they let us just downgrade back to 3.1.3 officially until they find a way on how to solve issues with 3g/s?
    If you are having problems it is NOT from 4.0; there is something else wrong with your phone. There are plenty of troubleshooting tips in the forum if you look.
    And another thing, the multitasking is getting annoying, you have to manually close all apps in the 'multitasking background' everytime you decide to quit an app. I guess they should put a 'Disable multitasking' or something like that.
    NO YOU DO NOT. Those apps in the ribbon are not multitasking, they are suspended. You can ignore them and they won't hurt battery life or memory, unless they are streaming apps like Pandora.
    It's amazing. For 3 years people screamed about the fact that the iPhone didn't support multitasking. Now they scream because the phone DOES multitasking. You can't win.

  • I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going

    I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going to get a refurbished phone in place of my brand new phone which I just bought. The idea of a used phone repulses me. Any solutions ?

    sumeshdua wrote:
    The idea of a used phone repulses me.
    Why?  Your current phone is used... it has been since the instant it was removed from the shrink wrap and turned on.
    sumeshdua wrote:
    Any solutions ?
    Live with the phone as is.
    Take the device to Apple for evaluation... it may not need replacement.
    Even if it does, neither you or the Apple tech should be able to tell if the replacement is new or refurbished.

  • I've been paying for Adobe Premiere pro for the past Thre onth and today, despite the fact that i have paid already for the upcoming month, i cannot access it because of an "intenet connexion problem". But I'm connected and I have the right ID. What shoul

    I've been paying for Adobe Premiere pro for the past three month and today, despite the fact that i have paid already for the upcoming month, i cannot access it because of an "intenet connexion problem". But I'm connected and I have the right ID. What should I do?

    Lanakivee
    Try this it worked for me Pat Willener gave it to me off the site :
    I have not read all you wrote, so I may have missed some points. As I understand it, you installed FP 10 on IE7, but it won't play any Flash content?
    Try this
    download the FP uninstaller from http://www.adobe.com/go/tn_14157
    close all browser windows, then run the uninstaller
    download the offline ActivX installer for Internet Explorer from http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    close all browser windows, then run the installer

  • I ttunes wants to keep on restoring my phone and I restored a few time now but can not get past the restore screen to load my purchaseed apps etc or sync my phone with new data, it sort of does not recognise the fact that i ihave synced already. Please he

    I Tunes wants to conituiosly restore my phone and after every restore it just goes back to the restore screen and i can not get past that to get to my apps etc.  It is as if the system does noet regognise the fact that the resotre has been done.................

    Follow this very helpful user tip by wjosten:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • 13" late 2011 MacBook Pro has frozen after Yosemite installation. I can, however, boot from a clone of my MacBook Air that is on an external drive. Despite the fact that I can boot from the external, could it be the RAM that's the prob

    My daughter's 13" late 2011 MacBook Pro has frozen (null sign displays) after Yosemite installation. I can, however, boot from a clone of my MacBook Air that is on an external drive. I reinstalled Yosemite on the MBP HD, but it still hangs in mid install. Despite the fact that I can boot from the external, could it be the RAM that's the problem? I'd happily put 8 GB in if it seems probable that would solve the problem. I've tried all the suggested procedures that I've seen posted here. Disk Utility, and my older version of DiskWarrior indicate the HD is OK. I have DiskWarrior 5 on order.

    Boot the MBP with the OPTION key down.  If successful, you should see two HDD icons,  Select the recovery partition (on the right).
    From the 4 option menu select Disk Utility.
    Run Disk Utility>First Aid, Verify and Repair.
    If the disk cannot be repaired, it will have to be replaced.
    Ciao.

  • I am incredibly angry right now with the fact that it has taken me 6 hours to try to fix a plug-in problem that Adobe will not discuss with me over the phone when I have photos that must be done TODAY with $4000 on the line to have the job done today.

    I have never been so frustrated with a company and their inability to support me as a customer.
    Even when I try to ask a question in the forums, it logs me out without ever posting my question- every time.
    My PS5 will not allow me to run updates or manually install plug-ins to open CR2 files from a T3i.

    SSprengel,
    Your post appears as a reply to mine, but none of what you write applies to me.
    You are way off base and I resent it. Please forgive the inevitable tone of what follows.  No offense meant, I'm just pi$$ed off, that's all.
    Let's see:
    ssprengel wrote:
    CS6 is still sold and supported by Adobe, right?  They have released ACR 8.4 for both PS-CC and PS-CS6…
    That's plain bull, and it has nothing to do with the OP's predicament. No need for me to go into the limited value of ACR 8.x and higher for CS6 users.  Incidentally, the miserly pay received by those poor souls in Pune, Mumbai, or wherever they are in India should allow Adobe to extend their limited, pathetic support by substantially more than a few years
    I have been told in no uncertain terms by Adobe and those close to Adobe, that I'm an Adobe former client.
    That is patently offensive by the standards of any prudent person.  My paid purchase of Photoshop CS6, is not that old. I had been an Adobe customer for very close to 30 years.
    ssprengel wrote:
    ……From Adobe's perspective your $4000 job should allow you to buy new software and a new computer to run it on if your older computer isn't compatible with their new software…
    That is unnecessarily condescending, offensive and wrong. $4,000 a month is substantially below half of what I was making before I became permanently disabled in 2005 and had to retire.  If $4,000/month is all you're making, I'm sorry for you.  That doesn't remotely allow you to project that onto me in a puerile and futile attempt to define me.
    However, since 2005 I have not drawn a salary of any kind.  Further details are none of your business.
    The fact that there are people well off to be ripped off does not justify Adobe's predatory practices in any event.
    For your information, Microsoft has been very supportive of my situation regarding my older Macs and has even provided replacement floppy drives for Mac MS Word 5.a (decades old) in the last 12 months and even provided workarounds for a six-year-old Entourage 2008 this current year.  I run a number of Macs, including two Mac Pros and two Mac OS 9.2 machines.
    ssprengel wrote:
    …We pay quite a few thousands of dollars a year to use this software …, and we pay several thousand dollars a year extra because we are not using the current version.   We…are willing to pay extra to keep the old version.  We rarely call them for any help but that is their policy when their customers don't keep current with things.
    MY point exactly.
    I'm not in any sort of "problem" myself.  I'm in the process of quickly learning and enormously enjoying my Photoshop substitute, the excellent 59€ PhotoLine.  I was only expressing solidarity with the OP.

  • My trial is about to expire despite the fact that I have a Creative Cloud subscription

    Since installing the beta I get a message saying my trial is about to expire despite the fact that I have a Creative Cloud subscription. Also I have two Adobe IDs and despite trying to change the default it keeps switching back to the one that doesn't have the CC sub. Also in About Muse it says I am on v3.1 Build 8, is this correct?

    Any help on this from Muse staff would be appreciated

  • When attempting to convert pdf to word doc, I continually get "An error occurred while signing in" despite the fact that I'm already signed in.  Please help if you can?

    When attempting to convert pdf to word doc, I continually get "An error occurred while signing in" despite the fact that I'm already signed in.  Please help if you can?

    Hi lorrelaws,
    Do you receive that error when you try to sign in via Reader? If so, try signing in via the web interface. Did that do the trick?
    Let us know how it goes.
    Best,
    Sara

  • TS4162 I have been able to upload videos to vimeo from FCPX in the past. However, now FC gives me a message that my password is incorrect. This is despite the fact that my password allows me to sign into the Vimeo website. Any ideas?

    I have been able to upload videos to vimeo from FCPX in the past. However, now FC gives me a message that my password is incorrect. This is despite the fact that my password allows me to sign into the Vimeo website. I have reset my vimeo password, restarted final cut and restarted my computer. Any ideas?

    Log in to Vimeo and change your password on the Vimeo site. Then update your FCPX settings for Vimeo to reflect the new password.
    I think Vimeo required this in light of the Heartbleed hack.

Maybe you are looking for

  • Apple Tv can't connect to iTunes when on same network through Airport Express

    Hello All, Its very rare i need to resort to the community for help but this one has me in a corner. I have a 2013 Airport Time Capsule (3TB not that it matters), and a 2nd Gen Airport Express, and 2 Apple TV's (3rd gens). Time capsule in basement of

  • HP LaserJet P2015 Printing Envelopes from Bottom Tray

    Hi, Every month, I need to print approximately 100 to 150 envelopes with different addresses on them, and I can't stack that many on my HP LaserJet P2015's manual input tray. I can usually only fit about ten. I was wondering if it is possible to put

  • SJSWS7.0u8 use local hostname in logs

    I am trying to add the local host name into my access and error log files, in Sun Web Server 7.0u8, in two ways: 1. Add the local host name as part of the log file name on disk 2. Add the local host name into the custom log format of the access log.

  • Third Party Item Category TAS

    Can anyone advise the follolwing? For TAS item category under copy control OR -> F2, i changed the the billing qty from 'F' to 'E' such that i can allow SD billing to take place once GR is done for the back to back PO.  However, i am still not able t

  • Nokia c3- using only wifi and no GPRS / EDGE

    Is there a way to use only WiFi for internet / OVI store / Community connections always? And Never use GPRS / EDGE at all? (i.e) Is ther a way to disable GPRS and EDGE without affecting WiFi in Nokia C3-00?