日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

oracle数据包对交换机要求,Exalogic Ethernet交换机配置的备份与还原

發布時間:2023/12/15 编程问答 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle数据包对交换机要求,Exalogic Ethernet交换机配置的备份与还原 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Exalogic 為oracle 的應用一體機,其中內部包含了? 一個思科交換機,一個骨干

Infiniband Switche,兩個葉子

Infiniband Switche

本篇文章主要介紹內部思科交換機的備份與還原的操作.? exadata 中的思科交換機原理相同.

后期會介紹

Infiniband Switche 的備份與還原.

備份

PC>ping 10.135.162.152? ? ? ? ? ?//先對交換機ping一下確保與交換機之間的連線是相同的

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進行遠程登錄

Trying 10.135.162.152 ...Open

User Access Verification

Password:? ? ? ? ? ? ? ? ? ? ? ?//輸入telnet登錄密碼:

SW1>enable? ? ? ? ? ? ? ? ? ? //進入交換機

Password:? ? ? ? ? ? ? ? ? ? ? ?//輸入進入密碼:

SW1#copy running-config startup-config? ? //將運行配置文件覆蓋啟動配置文件。(將交換機所做的配置保存下來。)

Destination filename [startup-config]?? ? //指定目標文件[默認為startup-config]

Building configuration...

[OK]

SW1#copy running-config TFTP? ? ? ? ? ?//將運行配置文件(交換機的配置)保存到FTP服務器上

Address or name of remote host []? 10.135.20.72 //指定遠程FTP服務器的地址

Destination filename [SW1-confg]? dm01sw-adm01-config? ? ? //指定保存到FTP服務器上的文件名

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? ? ? ? ? ? ? ? ?//進入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? ? ? ? ? ? //啟動生效

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上的文件復制到啟動配置文件中

Address or name of remote host []? 10.135.20.72? ? //來自FTP的地址是10.135.20.72

Source filename []? dm01sw-adm01-config? ? ? ? ? //來自FTP的dm01sw-adm01-config 文件

Destination filename [startup-config]?? ? ? ?//指定存放的目標文件為默認的startup-config

Accessing tftp://10.135.20.72/dm01sw-adm01-config....

Loading dm01sw-adm01-config from 10.135.20.72: !

[OK - 1059 bytes]? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//復制成功。

1059 bytes copied in 3.016 secs (351 bytes/sec)

Switch#

總結

以上是生活随笔為你收集整理的oracle数据包对交换机要求,Exalogic Ethernet交换机配置的备份与还原的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。