System information

12-522
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
slp findsrvs
slp findsrvs
To locate a Service Location Protocol (SLP) registered service of a specific type on the local subnet
where the SN 5428-2 Storage Router is located, use the slp findsrvs command.
slp findsrvs service [(attribute=value)]
Syntax Description
Defaults None.
Command Modes Administrator or Monitor.
Command History
Usage Guidelines Use this command to verify that a SCSI routing instance that is enabled for SLP is registering its
accessible targets with the SLP service. The command displays the URLs for the specified SLP
registered service types if they are available on the local subnet.
To display a list of all SLP registered service types found on the local subnet, use the slp findsrvtypes
command. To display attributes for a specific SLP registered service, use the slp findattrs command.
Examples The following is example output from the slp findsrvs command. In this example, two targets are found
at address 10.1.10.10. The URL includes the iSCSI Name for each target. The targets belong to a SCSI
routing instance with a Gigabit Ethernet interface IP address of 10.1.10.10. The SCSI routing instance
may be located on the local storage router or on another SN 5428-2 in the network.
[SN5428-2A]# slp findsrvs iscsi:target
service:iscsi:target://10.1.10.10:3260/iqn.1987-05.com.cisco:00.d875b8262ff6.disk1,64432
service:iscsi:target://10.1.10.10:3260/iqn.1987-05.com.cisco:00.bd0e6aa3eb51.disk2,64432
The following example discovers all SCSI routing instance targets with an alias of disk1:
[SN5428-2A]# slp findsrvs iscsi:target (alias=disk1)
service:iscsi:target://10.1.10.10:3260/iqn.1987-05.com.cisco:00.d875b8262ff6.disk1,64432
service The SLP service type. For example, the SLP service type for iSCSI targets
is iscsi:target.
attribute=value Display the specified service attribute value pair. The attribute value pair
must be displayed in parenthesis.
Release Modification
3.2.1 This command was introduced.