#1 - cisco
login to the device
change to 'enable'-mode
type the following command and replace the '???' with the correct numbers
copy system:/running-config tftp://172.20.1.23/cisco/running-config-dv???.cfg
here is an example:
-
muempf@fenya:~$ telnet dv01b
-
Trying 172.16.250.12...
-
Connected to dv01b.frankenw.lcl.
-
Escape character is '^]'.
-
User Access Verification
-
Password:
-
-
vt01_2>enable
-
Password:
-
vt01_2#copy system:/running-config tftp://172.20.1.23/cisco/running-config-dv01b.cfg
-
Address or name of remote host [172.20.1.23]?
-
Destination filename [cisco/running-config-dv01b.cfg]?
-
!!!
-
9401 bytes copied in 0.764 secs (12305 bytes/sec)
-
vt01_2#quit
-
Connection closed by foreign host.
#2 - hp
login to the device
From the Main Menu select
5. Diagnostics...
4. Command Prompt
put IP_address CONFIG remote_file
put 172.20.1.23 CONFIG cisco/running-config-dv01i.cfg
#3 - extreme
login to the device
like on cisco devices, you can use '?' for help on any place or command
here follows the walkthrough:
-
muempf@fenya:~$ ssh admin@172.16.2.41
-
Enter password for admin:
-
ExtremeXOS
-
Copyright (C) 2000-2008 Extreme Networks. All rights reserved.
-
Protected by US Patent Nos: 6,678,248; 6,104,700; 6,766,482; 6,618,388; 6,034,957; 6,859,438; 6,912,592; 6,954,436; 6,977,891; 6,980,550; 6,981,174; 7,003,705;
-
7,017,082; 7,046,665; 7,126,923; 7,142,509; 7,149,217; 7,152,124; 7,154,861; 7,245,619; 7,245,629; 7,269,135.
-
==============================================================================
-
-
-
Press the <tab> or '?' key at any time for completions.
-
Remember to save your configuration changes.
-
-
-
Slot-1 X450-STACK.1 # upload ?
-
configuration System configuration
-
debug transfer support/debug data out of the switch
-
ip-security IP Security
-
log Show information related to logging
-
Slot-1 X450-STACK.1 # upload configuration ?
-
<hostname> Remote TFTP server host name
-
<ipaddress> Remote TFTP server IP address
-
Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 ?
-
<filename> Remote TFTP server file name
-
Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg ?
-
<cr> Execute the command
-
vr Virtual router
-
Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg vr ?
-
<vr-name> Virtual router name
-
"VR-Default" "VR-Mgmt"
-
Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg vr vr-default
-
Uploading summit-x450.cfg to 172.20.1.23 ...
-
Slot-1 X450-STACK.2 # quit
OR:
-
Slot-1 X450-STACK.1 # tftp -v vr-default -p -l back.cfg
-
Slot-1 X450-STACK.1 # tftp -v vr-default -g -l restore.cfg -r back.cfg
-
-
Connection to 172.16.2.41 closed.
#4 - bintec
login to the device
run 'setup' and chose 'Configuration Management'
fill the fields with the correct values
finish action with 'START OPERARTION'
here are the screen with filled variables:
-
R232bw Setup Tool Funkwerk Enterprise Communications GmbH
-
[CONFIG]: Configuration Management hk-25002-r01
-
_______________________________________________________________________________
-
-
Operation put (FLASH -> TFTP)
-
-
-
TFTP Server IP Address 172.20.1.23
-
TFTP File Name bintec/172-025-002-062--by-hand.cfg
-
-
Name in Flash boot
-
-
Type of last operation put (FLASH -> TFTP)
-
State of last operation done
-
-
START OPERATION EXIT
-
_______________________________________________________________________________
转载自:
http://blog.pigwidgeon.de/networking/save_switch-router_config_via_tftp.html
阅读(2631) | 评论(0) | 转发(0) |