6741
Goto Top

Auto Telnet Programm

Hallo,

ich suche ein Programm dem ich den Telnetuser und Passwort sagen kann und das dann auch ein Script auf Telnetebene ausführt. Speziell geht es um das manangen von Cisco bzw HP Switchen. Ich setze einen sehr langen Befehl ab und den möchte ich nicht immer wieder eingeben müssen.

Danke vorab

Content-Key: 28918

Url: https://administrator.de/contentid/28918

Printed on: April 18, 2024 at 23:04 o'clock

Member: ITwissen
ITwissen Mar 24, 2006 at 14:54:56 (UTC)
Goto Top
Windows? Linux?

Bei Linux kann man sowas mit "expect" machen.

INTRODUCTION
Expect is a program that "talks" to other interactive programs accord-
ing to a script. Following the script, Expect knows what can be
expected from a program and what the correct response should be. An
interpreted language provides branching and high-level control struc-
tures to direct the dialogue. In addition, the user can take control
and interact directly when desired, afterward returning control to the
script.
Mitglied: 6741
6741 Mar 24, 2006 at 17:48:32 (UTC)
Goto Top
sorry windows ..
Member: ITwissen
ITwissen Mar 24, 2006 at 20:42:02 (UTC)
Goto Top
Windows?

Okay, dann wuerde ich Autohotkey empfehlen.

http://www.autohotkey.com