1SLPTOOL(1) User Commands SLPTOOL(1)
2
3
4
6 slptool - SLP command line tool
7
9 slptool [options] command-and-arguments
10
12 options may be:
13
14 -v (or --version) displays the versions of slptool and OpenSLP.
15
16 -s (or --scope) followed by a comma-separated list of scopes.
17
18 -l (or --language) followed by a language tag.
19
20 -t (or --time) followed by a lifetime tag.
21
22 -i (or --interfaces) followed by a comma-separated list of interfaces.
23
24 -u (or --unicastifc) followed by a single interface.
25
26 command-and-arguments may be:
27
28 findsrvs service-type [filter]
29
30 findattrs url [attrids]
31
32 findsrvtypes [authority]
33
34 findscopes
35
36 register url [attrs]
37
38 deregister url
39
40 getproperty propertyname
41
43 slptool register service:myserv.x://myhost.com
44 "(attr1=val1),(attr2=val2)"
45
46 slptool findsrvs service:myserv.x
47
48 slptool findsrvs service:myserv.x "(attr1=val1)"
49
50 slptool -i 10.77.13.240,192.168.250.240 findsrvs service:myserv.x
51
52 slptool -u 10.77.13.237 findsrvs service:myserv.x "(attr1=val1)"
53
54 slptool findattrs service:myserv.x://myhost.com
55
56 slptool findattrs service:myserv.x://myhost.com attr1
57
58 slptool -i 10.77.13.243 findattrs service:myserv.x://myhost.com attr1
59
60 slptool -u 10.77.13.237 findattrs service:myserv.x://myhost.com attr1
61
62 slptool deregister service:myserv.x://myhost.com
63
64 slptool getproperty net.slp.useScopes
65
66slptool 2.0.beta2 May 2013 SLPTOOL(1)