Nortel Networks Backup Baystack 350T

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Backup Baystack 350T tomsdel 10-06-06
Posted by tomsdel on October 6, 2006, 2:50 pm
Please log in for more thread options
Hello,

I'm a newbee, i want to backup with scripts Baystack 350 T.
I thought of this scripts:

but after login, i don't know:

#! /usr/bin/perl -w


sub Connect {
        $PE = ('xxx.xxx.xxx.xxx');
        $PasswordPe = ('xx');
        $TimeNet = 300;
        #$TimeCmd = 15;
        $mode = "return";
        $filename = "D:/nortel.txt";

        use Net::Telnet ();
        if ($firstses = Net::Telnet->new(Host => $PE,Timeout => $TimeNet,
Errmode => $mode))
        {
                $firstses->input_log($filename);
                $firstses->open($PE);
                $firstses->waitfor('Enter Ctrl-Y to begin.');
                $firstses->print("\cY");
                $firstses->waitfor('Enter Password:');
                $firstses->print("$PasswordPe");
         $firstses->print("g test"); # i'm in the Configuration File
Download/Upload menu, with "test" for
Configuration Image Filename
                $firstses->close;
                $firstses->close;
        }

                }


Posted by Frank Sweetser on October 6, 2006, 2:38 pm
Please log in for more thread options
> Hello,
>
> I'm a newbee, i want to backup with scripts Baystack 350 T.
> I thought of this scripts:

Check out rancid.

http://www.shrubbery.net/rancid/

It's cisco oriented, but it's not too difficult to copy/modify the right
scripts to handle baystack devices.

--
Frank Sweetser fs at wpi.edu | For every problem, there is a solution that
WPI Network Engineer | is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4 E8A3 8E39 29E3 E2E8 8CEC

Posted by tomsdel on October 11, 2006, 4:47 pm
Please log in for more thread options
thank's for your answer.


Similar ThreadsPosted
Backup Baystack 350T October 6, 2006, 2:50 pm
How to backup Meridian 1 11c January 10, 2006, 1:36 pm
ISDN Backup on VPN Routers June 19, 2006, 8:32 am
BCM50 backup into BCM400 May 5, 2008, 5:22 pm
Call Pilot 4 Backup question April 25, 2007, 11:02 am
Contivity 1100 (VPN Router) and Demand (Backup Interface) May 3, 2007, 1:53 pm
Baystack 450 & 470 July 18, 2005, 2:44 am
Baystack 460 24T Pwr January 8, 2006, 10:04 pm
Pb with baystack 450 September 12, 2007, 4:57 am
baystack 450-24t 470-48t March 2, 2008, 8:32 am
Baystack 470 not booting March 4, 2005, 5:11 pm
Radius & Baystack 450 May 17, 2005, 4:16 pm
baystack 425 switches July 15, 2005, 7:30 pm
Switch BayStack 310-24T September 28, 2005, 9:00 pm
Baystack 470 Stack July 8, 2005, 4:44 pm