Specifications

12-305
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
scsirouter slp enable
scsirouter slp enable
To enable the advertisement of the targets of the named SCSI routing instance with the Service Location
Protocol (SLP) service, use the scsirouter slp enable command. To disable target advertisement, use the
no form of this command.
scsirouter name slp enable
no scsirouter name slp enable
Syntax Description
Defaults Advertising with the SLP Service is enabled for all targets.
Command Modes Administrator.
Command History
Usage Guidelines SLP is an IP protocol designed to make it easy for network clients to discover available services on a
network and to learn about the configuration of those services. By default, SLP advertisement is enabled
when:
A SCSI routing instance is started by the storage router during the creation process.
The storage router is restarted.
A SCSI routing instance is failed over to another storage router in a cluster.
Use this command to manually disable and re-enable the advertisement of targets with the SLP service.
When target advertisement is disabled, all existing targets for the specified SCSI routing instance are
de-registered, and any new targets that are added will not be advertised.
Examples The following example disables target advertisement for the SCSI routing instance named foo and
deregisters all of its previously registered targets from the SLP service:
[SN5428-2A]# no scsirouter foo slp enable
The following example re-enables target advertisement for the SCSI routing instance named foo:
[SN5428-2A]# scsirouter foo slp enable
name Name of the SCSI routing instance. All targets associated with this SCSI
routing instance are advertised with the SLP service.
Release Modification
3.2.1 This command was introduced.