Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

[Cisco] Cisco 2960 copy startup-config tftp

Posted on 2010 年 2 月 10 日 by febr

>安裝TFTP(使用版本為SolarWinds),設定好NB和Switch的IP同網段,
將舊設備的設定檔下載至電腦後,利用TFTP下載至新設備,VLAN要重新建立一下。
Ex:switch IP:1.1.1.1,電腦 IP:1.1.1.2

Switch設定IP:
(config)#int vlan 1
(config-if)#ip address 1.1.1.1 255.255.255.0
(config-if)#no shutdown

把指定的port加到VLAN裡,Ex:port1:gi 0/1;port1~5:gi 0/1-5
(config)#interface gigabitethernet 0/1
(config)#switchport access vlan 1

從舊switch拷貝設定檔至TFTP
>copy startup-config tftp://1.1.1.2/自訂名稱.cgf          //記得加副檔名

拷貝至新的switch
>copy tftp://1.1.1.2/自訂名稱.cgf startup-config

VLAN要重新建一次

切VLAN
(config)#vlan 111-118,127          //切 VLAN 111~118及127

———-
存檔(將running寫入startup-config)
>write memory

http://www.solarwinds.com/downloads/
P.S Win7的防火牆會擋掉TFTP……

發佈留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme