Fri, Aug 13, 2010 at 10:19:20AM -0700, Eric Cables: > On Thu, Aug 12, 2010 at 12:42 PM, Brandon Ewing <[email protected]>wrote: > > On Thu, Aug 12, 2010 at 01:24:24PM -0600, Saxon Jones wrote: > > > CiscoWorks LMS or even RANCID will work for this. On a box with RANCID > > > installed it's done like so: > > > > > > for host in router1 router2 router3; do clogin -c"config t;no ip > > > access list extended asdf;ip access list extended asdf permit any > > > any;end;write mem" ${host}; done
also see share/cisco-load.exp in the rancid tar file as an example of doing this with clogin -s file.exp hostname [...]. _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
