cisco MDS9148配置步驟詳細(xì)介紹
發(fā)布時(shí)間:2012-11-18 14:11:51 作者:佚名
我要評(píng)論
本文將詳細(xì)介紹cisco MDS9148配置步驟,需要的朋友可以參考下
1、 初始化交換機(jī)
Cisco9148 SAN交換機(jī)首次配置時(shí),需要先做初始化設(shè)置,設(shè)置完成后才可以登錄圖形化界面。
使用隨機(jī)自帶的串口調(diào)試線纜進(jìn)行連接,進(jìn)行如下配置。
Enter the password for "admin":
Confirm the password for "admin":
---- Basic System Configuration Dialog ----
This setup utility will guide you through the basic configuration of
the system. Setup configures only enough connectivity for management
of the system.
Please register Cisco MDS 9000 Family devices promptly with your
supplier. Failure to register may affect response times for initial
service calls. MDS devices must be registered to receive entitled
support services.
Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
to skip the remaining dialogs.
Would you like to enter the basic configuration dialog (yes/no): y
Create another login account (yes/no) [n]: <Enter>
Configure read-only SNMP community string (yes/no) [n]: <Enter>
Configure read-write SNMP community string (yes/no) [n]: <Enter>
Enter the switch name : localhost
Continue with Out-of-band (mgmt0) management configuration? (yes/no) [y]: <Enter>
Mgmt0 IPv4 address : 10.77.77.77
Mgmt0 IPv4 netmask : 255.255.255.0
Configure the default gateway? (yes/no) [y]: n
Configure advanced IP options? (yes/no) [n]: <Enter>
Enable the ssh service? (yes/no) [y]: n
Enable the telnet service? (yes/no) [n]: y
Enable the http-server? (yes/no) [y]: <Enter>
Configure clock? (yes/no) [n]: <Enter>
Configure timezone? (yes/no) [n]: <Enter>
Configure summertime? (yes/no) [n]: <Enter>
Configure the ntp server? (yes/no) [n]: <Enter>
Configure default switchport interface state (shut/noshut) [shut]: <Enter>
Configure default switchport trunk mode (on/off/auto) [on]: auto
Configure default switchport port mode F (yes/no) [n]: <Enter>
Configure default zone policy (permit/deny) [deny]: <Enter>
Enable full zoneset distribution? (yes/no) [n]: <Enter>
Configure default zone mode (basic/enhanced) [basic]: <Enter>
The following configuration will be applied:
password strength-check
switchname localhost
interface mgmt0
ip address 10.77.77.77 255.255.255.0
no shutdown
no feature ssh
feature telnet
feature http-server
system default switchport shutdown
system default switchport trunk mode auto
no system default zone default-zone permit
no system default zone distribute full
no system default zone mode enhanced
Would you like to edit the configuration? (yes/no) [n]: <Enter>
Use this configuration and save it? (yes/no) [y]: <Enter>
[########################################] 100%
到此,設(shè)備初始化完成。
2、打開IE瀏覽器,在地址欄輸入配置好的IP地址(http://10.77.77.77),打開如下界面。
3、點(diǎn)擊上圖中的“Cisco Device Manager”打開如下界面。
4、點(diǎn)擊上圖中的“Continue”,打開如下界面。
5、點(diǎn)擊上圖中的“Next”,進(jìn)行軟件的安裝。
點(diǎn)擊“下一步”
點(diǎn)擊“Install”
點(diǎn)擊“是”,開始安裝軟件。
6、軟件安裝完成后,打開如下界面,在密碼欄輸入設(shè)置好的密碼“123ibm!@#IBM”。
7、點(diǎn)擊“Open”,打開控制界面。
8、點(diǎn)擊“FC->Quick Config”,打開配置界面。
9、在打開的控制界面中,進(jìn)行zone的設(shè)置。
點(diǎn)擊“Next”,查看zone的設(shè)置是否正確。
點(diǎn)擊“Finish”,完成zone的配置。
10、在命令行中,運(yùn)行如下命令,查看zone是否激活。
admin# show zone active
zone name Z_FC1_5_FC1_1_V1 vsan 1
* fcid 0xb80500 [interface fc1/5 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80000 [interface fc1/1 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_5_FC1_2_V1 vsan 1
* fcid 0xb80500 [interface fc1/5 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80200 [interface fc1/2 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_6_FC1_3_V1 vsan 1
* fcid 0xb80400 [interface fc1/6 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80100 [interface fc1/3 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_6_FC1_4_V1 vsan 1
* fcid 0xb80400 [interface fc1/6 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80300 [interface fc1/4 swwn 20:00:00:05:73:da:b1:50]
zone name $default_zone$ vsan 1
11、運(yùn)行如下命令,查看zoneset是否已保存成功。
admin# show zoneset
zoneset name ZONESET_V1 vsan 1
zone name Z_FC1_5_FC1_1_V1 vsan 1
interface fc1/5 swwn 20:00:00:05:73:da:b1:50
interface fc1/1 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_5_FC1_2_V1 vsan 1
interface fc1/5 swwn 20:00:00:05:73:da:b1:50
interface fc1/2 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_6_FC1_3_V1 vsan 1
interface fc1/6 swwn 20:00:00:05:73:da:b1:50
interface fc1/3 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_6_FC1_4_V1 vsan 1
interface fc1/6 swwn 20:00:00:05:73:da:b1:50
interface fc1/4 swwn 20:00:00:05:73:da:b1:50
12、兩臺(tái)交換機(jī)中的WWN號(hào)。
Cisco9148 SAN交換機(jī)首次配置時(shí),需要先做初始化設(shè)置,設(shè)置完成后才可以登錄圖形化界面。
使用隨機(jī)自帶的串口調(diào)試線纜進(jìn)行連接,進(jìn)行如下配置。
Enter the password for "admin":
Confirm the password for "admin":
---- Basic System Configuration Dialog ----
This setup utility will guide you through the basic configuration of
the system. Setup configures only enough connectivity for management
of the system.
Please register Cisco MDS 9000 Family devices promptly with your
supplier. Failure to register may affect response times for initial
service calls. MDS devices must be registered to receive entitled
support services.
Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
to skip the remaining dialogs.
Would you like to enter the basic configuration dialog (yes/no): y
Create another login account (yes/no) [n]: <Enter>
Configure read-only SNMP community string (yes/no) [n]: <Enter>
Configure read-write SNMP community string (yes/no) [n]: <Enter>
Enter the switch name : localhost
Continue with Out-of-band (mgmt0) management configuration? (yes/no) [y]: <Enter>
Mgmt0 IPv4 address : 10.77.77.77
Mgmt0 IPv4 netmask : 255.255.255.0
Configure the default gateway? (yes/no) [y]: n
Configure advanced IP options? (yes/no) [n]: <Enter>
Enable the ssh service? (yes/no) [y]: n
Enable the telnet service? (yes/no) [n]: y
Enable the http-server? (yes/no) [y]: <Enter>
Configure clock? (yes/no) [n]: <Enter>
Configure timezone? (yes/no) [n]: <Enter>
Configure summertime? (yes/no) [n]: <Enter>
Configure the ntp server? (yes/no) [n]: <Enter>
Configure default switchport interface state (shut/noshut) [shut]: <Enter>
Configure default switchport trunk mode (on/off/auto) [on]: auto
Configure default switchport port mode F (yes/no) [n]: <Enter>
Configure default zone policy (permit/deny) [deny]: <Enter>
Enable full zoneset distribution? (yes/no) [n]: <Enter>
Configure default zone mode (basic/enhanced) [basic]: <Enter>
The following configuration will be applied:
password strength-check
switchname localhost
interface mgmt0
ip address 10.77.77.77 255.255.255.0
no shutdown
no feature ssh
feature telnet
feature http-server
system default switchport shutdown
system default switchport trunk mode auto
no system default zone default-zone permit
no system default zone distribute full
no system default zone mode enhanced
Would you like to edit the configuration? (yes/no) [n]: <Enter>
Use this configuration and save it? (yes/no) [y]: <Enter>
[########################################] 100%
到此,設(shè)備初始化完成。
2、打開IE瀏覽器,在地址欄輸入配置好的IP地址(http://10.77.77.77),打開如下界面。
3、點(diǎn)擊上圖中的“Cisco Device Manager”打開如下界面。
4、點(diǎn)擊上圖中的“Continue”,打開如下界面。
5、點(diǎn)擊上圖中的“Next”,進(jìn)行軟件的安裝。
點(diǎn)擊“下一步”
點(diǎn)擊“Install”
點(diǎn)擊“是”,開始安裝軟件。
6、軟件安裝完成后,打開如下界面,在密碼欄輸入設(shè)置好的密碼“123ibm!@#IBM”。
7、點(diǎn)擊“Open”,打開控制界面。
8、點(diǎn)擊“FC->Quick Config”,打開配置界面。
9、在打開的控制界面中,進(jìn)行zone的設(shè)置。
點(diǎn)擊“Next”,查看zone的設(shè)置是否正確。
點(diǎn)擊“Finish”,完成zone的配置。
10、在命令行中,運(yùn)行如下命令,查看zone是否激活。
admin# show zone active
zone name Z_FC1_5_FC1_1_V1 vsan 1
* fcid 0xb80500 [interface fc1/5 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80000 [interface fc1/1 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_5_FC1_2_V1 vsan 1
* fcid 0xb80500 [interface fc1/5 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80200 [interface fc1/2 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_6_FC1_3_V1 vsan 1
* fcid 0xb80400 [interface fc1/6 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80100 [interface fc1/3 swwn 20:00:00:05:73:da:b1:50]
zone name Z_FC1_6_FC1_4_V1 vsan 1
* fcid 0xb80400 [interface fc1/6 swwn 20:00:00:05:73:da:b1:50]
* fcid 0xb80300 [interface fc1/4 swwn 20:00:00:05:73:da:b1:50]
zone name $default_zone$ vsan 1
11、運(yùn)行如下命令,查看zoneset是否已保存成功。
admin# show zoneset
zoneset name ZONESET_V1 vsan 1
zone name Z_FC1_5_FC1_1_V1 vsan 1
interface fc1/5 swwn 20:00:00:05:73:da:b1:50
interface fc1/1 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_5_FC1_2_V1 vsan 1
interface fc1/5 swwn 20:00:00:05:73:da:b1:50
interface fc1/2 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_6_FC1_3_V1 vsan 1
interface fc1/6 swwn 20:00:00:05:73:da:b1:50
interface fc1/3 swwn 20:00:00:05:73:da:b1:50
zone name Z_FC1_6_FC1_4_V1 vsan 1
interface fc1/6 swwn 20:00:00:05:73:da:b1:50
interface fc1/4 swwn 20:00:00:05:73:da:b1:50
12、兩臺(tái)交換機(jī)中的WWN號(hào)。
相關(guān)文章

華為交換機(jī)路由器等網(wǎng)絡(luò)設(shè)備高危命令大全
本文直接把華為網(wǎng)絡(luò)設(shè)備中那些真正“危險(xiǎn)”的命令拎出來,一條一條拆給你看:哪些會(huì)導(dǎo)致中斷、哪些會(huì)讓配置歸零、哪些會(huì)讓你“遠(yuǎn)程自毀”,以及哪些是隱蔽雷區(qū)2026-04-13
三層交換機(jī)功能那么強(qiáng)大,那它可以完全取代路由器嗎?本文將帶大家好好了解一下三層交換機(jī)和路由器的差別2026-02-26
一文帶你搞懂二層交換機(jī)和三層交換機(jī)到底有啥區(qū)別
本文我們將學(xué)習(xí)和探討OSI參考模型中二層和三層交換機(jī)的各種特性和應(yīng)用,以及它們之間工作方式的區(qū)別2026-02-26
交換機(jī)救命命令手冊! 思科交換機(jī)排障命令匯總指南
在交換機(jī)配置與故障排查過程中,總會(huì)遇到那些“關(guān)鍵時(shí)刻靠得住的命令”,今天我們就來分享一份思科雙實(shí)戰(zhàn)命令手冊2025-11-18
在使用華為交換機(jī)進(jìn)行故障排查時(shí),首先需要了解交換機(jī)的當(dāng)前狀態(tài),通過執(zhí)行基礎(chǔ)命令,可以迅速獲取到交換機(jī)的系統(tǒng)信息、接口狀態(tài)以及配置情況等關(guān)鍵數(shù)據(jù),為后續(xù)的故障分析2025-11-18
交換機(jī)的端口可以配置成哪幾種模式? 這幾類端口類型得熟悉
弱電日常中,交換機(jī)是不可或缺的設(shè)備,但關(guān)于其端口的種類與功能,可能許多朋友并不十分清楚,接下來,我們將深入探討交換機(jī)的主要端口類型2025-09-18
交換機(jī)分層次是什么意思? 淺析一層交換機(jī)/二層交換機(jī)/三層交換機(jī)的區(qū)別
交換機(jī)作為重要的網(wǎng)絡(luò)設(shè)備,承載著數(shù)據(jù)包的轉(zhuǎn)發(fā)和路由功能,其中,一層交換機(jī)、二層交換機(jī)和三層交換機(jī)在功能和應(yīng)用上各有差異,詳細(xì)請看下文介紹2025-09-18
如何正確識(shí)別一臺(tái)POE交換機(jī)的好壞? 選購可靠的POE交換機(jī)注意事項(xiàng)
POE技術(shù)已經(jīng)歷多年發(fā)展,廣泛應(yīng)用于安防監(jiān)控和無線覆蓋等領(lǐng)域,需求量大,但質(zhì)量參差不齊,市場上POE交換機(jī)的品牌繁多,如何正確識(shí)別一臺(tái)POE交換機(jī)的好壞?詳細(xì)請看下文介2025-09-17
H3C四款2.5G交換機(jī)S1506FX/S1509FXC-U/S1510FX/S1510FX-UP拆機(jī)評(píng)測
新華三H3C近期新出了四款2.5G交換機(jī),很多朋友想要看看這四款交換機(jī)的性能與區(qū)別,下面我們一起來看看詳細(xì)測評(píng)2025-07-15
聯(lián)果8口萬兆三層全光交換機(jī)LG-SWTGW3C8F拆機(jī)測評(píng)
在選擇交換機(jī)的時(shí)候,有朋友問聯(lián)果8口萬兆三層全光交換機(jī)怎么樣?值得購買嗎?下面我們就來看看詳細(xì)測評(píng)2025-05-17







