
6741
24.03.2006, aktualisiert um 21:42:02 Uhr
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
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
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 28918
Url: https://administrator.de/forum/auto-telnet-programm-28918.html
Ausgedruckt am: 17.04.2025 um 05:04 Uhr
3 Kommentare
Neuester Kommentar
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.
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.