Cisco 9124 - mds multilayer fabric switch 구성 매뉴얼 - 페이지 32

{카테고리_이름} Cisco 9124 - mds multilayer fabric switch에 대한 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco 9124 - mds multilayer fabric switch 49 페이지. Mds 9000 series
Cisco 9124 - mds multilayer fabric switch에 대해서도 마찬가지입니다: 사양 (2 페이지), 데이터시트 (9 페이지), 사양 (3 페이지), 릴리스 노트 (48 페이지), 릴리스 노트 (44 페이지), 릴리스 노트 (36 페이지), 릴리스 노트 (22 페이지), 릴리스 노트 (3 페이지), 릴리스 노트 (40 페이지), 매뉴얼 (16 페이지), 하드웨어 설치 매뉴얼 (36 페이지)

Cisco 9124 - mds multilayer fabric switch 구성 매뉴얼
The configuration and verification commands for the iSCSI feature are available when iSCSI is enabled
on the switch. When you disable iSCSI, all associated configurations are automatically discarded.
To use the CLI to enable iSCSI on a C-Series switch:
1.
Enter configuration mode:
switch # config terminal
2.
Enable iSCSI on the switch:
switch (config) # iscsi enable
switch (config) # exit

Enabling the iSCSI interface

You must enable the iSCSI interface before traffic can flow on the GbE interface. To enable an iSCSI
interface:
1.
Create and enable the GbE interface:
switch # config terminal
switch (config) # interface gigabitethernet 2/1
switch (config-if) # no shutdown
2.
Create and enable the iSCSI interface:
switch (config-if) # exit
switch (config) # interface iscsi 2/1
switch (config-if) # no shutdown
Configuring the Gigabit Ethernet interface
iSCSI uses TCP/IP for network connectivity. On each iSCSI-enabled C-Series switch, GbE interfaces
provide connectivity.
NOTE:
GbE ports on any C-Series switch with the IP Storage Services Modules (IPS-4, IPS-8), Multi–protocol
Services Module (14/2), or C-Series 9216i switch, should reside in a different Ethernet broadcast
domain from the management Ethernet port. HP strongly recommends that you use separate standalone
network hubs or switches, or separate VLANs, to configure the broadcast domains.
To configure the IP interface for subsequent use by iSCSI Initiators:
1.
Enter switch configuration mode:
switch # config terminal
2.
Enter interface configuration mode on the GbE interface:
switch (config) # interface gigabitethernet 2/1
3.
Enter the IP address (20.20.20.1) and subnet mask (255.255.255.0) for the GbE interface:
switch (config-if) # ip address 20.20.20.1 255.255.255.0
4.
Enable the interface:
switch (config-if) # no shutdown
switch (config-if) # exit
switch (config) # exit
5.
Complete steps 1 through 4 for both C-Series GbE ports.
32