Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2397283
  • 博文数量: 328
  • 博客积分: 4302
  • 博客等级: 上校
  • 技术积分: 5486
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-01 11:14
个人简介

悲剧,绝对的悲剧,悲剧中的悲剧。

文章分类

全部博文(328)

文章存档

2017年(6)

2016年(18)

2015年(28)

2014年(73)

2013年(62)

2012年(58)

2011年(55)

2010年(28)

分类: 网络与安全

2013-08-05 14:54:58

#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:

  1.     muempf@fenya:~$ telnet dv01b
  2.     Trying 172.16.250.12...
  3.     Connected to dv01b.frankenw.lcl.
  4.     Escape character is '^]'.
  5.     User Access Verification
  6.     Password:

  7.     vt01_2>enable
  8.     Password:
  9.     vt01_2#copy system:/running-config tftp://172.20.1.23/cisco/running-config-dv01b.cfg
  10.     Address or name of remote host [172.20.1.23]?
  11.     Destination filename [cisco/running-config-dv01b.cfg]?
  12.     !!!
  13.     9401 bytes copied in 0.764 secs (12305 bytes/sec)
  14.     vt01_2#quit
  15.     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:
  1.     muempf@fenya:~$ ssh admin@172.16.2.41
  2.     Enter password for admin:
  3.     ExtremeXOS
  4.     Copyright (C) 2000-2008 Extreme Networks. All rights reserved.
  5.     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;
  6.     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.
  7.     ==============================================================================


  8.     Press the <tab> or '?' key at any time for completions.
  9.     Remember to save your configuration changes.


  10.     Slot-1 X450-STACK.1 # upload ?
  11.       configuration System configuration
  12.       debug transfer support/debug data out of the switch
  13.       ip-security IP Security
  14.       log Show information related to logging
  15.     Slot-1 X450-STACK.1 # upload configuration ?
  16.       <hostname> Remote TFTP server host name
  17.      <ipaddress> Remote TFTP server IP address
  18.     Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 ?
  19.       <filename> Remote TFTP server file name
  20.     Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg ?
  21.       <cr> Execute the command
  22.       vr Virtual router
  23.     Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg vr ?
  24.       <vr-name> Virtual router name
  25.         "VR-Default" "VR-Mgmt"
  26.     Slot-1 X450-STACK.1 # upload configuration 172.20.1.23 extreme/summit-x450-stack.cfg vr vr-default
  27.     Uploading summit-x450.cfg to 172.20.1.23 ...
  28.     Slot-1 X450-STACK.2 # quit
 
OR:
  1.     Slot-1 X450-STACK.# tftp -v vr-default -p -l back.cfg
  2.     Slot-1 X450-STACK.# tftp -v vr-default -g -l restore.cfg -r back.cfg

  3.     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:

  1.     R232bw Setup Tool Funkwerk Enterprise Communications GmbH
  2.     [CONFIG]: Configuration Management hk-25002-r01
  3.     _______________________________________________________________________________

  4.               Operation put (FLASH -> TFTP)


  5.               TFTP Server IP Address 172.20.1.23
  6.               TFTP File Name bintec/172-025-002-062--by-hand.cfg

  7.               Name in Flash boot 

  8.               Type of last operation put (FLASH -> TFTP)
  9.               State of last operation done

  10.                   START OPERATION EXIT
  11.     _______________________________________________________________________________

转载自:http://blog.pigwidgeon.de/networking/save_switch-router_config_via_tftp.html
阅读(2585) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~