System information
12-520
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
slp findattrs
slp findattrs
To discover the attributes of a specific Service Location Protocol (SLP) registered service, use the
slp findattrs command.
slp findattrs service [attribute]
Syntax Description
Defaults None.
Command Modes Administrator or Monitor.
Command History
Usage Guidelines Use this command to verify that the attributes of advertised targets associated with a SCSI routing
instance are correct.
Use the slp findsrvs command to display the service information used as arguments in the command.
Examples The following example discovers the attributes of all iscsi:target services:
[SN5428-2A]# slp findattrs iscsi:target
(iscsi-name=iqn.1987-05.com.cisco:00.dd6b75bc42ef.chimaera_apps),(alias=chimaera_apps),
(portal-group=1),(auth-addr=any),(auth-name=an)
(iscsi-name=iqn.1987-05.com.cisco.00.d621b8e50a31.chimaera_web),(alias=chimaera_web),
(portal-group=1),(auth-a)
The following example discovers the value of the alias attribute for all iscsi:target services:
[SN5428-2A]# slp findattrs iscsi:target alias
(alias=chimaera_apps)
(alias=chimaera_web)
service The SLP service. Use the slp findsrvs command to locate the specific
service.
attribute Display the value of the specified service attribute.
Release Modification
3.2.1 This command was introduced.