本篇內(nèi)容主要講解“Exalogic Ethernet交換機(jī)配置的備份與還原方法是什么”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“Exalogic Ethernet交換機(jī)配置的備份與還原方法是什么”吧!
站在用戶的角度思考問(wèn)題,與客戶深入溝通,找到邯鄲網(wǎng)站設(shè)計(jì)與邯鄲網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都網(wǎng)站制作、成都做網(wǎng)站、外貿(mào)營(yíng)銷網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、域名注冊(cè)、網(wǎng)頁(yè)空間、企業(yè)郵箱。業(yè)務(wù)覆蓋邯鄲地區(qū)。
備份
PC>ping 10.135.162.152 //先對(duì)交換機(jī)ping一下確保與交換機(jī)之間的連線是相同的
Pinging 10.135.162.152 with 32 bytes of data:
Request timed out.
Reply from 10.135.162.152: bytes=32 time=0ms TTL=255//提示ping通
Reply from 10.135.162.152: bytes=32 time=1ms TTL=255
Reply from 10.135.162.152: bytes=32 time=0ms TTL=255
Ping statistics for 10.135.162.152:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
PC>telnet 10.135.162.152 //用telnet進(jìn)行遠(yuǎn)程登錄
Trying 10.135.162.152 ...Open
User Access Verification
Password: //輸入telnet登錄密碼:
SW1>enable //進(jìn)入交換機(jī)
Password: //輸入進(jìn)入密碼:
SW1#copy running-config startup-config //將運(yùn)行配置文件覆蓋啟動(dòng)配置文件。(將交換機(jī)所做的配置保存下來(lái)。)
Destination filename [startup-config]? //指定目標(biāo)文件[默認(rèn)為startup-config]
Building configuration...
[OK]
SW1#copy running-config TFTP //將運(yùn)行配置文件(交換機(jī)的配置)保存到FTP服務(wù)器上
Address or name of remote host []? 10.135.20.72 //指定遠(yuǎn)程FTP服務(wù)器的地址
Destination filename [SW1-confg]? dm01sw-adm01-config //指定保存到FTP服務(wù)器上的文件名
Writing running-config....!!
[OK - 1059 bytes]
1059 bytes copied in 3.005 secs (0 bytes/sec)
SW1#
2.還原
Switch#
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int vlan 1 //進(jìn)入VLAN1
Switch(config-if)#ip add
Switch(config-if)#ip address 192.168.1.1 255.255.255.0 //配置VLAN1IP地址
Switch(config-if)#no shutdown //啟動(dòng)生效
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Switch(config-if)#exit
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#copy TFTP startup-config //將FTP上的文件復(fù)制到啟動(dòng)配置文件中
Address or name of remote host []? 10.135.20.72 //來(lái)自FTP的地址是10.135.20.72
Source filename []? dm01sw-adm01-config //來(lái)自FTP的dm01sw-adm01-config 文件
Destination filename [startup-config]? //指定存放的目標(biāo)文件為默認(rèn)的startup-config
Accessing tftp://10.135.20.72/dm01sw-adm01-config....
Loading dm01sw-adm01-config from 10.135.20.72: !
[OK - 1059 bytes] //復(fù)制成功。
1059 bytes copied in 3.016 secs (351 bytes/sec)
Switch#
到此,相信大家對(duì)“Exalogic Ethernet交換機(jī)配置的備份與還原方法是什么”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!