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.
As the title says, does the asa 5525-x support zero touch provisioning or any other kind of automated installation? I can't seem to find anything online anywhere.
many thanks.
Hi all,
So i have an EEM script that downloads a config file and save it straight to nvram:startup-config. e.g
action 1.0 cli command "copy ftp://192.168.0.128/config.txt nvram:startup-config
I also in the same script download a the firmware for th...
Hi all,
having problems trying to find a word inside a string. the string is:
{"reload": "True"}
So i'm trying to regex for the word 'True', and store it in a variable like so.
action 6.4 regexp "True" "$_cli_result" reg_res
However, what is happenin...
So i'm trying to create a URL string in an EEM script and the URL has a question mark in it but it's not escaping no matter what i've tried. Any ideas?
A few i've tried are:
action 4.0 set api "http://192.168.0.128.cgi-bin/api.py^V?id=$serial"
acti...
Hi, is it possible to have some kind of data structure that's accessible from an EEM applet?
So what id like to do is this. when the EEM applet is called and run, i'd like it to find the switches serial number and depending on the serial number app...
Any chance you could explain how you allocate more VTY lines to the EEM processes?
I'm running into the same issue at the OP. For the setup i have i need 3 EEM applets running at the same time. The 4400 router is the only one that's caused this pro...
right, ok so i don't know why you may have used to be able to and now you can't.
but the work-around then is to simply boot the IOS from USB, then once the device has booted you can copy to your hearts content.
I didn't realise you didn't know wh...
The main question is "Could you please help me on how to copy IOS in rommon mode to flash successfully?"
The answer i gave is 100% the right answer. I've just had to do the same thing myself.