Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I was wondering if EEM does support catching error or exceptions. I mean, I would use EEM to copy a file to my ftp server, however if for any reason my ftp server is down, I don´t want that my cisco keeps the that file, instead of that I would...
Hello, I am going to make use of EEM scripting to send to my ftp server some interfaces stats, I´m working with a cisco 3750. However, I´m seeing on event manager history events, that my EEM script (below) is aborted.I think that it might be owed to ...
Hello, I'm trying to debug my access lists number 103SWITCH_AREA_1#show access-listsExtended IP access list 101 10 permit ip any any log (3167272 matches) 20 permit ip host 172.17.0.80 any log 30 permit ip any host 10.0.1.100 40 permit ip...
Hello, I would like to understand the reason behind getting so many packages labeled as " with options" and " alerts" in my switch. As you can see in the IP traffic below:SWITCH_AREA_2#show ip trafficIP statistics: Rcvd: 36935319 total, 1001577 lo...
Hello, before starting just state that I'm newbie with multicast and maybe I'm asking some trivial thing...I would like to multicast some video footage from some cameras which are plugged to catalyst 3750. In order to do so, I have a multicast camera...
Hi Joseph,I know what you mean, but the point is that I have to use the command append to redirect the output of show to the file, since I have tested with redirect and it isn't working. Then, as append can create a huge file, I prefer deleting the f...
Hi, You were right the problem is the querie for deleting the file, bu I am facing the issue that in order to emulate the 'enter' the command action 7.1 cli command "" does not work, Could you tell me how should it be?Thanks in advance!
Hi Joseph,Do you mean that the confirmation are the "step" wchich avoid the execution of my applet, shouldn´t be also possible to configure my switch in "quiet mode", so it doesn´t prompt for confirmation?On the other hand, if I use your commands, th...
I answer myself, I think that I might have found a solution, since EEM supports the command wait, so then I may modify my script like this, but I will have to test it.event manager applet dataGatherevent timer watchdog name dataGather time 900action ...