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'm encountering troubles with ACE's XML interface:-trying to perform a "show running config" I did the following via curlcurl "http://www:[password]@[ACE_IP_ADRESS]/bin/xml_agent" -k -d "xml_cmd=<request_xml context-name=\"Admin\"><show_runni...
Hi,I'm currently studying existing ways of interacting whith CISCO ACE module in order to send configuration scripts automatically from a web page for example.So, I'd like to know which means you know to do that. It seems that I can do that whith XML...
Thank you for the answer. In fact it was because I didn't have the Admin role and because the IP address I used for the request was the IP of a specified context so I couldn't display the show run of the Admin context...Well it works grat now
Thank you for the answer. In fact I will certainly use XML but if there are other ways I have to compare them in my study. Isn't EXPECT faster than XML?