Hi, I am writing expect(tcl) scripts to auto configure IOS and CatOS switches. Basically, I send cmd strings and read the buffer for the response and react accordingly.
Does cisco provide any sort of XML interface to its switches so I can leverage J2EE technologies (XSDs)? I have not found anything concrete besides the ability to read the logs using XML for certain IOS switches. I did find an Open Source community called liberouter.org but they require specialized hardware in order to use their xsd schema.
Thanks for the help, Peter