- 相關(guān)推薦
VSAN配置操作方法
VSAN是Cisco的SAN交換機上面使用的一種虛擬化技術(shù),把一個物理交換機虛擬成多個邏輯交換機。下面文主要介紹Cisco MDS系列交換機VSAN配置操作,主要包括VSAN創(chuàng)建,VSAN配置檢查,VSAN刪除,一些VSAN推薦操作。
VSAN主要屬性:
VSAN ID - 用于標(biāo)示VSAN的數(shù)字 (1-4094) ,用戶可使用范圍 (2-4093) , 1 和4094都是交換機自帶VSAN,有特殊用處,無法刪除。
VSAN Name - 使用文字對VSAN命名,方便管理VSAN最長32個字符。
Loading balancing - 設(shè)定VSAN的路由策略,有S_ID/D_ID和S_ID/D_ID/OX_ID兩種,默認是基于S_ID/D_ID/OX_ID。
VSAN state - VSAN工作狀態(tài),創(chuàng)建后默認是Active。
VSAN membership - 屬于這個VSAN的端口。
VSAN操作演示:
1. 創(chuàng)建VSAN
MDS9222I-2# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
MDS9222I-2(config)# vsan database
MDS9222I-2(config-vsan-db)# vsan 2 name Test - VSAN ID:2,名字:Test
2. 添加VSAN成員
MDS9222I-2(config-vsan-db)# vsan 2 interface fc1/1 – 添加端口fc1/2為成員
3. 刪除VSAN
MDS9222I-2(config-vsan-db)# no vsan 2 – 刪除VSAN 2
Do you want to continue? (y/n) y
4. 配置VSAN Loading balancing機制
MDS9222I-2(config-vsan-db)# vsan 2 loadbalancing ?
src-dst-id Src-id/dst-id for loadbalancing
src-dst-ox-id Ox-id/src-id/dst-id for loadbalancing(Default)
MDS9222I-2(config-vsan-db)# vsan 2 loadbalancing src-dst-id
5. 停止或者激活
MDS9222I-2(config-vsan-db)# vsan 2 suspend
MDS9222I-2(config-vsan-db)# no vsan 2 suspend
VSAN配置檢查:
1. show vsan
MDS9222I-2(config-vsan-db)# show vsan ?
*** No matching command found in current mode, matching in (exec) mode ***
<1-4094> VSAN id range
> Redirect it to a file
>> Redirect it to a file in append mode
internal Show various event logs of VSAN Mgr
membership Show membership information
usage Show vsan usage in the system
| Pipe command output to filter
MDS9222I-2(config-vsan-db)# show vsan 2 –查看VSAN 2信息
vsan 2 information
name:Test state:active - 名稱:Test,狀態(tài)是active
interoperability mode:default - 互操作模式:默認(這個參數(shù)在連接不同廠商交換機時,必須修改)
loadbalancing:src-id/dst-id - 路由方式:基于src_id和dst_id
operational state:down - VSAN允許狀態(tài),不能更改。如果是down,代表所有端口不可用,無法正常進行數(shù)據(jù)通信。
2. show vsan membership
MDS9222I-2(config-vsan-db)# show vsan ?
*** No matching command found in current mode, matching in (exec) mode ***
<1-4094> VSAN id range
> Redirect it to a file
>> Redirect it to a file in append mode
internal Show various event logs of VSAN Mgr
membership Show membership information
usage Show vsan usage in the system
| Pipe command output to filter
MDS9222I-2(config-vsan-db)# show vsan 2
vsan 2 information
name:Test state:active
interoperability mode:default
loadbalancing:src-id/dst-id
operational state:down
默認VSAN和隔離VSAN:
VSAN 1
交換機默認VSAN,所有交換機端口最開始都屬于VSAN 1,VSAN 1不能被刪除。
VSAN 2 – 4093
用戶可自定義VSAN范圍,一臺交換機最多可以創(chuàng)建256個VSAN
VSAN 4094
一個特殊用途VSAN,又稱隔離VSAN,
端口從自定義VSAN刪除后,自動被分配到VSAN 4094,
VSAN 4094信息在交換機之間不同步,
跟VSAN 1一樣由交換機自動創(chuàng)建,不能被刪除。
VSAN推薦操作:
避免直接使用VSAN 1用于生產(chǎn)環(huán)境
至少創(chuàng)建一個VSAN用戶生成環(huán)境
建議基于以下需求創(chuàng)建VSAN:
部門(HR、財務(wù)...)
應(yīng)用(webserver、oracle…)
測試/生成環(huán)境(開發(fā)、測試、生產(chǎn)…)
在每個VSAN里面使用zone
如果兩個不同VSAN設(shè)備要通信,請使用IVR
【VSAN配置操作方法】相關(guān)文章:
電腦配置知識10-12
數(shù)控車床的操作方法10-24
挖掘機的操作方法08-24
Java數(shù)組操作方法大全08-22
數(shù)控車床操作方法07-31
植物景觀配置08-21
EIGRP帶寬實例配置09-19
windows安全配置的規(guī)則09-09