Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-20-2001, 06:23 PM
|
#1
|
Member
Registered: Apr 2001
Location: Raleigh, NC
Distribution: CentOS
Posts: 154
Rep:
|
sending telnet commands non-interactively
Howdy. I was wondering if there's a way to send a telnet command, and just get the results back to stdout, so that I can use it in a pipe.
Something like:
telnet x.x.x.x -mycommand | grep somethingelse
Or even just sending the results to a text file would work...
Did I explain myself OK?
Any help would be awesome.
Thanks,
Justin
|
|
|
09-21-2001, 09:17 AM
|
#2
|
Member
Registered: Mar 2001
Location: India
Posts: 332
Rep:
|
U can use like this
telnet localhost | (
echo "username"
sleep 3
echo "password"
sleep 2
echo "ping localhost "
sleep 3
echo "exit"
)
write what ever the command u want
siddiqu.T
|
|
|
09-21-2001, 01:00 PM
|
#3
|
Member
Registered: Apr 2001
Location: Raleigh, NC
Distribution: CentOS
Posts: 154
Original Poster
Rep:
|
nice!!
Thanks a lot!
Justin
|
|
|
09-29-2001, 08:05 AM
|
#4
|
Member
Registered: Jun 2001
Location: Belgium
Distribution: Mandrake
Posts: 57
Rep:
|
You know Perl ?
You should take a look at the Net::Telnet module. You can setup telnet connection from within a program (= non-interactive). You can send out commands and read the result back.
|
|
|
09-29-2001, 02:20 PM
|
#5
|
Member
Registered: Apr 2001
Location: Raleigh, NC
Distribution: CentOS
Posts: 154
Original Poster
Rep:
|
No, I don't know perl at all, but I did come across that module a little while back, and installed it. From the readme, and looking at some other scripts that use the telnet module, I managed to write a pretty smooth script that did exactly what I want! =D
|
|
|
All times are GMT -5. The time now is 05:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|