Sponsored Content
Operating Systems OS X (Apple) Terminal scripting to automate login to cisco devices. Help Please ! Post 302277932 by drdread on Sunday 18th of January 2009 10:42:41 PM
Old 01-18-2009
Terminal scripting to automate login to cisco devices. Help Please !

Hello,

I am new to the mac world, and would like to automate my login to cisco devices (routers, switches etc...), i am in a need of writing a script that i may just click on an icon on the desktop and it will open terminal and run a few command.

as follow:

telnet to an ip address
type the username and password
log all screen output to a file.

Currently i am using the expect and send command but cannot get the script to work as one piece.

any help in the matter would be appreciated.


here is what i got:

telnet x.x.x.x.x

expect -re "Username:"
send "Admin\r"
expect -re "ass:"
send "XXX\r"

Thanks,

Rasta.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Connecting to cisco devices via console

I use configure cisco devices daily using hyper terminal in windows via the serial port. Is there an alternative solution in unix that I can connect to a cisco console port via serial port? What application do I need?? (1 Reply)
Discussion started by: dgroove3
1 Replies

2. Shell Programming and Scripting

Need help on ssh login script to cisco ios

I'm trying to write a login script to ssh into a cisco switch that will run some command remotely. Similar to this expect script located here: SSH login expect shell script to supply username and password However, that script does not work with cisco ios. Anyway know what the best way to... (1 Reply)
Discussion started by: streetfighter2
1 Replies

3. Shell Programming and Scripting

Automate CVS login using shell script

Hi, Can anyone pls help me to automate login to cvs. I basically want to login to cvs and update a file. the script always gets to the login and returns the prompt for a password. Is there any way to send the password in the script itself. Here is the script: #!/bin/ksh... (0 Replies)
Discussion started by: raghu_shekar
0 Replies

4. Shell Programming and Scripting

How to automate pbrun login through script?

Hi All, I need information regarding how to automate the pbrun process in script in Linux. Example sample script below, #!bin/sh /usr/xyz/pbrun testusr -password testpwd testusr is username for pbrun and testpwd is password for pbrun. Im not sure if it is correct way to invoke pbrun in... (2 Replies)
Discussion started by: Pravs4info
2 Replies

5. Shell Programming and Scripting

SFTP script to automate login in to remote server

Greetings, guys. I'm not much of a programmer forgive me for being a noob, because of someone leaving, I was put in an IT spot where I have to figure out a few things. Being new to Linux and programming has been a challenge. My boss has asked me to create an automated script to connect to a 3rd... (7 Replies)
Discussion started by: giovannym
7 Replies

6. Linux

Syslog Server for Cisco Devices

Hi, My name is SAMKZ and I'm a dummy with Linux and I'm so sad about that. I need to have a Syslog Server to archive Logs from my Cisco Routers and Switches. I'd like to know to most robust way of doing this. I've installed Centos 5.9 and Trixbox both on VMWares. I've read... (1 Reply)
Discussion started by: SAMKZ
1 Replies

7. Shell Programming and Scripting

Unable to automate telnet login

i have to connect windows server from one of the unix box so i am using telnet and below is my following code #!/bin/sh host=hostname log=loginid port=23 pass=password cmd1=mkdir test1234 ( echo open ${host} ${port} sleep 1 echo ${log} sleep 3 echo "\r\n" sleep 3 echo ${pass}... (11 Replies)
Discussion started by: chandan.p
11 Replies

8. Shell Programming and Scripting

Automate OTPW login to ssh via bash script

Hello everyone. I'm a Linux novice trying out a lot of bash scripting lately, as it is so very addictive. Lately I have been setting up one of my boxes remotely and have been hardening it as much as possible. Please allow me to explain the scenario, as it does tend to become a little... (1 Reply)
Discussion started by: instro
1 Replies
istanbul(1)						      General Commands Manual						       istanbul(1)

NAME
istanbul - a desktop session recorder SYNOPSIS
istanbul [options] DESCRIPTION
This manual page documents briefly the istanbul command. istanbul is a program that allow you to record your desktop session. After you started it, you can control it with the icon in the notifi- cation area: a click on the icon to start recording, another click to stop. istanbul preferences can be configured with a right click on the icon. You can choose to record full screen, a selected windows or a par- ticular area. It can also record audio from GStreamer default input. By default it records to ~/desktop-recording.ogg OPTIONS
Istanbul follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, -?, --help Show summary of options. --version Show version of program. --help-all Print summary of all available options for istanbul. --help-gst Print summary of available options for the gstreamer framework. AUTHORS
Istanbul was written by Zaheer Abbas Merali <zaheerabbas@merali.org>. This manual page was written by Luca Bruno <luca.br@uno.it>, for the Debian project (but may be used by others). 02 October 2005 istanbul(1)
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy