Document ID: 50420 |
Introduction
This document describes how to create an MGX configuration image, a .zip file, and use File Transfer Protocol (FTP) to copy the file to your workstation.
Prerequisites
Requirements
Before attempting this configuration, ensure that you meet these requirements:
-
Knowledge of the Cisco MGX switch
Components Used
This document is not restricted to specific software and hardware versions.
Conventions
For more information on document conventions, refer to the Cisco Technical Tips Conventions.
Configure
This section describes the steps you must perform to make a copy of an MGX configuration and add it to your workstation.
Note: To find additional information on the commands used in this document, use the Command Lookup Tool (registered customers only) .
Configurations
This document uses these procedures:
Save the Current Configuration
Complete these steps to save the current MGX configuration:
-
Use the savellancf command to save the configuration file to a Processor Switch Module (PXM) hard drive.
saveallcnf PXM.a > saveallcnf In order to verify the saved configuration you need to go into "CNF" directory. The configuration will be saved in “.zip” format, as shown below. PXM.a> cd "CNF" PXM.a > ll size date time name -------- ------ ------ -------- 512 JUN-19-2001 09:47:42 . 512 JUN-19-2001 09:47:42 .. 431092 OCT-31-2001 18:00:42 8250-1_1031011800.zip 1257948 JUN-25-2001 17:20:24 mgxsnw00_13_130_24_0622012202 512 JUN-26-2001 16:19:36 TMP
-
Use the mv command to move the configuration file to the root directory "C:" so that you are able to FTP the file from the PXM hard drive.
mv PXM.a > mv 8250-1_1031011800.zip C:/ 8250-1_1031011800.zip PXM.a > ll size date time name -------- ------ ------ -------- 512 JUN-19-2001 09:47:42 SM <DIR> 512 JUN-19-2001 09:47:42 FW <DIR> 512 JUN-19-2001 09:47:42 DIAG <DIR> 512 JUN-19-2001 09:47:42 STATS <DIR> 512 JUN-19-2001 09:47:42 TMP <DIR> 512 JUN-19-2001 09:47:42 CNF <DIR> 512 JUN-19-2001 09:47:42 RPM <DIR> 512 JUN-19-2001 09:47:48 LOG <DIR> 512 SEP-14-2001 11:36:00 clrDB <DIR> 80 OCT-16-2001 09:51:54 upgrade.state 512 SEP-22-2001 14:44:46 DB <DIR> 529 SEP-14-2001 12:58:54 CL 620 OCT-09-2001 12:38:24 ComMat.dat 3732 OCT-30-2001 11:00:08 userPassword.dat 431092 OCT-31-2001 18:00:42 8250-1_1031011800.zip
Copy the Core Dump File to Your Workstation
You must use FTP on your workstation to download the .zip file (Trivial FTP has a 16 MB file-size limit). You must enable a login user name first to enable FTP on MGX. Complete these steps to copy the core dump file to your workstation:
-
Log on to the MGX node.
-
Type shellConn and setLogin to set the user name to cisco and the password to ciscoinc.
shellConn PXM.a > shellConn -> setLogin setLogin User Name ========= cisco value = 0 = 0x0
-
Use the FTP application on your workstation to log in to the MGX and download the .zip file; ensure that you use binary mode.
ftp svplus% ftp 172.192.150.30 Connected to 172.16.156.41. 220 VxWorks (5.3.1) FTP server ready Name (172.16.156.41:kaichen): cisco ciscoinc following 331 Password required Password: 230 User logged in ftp> bin 200 Type set to I, binary mode ftp> get 8250-1_1031011800.zip 200 Port set okay 150 Opening BINARY mode data connection 226 Transfer complete local: 8250-1_1031011800.zip remote: 8250-1_1031011800.zip 431092 bytes received in 0.85 seconds (4.9e+02 Kbytes/s) ftp> bye svplus% ls 8250-1_1031011800.zip
-
Use the clrLogin command from shellConn to disable the FTP application after the .zip file is uploaded.
Verify
There is currently no verification procedure available for this configuration.
Troubleshoot
There is currently no specific troubleshooting information available for this configuration.
Cisco Support Community - Featured Conversations
Related Information
- Cisco WAN Switching Solutions - Cisco Documentation
- Guide to New Names and Colors for WAN Switching Products
- Downloads - WAN Switching Software
- Technical Support - Cisco Systems
| Updated: Apr 30, 2009 | Document ID: 50420 |