![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| T-023: Multiple Vulnerabilities in Cisco PIX and Cisco ASA | iBot | Security Advisories (RSS) | 0 | 11-13-2008 10:10 PM |
| How to capture STDOut of script in a CGI script? | kittu1979 | UNIX for Advanced & Expert Users | 1 | 11-10-2008 04:29 AM |
| S-307: Multiple Vulnerabilities in Cisco PIX and Cisco ASA | iBot | Security Advisories (RSS) | 0 | 06-06-2008 04:00 PM |
| O-124: Cisco TCP Vulnerabilities in Multiple Cisco Products [rev. 12] | iBot | Security Advisories (RSS) | 0 | 01-10-2008 01:20 PM |
| Script Output Woes (stdout?) | c0nn0r | Shell Programming and Scripting | 2 | 07-09-2006 06:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Cisco TCL script write stdout to tftpboot
I want to log the following stdout:
router(config)#scripting tcl init tftp://192.168.1.1/remote-ping.tcl ===================================== tclsh proc rping {} { foreach address { 192.168.1.1 192.168.2.1 } { ping $address re 50 si 1500 } ===================================== router(tcl)#rping Type escape sequence to abort. Sending 50, 1500-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Sending 50, 1500-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This script will be executed remotly via cron job, and I want to log all the ICMP-replies. Any suggestion !! |
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for months, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|