发新话题
打印

cisco光纤交换机默认ip是多少?

cisco光纤交换机默认ip是多少?

单位买了MDS 9124交换机,请问默认ip是多少???

TOP

IP貌似要先通过串口连到switch上面配置的,具体可以看看configuration guide
http://hi.chinaunix.net/?uid-735567.html

TOP

用串口登录进去查一下就知道了吧

TOP

MDS SAN 交换机在全新的机器里是没有任何IP地址的设置的,你需要用Console线连接后在Setup Wizard或者命令行上设置IP地址。

TOP

用串口线。找个配置文档看看

TOP

引用:
原帖由 ddcrzhe2006 于 2008-9-4 18:09 发表
MDS SAN 交换机在全新的机器里是没有任何IP地址的设置的,你需要用Console线连接后在Setup Wizard或者命令行上设置IP地址。
这位仁兄正解。新的san交换机首先是要初始化的,在命令行下进行basic configuration。
将console电缆连接到console口,设置终端的参数为(9600 Bits, 数据位8, 效验 none ,停止位 1,流控none),命令行界面大概如下:
--- 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.
Press Enter in case you want to skip any dialog. Use ctrl-c at anytime to skip away remaining dialogs.
Would you like to enter the basic configuration dialog (yes/no):
y

Enter the password for "admin" :
admin

Create another login account (yes/no) [n]:
n

Configure SNMPv3 Management parameters (yes/no) [y]:
y

SNMPv3 user name [admin]:
admin

SNMPv3 user authentication password :
admin123


――――admin的口令,在启动Fabric Manager时需要。

The same password will be used for SNMPv3 privacy as well.
Configure read-only SNMP community string (yes/no) [n]:
<Enter>

Configure read-write SNMP community string (yes/no) [n]:
<Enter>

Enter the switch name: mds9NNN-


Continue with Out-of-band (mgmt0) management configuration? (yes/no) [y]:
y

Mgmt0 IP address :
10.0.X.Y
Mgmt0 IP netmask :
255.255.255.0

―――建议该地址与管理的PC机在同一网段;

Continue with In-band (vsan1) management configuration? (yes/no) [n]:
<Enter>

Enable the ip routing capabilities? (yes/no) [y]:
y

Configure static route? (yes/no) [y]:
n

Configure the default network? (yes/no) [y]:
n

Configure the default gateway? (yes/no) [y]:
<Enter>

IP address of the default gateway :
10.0.X.254

Configure the DNS IP address? (yes/no) [n]:
<Enter>

Configure the default domain name? (yes/no) [n]:
<Enter>

Enable the telnet service? (yes/no) [y]:
<Enter>

Enable the ssh service? (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]:
<Enter>

Configure default zone policy (permit/deny) [deny]:
<Enter>

Enable full zoneset distribution (yes/no) [n]:
<Enter>

Enable FCID Persistence globally (yes/no) [n]: y
――――FCID绑定WWN


A summary of the configuration will be displayed:
The following configuration will be applied:
username admin password admin role network-admin
snmp-server user admin network-admin auth md5 admin123 priv admin123
switchname mds9216-16
interface mgmt0
ip address 10.0.16.3 255.255.255.0
no shutdown
ip default-gateway 10.0.16.254
telnet server enable
no ssh server enable
system default switchport shutdown
system default switchport trunk mode on
no zone default-zone permit vsan 1-4093
no zoneset distribute full vsan 1-4093



Press Enter twice to save the configuration.
Would you like to edit the configuration? (yes/no) [n]:
<Enter>

Use this configuration and save it? (yes/no) [y]:
<Enter>

TOP

发新话题