S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
21-14
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 21 S Commands
scsi-target
scsi-target
To configure SCSI target discovery, use the
scsi-target
command in configuration mode. To remove
SCSI target discovery, use the
no
form of the command.
scsi-target
{
auto-poll
[
vsan
vsan-id
]
|
discovery | ns-poll
[
vsan
vsan-id
]
|
on-demand
[
vsan
vsan-id
]}
no scsi-target
{
auto-poll
[
vsan
vsan-id
]
|
discovery | ns-poll
[
vsan
vsan-id
]
|
on-demand
[
vsan
vsan-id
]}
Syntax Description
Defaults
SCSI target discovery for each option is on.
Command Modes
Configuration mode.
Command History
Usage Guidelines
Automatic global SCSI target discovery is on by default. Discovery can also be triggered for specific
VSANs using on-demand, name server polling, or auto-polling options. All options are on by default.
Use the
no scsi-target discovery
command to turn off all discovery options. You can also turn off
specific options by using the
no
form of the command.
Examples
The following example configures SCSI target auto-polling discovery for VSAN 1.
switch#
config t
switch(config)#
scsi-target auto-poll vsan 1
The following example removes SCSI target auto-polling discovery for VSAN 1.
switch#
config t
switch(config)#
no scsi-target auto-poll vsan 1
The following example configures a SCSI target discovery.
switch#
config t
switch(config)#
scsi-target discovery
The following example removes a SCSI target discovery.
auto-poll
Configures SCSI target auto polling globally or per VSAN.
vsan
vsan-id
(Optional) Specifies a VSAN ID. The range is 1 to 4093.
discovery
Configures SCSI target discovery.
ns-poll
Configures SCSI target name server polling globally or per VSAN.
on-demand
Configures SCSI targets on demand globally or per VSAN.
Release
Modification
3.0(1a)
This command was introduced.