|
CISCO 的交换机和普通的博科或者QLOGIC的交换机差别很大。普通的交换机直接进入默认IP地址,通过图形化界面直接配置就OK了。CISCO的交换机没有图形界面,因此解决需要如下配置步骤:
1、察看每个端口状态:
switch2# show interface fc1/1
fc1/1 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:01:00:0d:ec:be:0d:40
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xd40300
Port vsan is 1
Speed is 4 Gbps
Rate mode is dedicated
Transmit B2B Credit is 8
Receive B2B Credit is 16
Receive data field Size is 2112
Beacon is turned off
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
378 frames input, 17228 bytes
0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
56 frames output, 3536 bytes
0 discards, 0 errors
3 input OLS, 3 LRR, 0 NOS, 13 loop inits
switch2# show interface fc1/2
fc1/2 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:02:00:0d:ec:be:0d:40
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xd40500
Port vsan is 1
Speed is 4 Gbps
Rate mode is dedicated
Transmit B2B Credit is 3
Receive B2B Credit is 16
Receive data field Size is 2112
Beacon is turned off
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
11839 frames input, 476672 bytes
0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
161 frames output, 8952 bytes
0 discards, 0 errors
1 input OLS, 1 LRR, 0 NOS, 33 loop inits
switch2# show interface fc1/3
fc1/3 is down (Link failure: Link Reset)
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:03:00:0d:ec:be:0d:40
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Receive data field Size is 2112
Beacon is turned off
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
966 frames input, 39704 bytes
0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
89 frames output, 4424 bytes
0 discards, 0 errors
1 input OLS, 1 LRR, 0 NOS, 32 loop inits
3 output OLS, 1 LRR, 5 NOS, 3 loop inits
Interface last changed at Sat Aug 8 19:16:01 2009
switch2# show interface fc1/7
fc1/7 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:07:00:0d:ec:be:0d:40
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xd40000
Port vsan is 1
Speed is 4 Gbps
Rate mode is dedicated
Transmit B2B Credit is 8
Receive B2B Credit is 16
Receive data field Size is 2112
Beacon is turned off
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
296 frames input, 13284 bytes
0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
301 frames output, 12820 bytes
0 discards, 0 errors
3 input OLS, 2 LRR, 1 NOS, 155 loop inits
switch2# show interface fc1/8
fc1/8 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:08:00:0d:ec:be:0d:40
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xd40200
Port vsan is 1
Speed is 2 Gbps
Rate mode is dedicated
Transmit B2B Credit is 3
Receive B2B Credit is 16
Receive data field Size is 2112
Beacon is turned off
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
1265 frames input, 54276 bytes
0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
309 frames output, 15104 bytes
0 discards, 0 errors
6 input OLS, 4 LRR, 0 NOS, 92 loop inits
1、配置VSAN
VSAN的作用是隔离每一个交换机端口:
switch2# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch2(config)# vsan database
switch2(config-vsan-db)# vsan 4000 name sw2
switch2(config-vsan-db)# vsan 4000 interface fc1/1
Traffic on fc1/1 may be impacted. Do you want to continue? (y/n) y
switch2(config-vsan-db)# vsan 4000 interface fc1/2
Traffic on fc1/2 may be impacted. Do you want to continue? (y/n) y
switch2(config-vsan-db)# vsan 4000 interface fc1/7
Traffic on fc1/7 may be impacted. Do you want to continue? (y/n) y
switch2(config-vsan-db)# vsan 4000 interface fc1/8
Traffic on fc1/8 may be impacted. Do you want to continue? (y/n) y
switch2(config-vsan-db)# end
switch2# show vsan 4000 membership
vsan 4000 interfaces:
fc1/1 fc1/2 fc1/7 fc1/8
2、创建ZONE并且添加ZONE成员。
witch2# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch2(config)# zone name db2_3652_1 vsan 4000
switch2(config-zone)# member interface fc1/1
switch2(config-zone)# member interface fc1/2
switch2(config-zone)# zoneset name db2_3652 vsan 4000
switch2(config-zone)# member interface fc1/7
switch2(config-zone)# member interface fc1/8
4、配置ZONESET包含2个ZONE
switch2(config-zone)# zoneset name db2_3652 vsan 4000
switch2(config-zoneset)# member db2_3652_1
switch2(config-zoneset)# member db2_3652_2
5、察看ZONE成员
switch2# show zone
zone name db2_3652_1 vsan 4000
interface fc1/1 swwn 20:00:00:0d:ec:be:0d:40
interface fc1/2 swwn 20:00:00:0d:ec:be:0d:40
zone name db2_3652_2 vsan 4000
interface fc1/7 swwn 20:00:00:0d:ec:be:0d:40
interface fc1/8 swwn 20:00:00:0d:ec:be:0d:40
6、察看ZONESET成员
switch2# show zoneset
zoneset name db2_3652 vsan 4000
zone name db2_3652_1 vsan 4000
interface fc1/1 swwn 20:00:00:0d:ec:be:0d:40
interface fc1/2 swwn 20:00:00:0d:ec:be:0d:40
zone name db2_3652_2 vsan 4000
interface fc1/7 swwn 20:00:00:0d:ec:be:0d:40
interface fc1/8 swwn 20:00:00:0d:ec:be:0d:40
7、激活ZONESET
switch2# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch2(config)# zoneset activate name db2_3652 vsan 4000
Zoneset activation initiated. check zone status
8、察看激活ZONE的
switch2# show zone active
zone name db2_3652_1 vsan 4000
* fcid 0x810000 [interface fc1/1 swwn 20:00:00:0d:ec:be:0d:40]
* fcid 0x810100 [interface fc1/2 swwn 20:00:00:0d:ec:be:0d:40]
zone name db2_3652_2 vsan 4000
* fcid 0x810200 [interface fc1/7 swwn 20:00:00:0d:ec:be:0d:40]
* fcid 0x810300 [interface fc1/8 swwn 20:00:00:0d:ec:be:0d:40]
第一个节点配置:
switch1# show vsan 4000 membership
vsan 4000 interfaces:
fc1/1 fc1/2 fc1/3 fc1/7
fc1/8
switch1# show zone
zone name db2_3651_1 vsan 4000
interface fc1/1 swwn 20:00:00:0d:ec:be:05:00
interface fc1/2 swwn 20:00:00:0d:ec:be:05:00
zone name db2_3651_2 vsan 4000
interface fc1/7 swwn 20:00:00:0d:ec:be:05:00
interface fc1/8 swwn 20:00:00:0d:ec:be:05:00
switch1# show zoneset
zoneset name db2_3651 vsan 4000
zone name db2_3651_1 vsan 4000
interface fc1/1 swwn 20:00:00:0d:ec:be:05:00
interface fc1/2 swwn 20:00:00:0d:ec:be:05:00
zone name db2_3651_2 vsan 4000
interface fc1/7 swwn 20:00:00:0d:ec:be:05:00
interface fc1/8 swwn 20:00:00:0d:ec:be:05:00
switch1# show zone active
zone name db2_3651_1 vsan 4000
* fcid 0xac0000 [interface fc1/1 swwn 20:00:00:0d:ec:be:05:00]
* fcid 0xac0100 [interface fc1/2 swwn 20:00:00:0d:ec:be:05:00]
zone name db2_3651_2 vsan 4000
* fcid 0xac0200 [interface fc1/7 swwn 20:00:00:0d:ec:be:05:00]
* fcid 0xac0300 [interface fc1/8 swwn 20:00:00:0d:ec:be:05:00]
9、最后别忘了保存!
switch1# copy running-config startup-config
[########################################] 100%
switch1# |
|