Andrew,<div><br></div><div>&gt;&nbsp;I haven't done it, but one issue is that their encrypted strings change</div><div>&gt;&nbsp;between each run of "show configuration" even when the configuration is&nbsp;<br>&gt; unaltered.</div><div><br>I am hoping other people put pressure on Aruba to fix this, they change</div><div>encrypted strings, the location of items with ACLs, blank lines and more.</div><div><br></div><div>I use perl with expect.pm, and have a script replace the</div><div>keys with *****, and as long as I have the keys someplace else</div><div>for hardware replacements, this works well to avoid the constantly changing diffs.</div><div><br></div><div>Today's fun is two devices, both running&nbsp;Version 6.1.3.6 and one prints extra</div><div>blank lines in "show startup-config" and the other does not. &nbsp;I was hoping the</div><div>rancid community would have seen this and had some insight, but if that is</div><div>the case, my google foo does not find it.<br><br><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><p></p><p></p></blockquote></div><div>Is it really that hard to make the output of "show whatever" consistent?</div><div><br></div><div>I am not sure how hard it would be to write an arubalogin. &nbsp;I have screen scraping code</div><div>in PERL with expect.pm and it is fairly easy to get running. &nbsp;I replace .cloginrc with</div><div>a DevInfo.pm module that reads a config file. &nbsp;My scripts just use DevInfo, and then</div><div>call a getMethod to get the username and password along with some device specific</div><div>stuff like autoenable and sshver=1</div><div><br></div><div>($uname, $password, ConnectionMethod, $DevSpecificArgs) = getMethod($host);&nbsp;<br><br>If anyone has any insight into the extra lines, I am tormented and would love to hear suggestions.<br><br></div><div>Sorry for the hijack, I just *really* wanted to +1 the issue of Aruba changing config bits.</div><div><br></div><div>Elle</div>