- 相關推薦
VSAN配置操作方法
VSAN是Cisco的SAN交換機上面使用的一種虛擬化技術,把一個物理交換機虛擬成多個邏輯交換機。下面文主要介紹Cisco MDS系列交換機VSAN配置操作,主要包括VSAN創建,VSAN配置檢查,VSAN刪除,一些VSAN推薦操作。
VSAN主要屬性:
VSAN ID - 用于標示VSAN的數字 (1-4094) ,用戶可使用范圍 (2-4093) , 1 和4094都是交換機自帶VSAN,有特殊用處,無法刪除。
VSAN Name - 使用文字對VSAN命名,方便管理VSAN最長32個字符。
Loading balancing - 設定VSAN的路由策略,有S_ID/D_ID和S_ID/D_ID/OX_ID兩種,默認是基于S_ID/D_ID/OX_ID。
VSAN state - VSAN工作狀態,創建后默認是Active。
VSAN membership - 屬于這個VSAN的端口。
VSAN操作演示:
1. 創建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,狀態是active
interoperability mode:default - 互操作模式:默認(這個參數在連接不同廠商交換機時,必須修改)
loadbalancing:src-id/dst-id - 路由方式:基于src_id和dst_id
operational state:down - VSAN允許狀態,不能更改。如果是down,代表所有端口不可用,無法正常進行數據通信。
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范圍,一臺交換機最多可以創建256個VSAN
VSAN 4094
一個特殊用途VSAN,又稱隔離VSAN,
端口從自定義VSAN刪除后,自動被分配到VSAN 4094,
VSAN 4094信息在交換機之間不同步,
跟VSAN 1一樣由交換機自動創建,不能被刪除。
VSAN推薦操作:
避免直接使用VSAN 1用于生產環境
至少創建一個VSAN用戶生成環境
建議基于以下需求創建VSAN:
部門(HR、財務...)
應用(webserver、oracle…)
測試/生成環境(開發、測試、生產…)
在每個VSAN里面使用zone
如果兩個不同VSAN設備要通信,請使用IVR
【VSAN配置操作方法】相關文章:
linux配置dns服務器配置命令09-22
電腦配置知識10-12
數控車床的操作方法10-24
挖掘機的操作方法08-24
Java數組操作方法大全08-22
數控車床操作方法07-31
植物景觀配置08-21
配置 PHP 調試環境07-20
EIGRP帶寬實例配置09-19
windows安全配置的規則09-09