cisco MDS9148配置步骤详细介绍

所属分类: 网络 / 交换机 阅读数: 605
收藏 0 赞 0 分享
1、 初始化交换机

Cisco9148 SAN交换机首次配置时,需要先做初始化设置,设置完成后才可以登录图形化界面。

使用随机自带的串口调试线缆进行连接,进行如下配置。

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%

到此,设备初始化完成。

2、打开IE浏览器,在地址栏输入配置好的IP地址(http://10.77.77.77),打开如下界面。

3、点击上图中的“Cisco Device Manager”打开如下界面。

4、点击上图中的“Continue”,打开如下界面。

5、点击上图中的“Next”,进行软件的安装。

点击“下一步”

点击“Install”

点击“是”,开始安装软件。

6、软件安装完成后,打开如下界面,在密码栏输入设置好的密码“123ibm!@#IBM”。

7、点击“Open”,打开控制界面。

8、点击“FC->Quick Config”,打开配置界面。

9、在打开的控制界面中,进行zone的设置。

点击“Next”,查看zone的设置是否正确。

点击“Finish”,完成zone的配置。

10、在命令行中,运行如下命令,查看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、运行如下命令,查看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、两台交换机中的WWN号。
更多精彩内容其他人还在看

华为三层交换机之间配置VLAN间路由

在华为三层交换机上进行VLAN间路由的配置,主要就是创建VLAN,端口划分,三层VLAN接口地址配置,静态路由或是RIP协议配置
收藏 0 赞 0 分享

H3C S3100交换机常用操作

这篇文章主要介绍了H3C S3100交换机常用操作的相关资料,需要的朋友可以参考下
收藏 0 赞 0 分享

switch操作系统交换机设置介绍

这篇文章主要介绍了switch操作系统交换机设置方法,需要的朋友可以参考下
收藏 0 赞 0 分享

思科三层交换机配置命令

这篇文章主要介绍了思科三层交换机配置命令,需要的朋友可以一起看看
收藏 0 赞 0 分享

cisco交换机配置vlan方法

这篇文章主要介绍了cisco交换机配置vlan方法,需要的朋友可以参考下
收藏 0 赞 0 分享

路由模式怎么实现局域网中三层交换机互联?实现局域网中三层交换机互联方法教程

路由模式怎么实现局域网中三层交换机互联?下面小编告诉大家方法,有需要的朋友可以看看
收藏 0 赞 0 分享

如何设置网络交换机 网络交换机具体设置方法介绍

网络交换机的设置方法比较多,要根据具体情况而定。这篇文章主要介绍交换机常见配置的方法,感兴趣的朋友可以过来学习一下,相信肯定会给大家带来一定的帮助
收藏 0 赞 0 分享

交换机什么牌子好?如何选购好的交换机?

交换机是非常的重要,他把握着一个网络的命脉,因此选购交换机是非常重要的。本文就为大家提供一些经验和参考,教大家如何选购一台好的交换机,并为大家总结哪些交换机牌子比较好。
收藏 0 赞 0 分享

交换机是什么 交换机的作用与功能基础知识全面解析

经常有看到朋友问:“交换机和路由器的区别”,其实要理解这两个东西区别,我们首先最好先了解清楚什么是交换机及什么是路由器等基本知识。本文将详细为大家介绍交换机是什么以及交换机的作用与功能基础知识,希望大家认真阅读学习
收藏 0 赞 0 分享

交换机必学知识 VLAN间路由理论指导

本文向大家介绍VLAN间路由理论知识,是交换机必学的,转发过来,希望对大家有所帮助
收藏 0 赞 0 分享
查看更多