You are on page 1of 7

Nokia Siemens Networks

NetAct OSS5.1 MP2 (PDF),


issue 01

Taking Backups of the Connect NMS


Router Configuration
DN019023

Issue 6-0
Taking Backups of the Connect NMS Router Configu-
ration

The information in this document is subject to change without notice and describes only the
product defined in the introduction of this documentation. This documentation is intended for the
use of Nokia Siemens Networks customers only for the purposes of the agreement under which
the document is submitted, and no part of it may be used, reproduced, modified or transmitted
in any form or means without the prior written permission of Nokia Siemens Networks. The
documentation has been prepared to be used by professional and properly trained personnel,
and the customer assumes full responsibility when using it. Nokia Siemens Networks welcomes
customer comments as part of the process of continuous development and improvement of the
documentation.
The information or statements given in this documentation concerning the suitability, capacity,
or performance of the mentioned hardware or software products are given "as is" and all liability
arising in connection with such hardware or software products shall be defined conclusively and
finally in a separate agreement between Nokia Siemens Networks and the customer. However,
Nokia Siemens Networks has made all reasonable efforts to ensure that the instructions
contained in the document are adequate and free of material errors and omissions. Nokia
Siemens Networks will, if deemed necessary by Nokia Siemens Networks, explain issues which
may not be covered by the document.
Nokia Siemens Networks will correct errors in this documentation as soon as possible. IN NO
EVENT WILL Nokia Siemens Networks BE LIABLE FOR ERRORS IN THIS DOCUMENTA-
TION OR FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO SPECIAL, DIRECT, INDI-
RECT, INCIDENTAL OR CONSEQUENTIAL OR ANY LOSSES, SUCH AS BUT NOT LIMITED
TO LOSS OF PROFIT, REVENUE, BUSINESS INTERRUPTION, BUSINESS OPPORTUNITY
OR DATA,THAT MAY ARISE FROM THE USE OF THIS DOCUMENT OR THE INFORMATION
IN IT.
This documentation and the product it describes are considered protected by copyrights and
other intellectual property rights according to the applicable laws.
The wave logo is a trademark of Nokia Siemens Networks Oy. Nokia is a registered trademark
of Nokia Corporation. Siemens is a registered trademark of Siemens AG.
Other product names mentioned in this document may be trademarks of their respective
owners, and they are mentioned for identification purposes only.
Copyright © Nokia Siemens Networks 2009. All rights reserved

f Important Notice on Product Safety


Elevated voltages are inevitably present at specific points in this electrical equipment.
Some of the parts may also have elevated operating temperatures.
Non-observance of these conditions and the safety instructions can result in personal
injury or in property damage.
Therefore, only trained and qualified personnel may install and maintain the system.
The system complies with the standard EN 60950 / IEC 60950. All equipment connected
has to comply with the applicable safety standards.

The same text in German:


Wichtiger Hinweis zur Produktsicherheit
In elektrischen Anlagen stehen zwangsläufig bestimmte Teile der Geräte unter Span-
nung. Einige Teile können auch eine hohe Betriebstemperatur aufweisen.
Eine Nichtbeachtung dieser Situation und der Warnungshinweise kann zu Körperverlet-
zungen und Sachschäden führen.
Deshalb wird vorausgesetzt, dass nur geschultes und qualifiziertes Personal die
Anlagen installiert und wartet.
Das System entspricht den Anforderungen der EN 60950 / IEC 60950. Angeschlossene
Geräte müssen die zutreffenden Sicherheitsbestimmungen erfüllen.

2 Id:0900d805805ee1ba DN019023
Issue 6-0
Taking Backups of the Connect NMS Router Configu-
ration

Table of Contents
This document has 7 pages.

1 About this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4


1.1 NetAct compatibility and capacity information . . . . . . . . . . . . . . . . . . . . . 4

2 Taking a backup of the router configuration. . . . . . . . . . . . . . . . . . . . . . . 5

3 Restoring a backup of the router configuration . . . . . . . . . . . . . . . . . . . . 6

4 Where to find more information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

DN019023 Id:0900d805805ee1ba 3
Issue 6-0
About this document Taking Backups of the Connect NMS Router Configu-
ration

1 About this document


This document provides instructions on how to take and restore a backup of the Nokia
Siemens Networks NetAct router configuration. The same backup and restore
commands presented in this document can also be used with Cisco switches for backup
and restore purposes.
This customer document was written for the management and the integration personnel
of a telecommunications operator.

1.1 NetAct compatibility and capacity information


For more information on NetAct system and capacity, and the compatibility between
NetAct and network element releases, see NetAct Compatibility and Capacity Informa-
tion document.

4 Id:0900d805805ee1bd DN019023
Issue 6-0
Taking Backups of the Connect NMS Router Configu- Taking a backup of the router configuration
ration

2 Taking a backup of the router configuration


It is advised to take a backup of the router configuration in case the router configuration
is accidentally lost. The task sequences below describe how to take backup copies of
running-configuration or startup-configuration files with the FTP (file transfer protocol)
servers.

To take a backup of the router configuration file using the FTP server
Use the ip ftp username and ip ftp password commands to specify a username and
password for all copies. Include the username in the copy command if you want to
specify a username for that copy operation only. The username and password must be
associated with an account on the FTP server. If you are writing to the server, the FTP
server must be properly configured to accept the FTP write request from the user on the
router.
1. Specify a username and password for the router by typing the following commands
beginning in privileged EXEC mode:
router# configure terminal
router(config)# ip ftp username <username>
router(config)# ip ftp password <password>
router(config)# end

2. Copy the configuration file to the ftp server.


router# copy running-config ftp
Address or name of remote host []? 192.168.88.54
Destination filename [router-config]?
Writing router-config !
3782 bytes copied in 2.388 secs (1891 bytes/sec)
router#

DN019023 Id:0900d805805ee1bd 5
Issue 6-0
Restoring a backup of the router configuration Taking Backups of the Connect NMS Router Configu-
ration

3 Restoring a backup of the router configura-


tion
To restore a backup of the router configuration using the FTP server
1. Copy the configuration file from the FTP server. When you have copied the config-
uration file from the FTP server to the startup-configuration, the router has to be
restarted to activate the changes.
router# copy ftp startup-config
Address or name of remote host []? <IP_address>
Source filename []? router-config
Destination filename [startup-config]?
Accessing ftp://<IP_address>/router-config...
Loading router-config !
[OK - 3782/1024 bytes]
[OK]
3782 bytes copied in 2.236 secs

2. Activate the new start-up configuration by restarting the router.


router# reload
Proceed with reload? [confirm]

6 Id:0900d805805ee1bd DN019023
Issue 6-0
Taking Backups of the Connect NMS Router Configu- Where to find more information
ration

4 Where to find more information


For more information on Cisco routers and switches, see Cisco documentation available
at http://www.cisco.com.

DN019023 Id:0900d805805ee1bd 7
Issue 6-0

You might also like