RE: Writing network script [7:10818]

2001-07-03 Thread Andrew Whelchel

Check out Net::Telnet::Cisco from cpan.org.  See:

http://search.cpan.org/search?dist=Net-Telnet-Cisco

I set up a script for diagnostics (show run, sh tech, etc.) with
tk gui one time.  It would not be hard to set a script up to use
getopt::Long instead of tk gui.  Also checkout:

http://search.cpan.org/search?dist=Cisco-Conf

It can be used to manange configs like rcs for source code.  The
page has some examples.

I hope that helps some.

-Andrew
 Whelchel

-Original Message-
From: Larry Ogun-Banjo [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 10:29 AM
To: [EMAIL PROTECTED]
Subject: Writing network script [7:10818]


All
Can anyone give any advise (or provide links) on the processes required
to
write
a network script. eg  I'm trying to write a  script from a central
location
to
change  the passwords on all the switches and routers   OR  unify the
router/switch banners etc.
I have a feeling it might be similar to using an NTP server for your
clock
but
I'm not sure.
Any assistance appreciated.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=10892t=10818
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Writing network script [7:10818]

2001-07-03 Thread Carlos Venancio

Expect is great for that kind of work. Check out
http://www.mentortech.com/learn/welcher/papers/manage.htm

 Carlos




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=10952t=10818
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]