<div dir="ltr"><div><br></div>Sorry to 'revive' an old thread.. just wondering did you get the right perl command to ignore rogue aps ?<br><div><pre>On 11/29/10, Nesbitt, Kevin <<a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss">kevin.nesbitt at coastmountainbus.com</a>> wrote:
><i> Hello Folks,
</i>><i>
</i>><i> I'm hoping one of you fine folks could point me in the direction of how to
</i>><i> add a line into the ciscowlc5 script that will omit any lines in the
</i>><i> configuration of a Cisco WLC starting with "rogue ap classify".
</i>><i>
</i>><i> I've added the following line into the ciscwlc5 script which clearly isn't
</i>><i> working.  Then again, I'm quite the perl noob :)
</i>><i>
</i>><i> /\s+rogue ap classify+$/ && next;
</i>
It's not like I'm all that good w/ perl either, but try

next if (/ rogue ap classify\s*$/);

Lee
</pre>



    <hr><br></div></div>