Mailing List Archive

Scripts
I and a friend have written a script that uses the clogin script to hit
multiple devices. You provide a file with the changes you wish applied
to all routers/switches and another file with a list of all devices, it
then goes out and does all the changes you wish, would anyone be
interested in such a script and is there a place that I could put it for
everyone to use.



Tom
Scripts [ In reply to ]
On 23.04.2004 16:17 Edwards, Thomas wrote:

> I and a friend have written a script that uses the clogin script to hit
> multiple devices. You provide a file with the changes you wish applied
> to all routers/switches and another file with a list of all devices, it
> then goes out and does all the changes you wish, would anyone be
> interested in such a script and is there a place that I could put it for
> everyone to use.
>

Couldn't you do that with just

"clogin -x file_with_changes `cat file_of_routers_and_switches`"

Or did I mis something?

Arnold
Scripts [ In reply to ]
Nope, just less typing is all.

-----Original Message-----
From: Arnold Nipper [mailto:arnold@nipper.de]
Sent: Friday, April 23, 2004 9:26 AM
To: Edwards, Thomas
Cc: rancid-discuss at shrubbery.net
Subject: Re: Scripts



On 23.04.2004 16:17 Edwards, Thomas wrote:

> I and a friend have written a script that uses the clogin script to
hit
> multiple devices. You provide a file with the changes you wish
applied
> to all routers/switches and another file with a list of all devices,
it
> then goes out and does all the changes you wish, would anyone be
> interested in such a script and is there a place that I could put it
for
> everyone to use.
>

Couldn't you do that with just

"clogin -x file_with_changes `cat file_of_routers_and_switches`"

Or did I mis something?

Arnold



********************************************
This message is intended only for the use of the Addressee and
may contain information that is PRIVILEGED and CONFIDENTIAL.

If you are not the intended recipient, you are hereby notified
that any dissemination of this communication is strictly prohibited.

If you have received this communication in error, please erase
all copies of the message and its attachments and notify us
immediately.

Thank you.
********************************************
Scripts [ In reply to ]
On 23.04.2004 16:27 Edwards, Thomas wrote:

> Nope, just less typing is all.
>

I.e. you are saving 9 characters ... Maybe something more general that
processes a file with lines like "list of commands<SEP>list of devices"
would be more useful though it's also a no-brainer (just have the
command wrapped in a while command).



Arnold

> -----Original Message-----
> From: Arnold Nipper [mailto:arnold at nipper.de]
> Sent: Friday, April 23, 2004 9:26 AM
> To: Edwards, Thomas
> Cc: rancid-discuss at shrubbery.net
> Subject: Re: Scripts
>
>
>
> On 23.04.2004 16:17 Edwards, Thomas wrote:
>
>
>>I and a friend have written a script that uses the clogin script to
>
> hit
>
>>multiple devices. You provide a file with the changes you wish
>
> applied
>
>>to all routers/switches and another file with a list of all devices,
>
> it
>
>>then goes out and does all the changes you wish, would anyone be
>>interested in such a script and is there a place that I could put it
>
> for
>
>>everyone to use.
>>
>
>
> Couldn't you do that with just
>
> "clogin -x file_with_changes `cat file_of_routers_and_switches`"
>
> Or did I mis something?
>
> Arnold
>
>
>
> ********************************************
> This message is intended only for the use of the Addressee and
> may contain information that is PRIVILEGED and CONFIDENTIAL.
>
> If you are not the intended recipient, you are hereby notified
> that any dissemination of this communication is strictly prohibited.
>
> If you have received this communication in error, please erase
> all copies of the message and its attachments and notify us
> immediately.
>
> Thank you.
> ********************************************

--
Arnold Nipper / nIPper consulting, Sandhausen, Germany
email: arnold at nipper.de
phone/mobile: +49 172 2650958
fax: +49 6224 9259 333
Scripts [ In reply to ]
Sorry to have mentioned it, nevermind!

-----Original Message-----
From: Arnold Nipper [mailto:arnold@nipper.de]
Sent: Friday, April 23, 2004 9:41 AM
To: Edwards, Thomas
Cc: rancid-discuss at shrubbery.net
Subject: Re: Scripts

On 23.04.2004 16:27 Edwards, Thomas wrote:

> Nope, just less typing is all.
>

I.e. you are saving 9 characters ... Maybe something more general that
processes a file with lines like "list of commands<SEP>list of devices"
would be more useful though it's also a no-brainer (just have the
command wrapped in a while command).



Arnold

> -----Original Message-----
> From: Arnold Nipper [mailto:arnold at nipper.de]
> Sent: Friday, April 23, 2004 9:26 AM
> To: Edwards, Thomas
> Cc: rancid-discuss at shrubbery.net
> Subject: Re: Scripts
>
>
>
> On 23.04.2004 16:17 Edwards, Thomas wrote:
>
>
>>I and a friend have written a script that uses the clogin script to
>
> hit
>
>>multiple devices. You provide a file with the changes you wish
>
> applied
>
>>to all routers/switches and another file with a list of all devices,
>
> it
>
>>then goes out and does all the changes you wish, would anyone be
>>interested in such a script and is there a place that I could put it
>
> for
>
>>everyone to use.
>>
>
>
> Couldn't you do that with just
>
> "clogin -x file_with_changes `cat file_of_routers_and_switches`"
>
> Or did I mis something?
>
> Arnold
>
>
>
> ********************************************
> This message is intended only for the use of the Addressee and
> may contain information that is PRIVILEGED and CONFIDENTIAL.
>
> If you are not the intended recipient, you are hereby notified
> that any dissemination of this communication is strictly prohibited.
>
> If you have received this communication in error, please erase
> all copies of the message and its attachments and notify us
> immediately.
>
> Thank you.
> ********************************************

--
Arnold Nipper / nIPper consulting, Sandhausen, Germany
email: arnold at nipper.de
phone/mobile: +49 172 2650958
fax: +49 6224 9259 333



********************************************
This message is intended only for the use of the Addressee and
may contain information that is PRIVILEGED and CONFIDENTIAL.

If you are not the intended recipient, you are hereby notified
that any dissemination of this communication is strictly prohibited.

If you have received this communication in error, please erase
all copies of the message and its attachments and notify us
immediately.

Thank you.
********************************************