Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get full config of passport7480

Status
Not open for further replies.

huntsville

Vendor
Mar 27, 2004
65
0
0
IN
I have a configured working Passport 7480.

IS THERE A COMMAND OR WAY TO DOWNLOAD/GET ALL THE PROVISIONED CONFIGURATION , rater than typing individual
D -P COMMANDS....

i tried to ftp to Passport,it logs in but when i list(ls) it times out.
THANKS IN ADVANCE <___
 
I am getting the same (425 cannot build data connection) the FTP session is good, displaying nmis ftp session/* confirms this. I can change the directory but the list times out or I get the 425 error on a get. The only thing that I have noticed is that the LPT for the contol processor does not have IP in the feature the list. Anyone any ideas?
 
I would try another FTP client. I have the same problem with most Windows-based FTP clients, however if I use the DOS FTP command, then do an "ls" I can see all of the files including the provisioning folder.

I would manually FTP the config using DOS, or find another FTP client that works.


-Rainman
 
I get the same from DOS as well, I can FTP to the first passport but no further, this is regardless of what I use DOS or a program. I've alsoi checked that FTP is enabled throughout the network.

Any ideas?
 
I would suggest that you get a copy of Nortel CLI Manager. This utility lets you display in "Tree" format all of the provisioning of your Passport.
 
Gentle people

to get the config file off Passport 7480 is to

On the Passport in provisioning mode:

7440> st pr
Prov
The edit view is identical to the current view.
ok 2005-10-27 18:57:03.16

7440 (PROV)> save -ascii -f(mankyway) pr
Prov
Saving the edit view into mankyway.full.001 (with ascii formats) ...
The provisioning data is saved in file mankyway.full.001.
ok 2005-10-27 18:57:10.32



On your PC

User (IPAddress:(none)): userid
331 Password required
Password:
230 User logged in
ftp> cd /provisioning
250 Changed directory to "/provisioning"
ftp> ls
200 Port set okay
150 Opening ASCII data connection
startup.full.001
startup.full.002
mankyway.full.001

226 Transfer complete
ftp: 603 bytes received in 0.49Seconds 1.23Kbytes/sec.
ftp> cd mankyway.full.001
250 Changed directory to "/provisioning/mankyway.full.001"
ftp> ls
200 Port set okay
150 Opening ASCII data connection
ascii
view

226 Transfer complete
ftp: 15 bytes received in 0.41Seconds 0.04Kbytes/sec.
ftp> bin
200 Type set to I, binary
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> get ascii
200 Port set okay
150 Opening BINARY data connection
####################
226 Transfer complete
ftp: 41679 bytes received in 0.63Seconds 66.05Kbytes/sec.
ftp> bye
221 Bye

Hope this helps

Oh and you can add IP to the lpt without a reset occuring.

If I have missed the point of the problem, Ooops!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top