On unix box, how can I create a script that will do the following:
1. Automatically login to a Nortel BLN router.
2. Ping to about 5 remote terminals to confirm the WAN connectivity where the 5 terminals are located.
3. Ping result to be pipe to a file in the unix box.
Software/Hardware used:
ASKED:
October 19, 2005 7:29 AM
UPDATED:
November 2, 2005 4:08 AM
Telnet to BLN router works now using the expect script. It was due to a typo error in the router ip address.
The next problem is the redirection of ping result back to my unix mch. How do I do it?