Changes for page Zūm Discovery

Last modified by Alexander Mott on 2025/04/03 17:35

From version 33.1
edited by Mark Kohlmann
on 2024/10/14 21:55
Change comment: There is no comment for this version
To version 34.1
edited by Mark Kohlmann
on 2024/10/14 22:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20  
21 21  There are certain pre-requisites and limitations when building a ShowRunnerCLC™ configuration this way, and it may sometimes be necessary make some adjustments to the final configuration, such as changing keypad types and moving loads between areas.
22 22  
23 -= Discovery Filter =
23 += Discovery Filter (ShowRunnerCLC™ 3.062 or newer) =
24 24  
25 25  Discovered ethernet devices may be filtered using either a hostname or IP Address filter.  The filter is configured from the command line interface.
26 26  
... ... @@ -35,7 +35,7 @@
35 35  
36 36  === Hostname Filter ===
37 37  
38 -Hostname filter uses a regular expression to filter discovered ZUMNET GATEWAYs or JBOXs.  Multiple expressions can be applied by using a comma to separate the expressions.
38 +The Hostname filter uses a regular expression to filter discovered ZUMNET GATEWAYs or JBOXs.  Multiple expressions can be applied by using a comma to separate the expressions.
39 39  
40 40  Command Syntax: ##"Type='Hostname' Settings='Expr1[,Expr2]'"##
41 41  
... ... @@ -42,10 +42,23 @@
42 42  Examples:
43 43  
44 44  1. Only include hostnames that start with ZUMNET-06:
45 -(% style="font-family: Menlo, Monaco, Consolas, Courier New, monospace; white-space: pre" %)sr discover filter "Type='Hostname' Settings='^ZUMNET-06'"
45 +(% style="font-family:Menlo,Monaco,Consolas,Courier New,monospace; white-space:pre" %)sr discover filter "Type='Hostname' Settings='^ZUMNET-06'"
46 46  1. Include hostnames that start with ZUMNET-FL01 or contain FL03:
47 -(% style="font-family: Menlo, Monaco, Consolas, Courier New, monospace; white-space: pre" %)sr discover filter "Type='Hostname' Settings='^ZUMNET-FL01,FL03'"
47 +(% style="font-family:Menlo,Monaco,Consolas,Courier New,monospace; white-space:pre" %)sr discover filter "Type='Hostname' Settings='^ZUMNET-FL01,FL03'"
48 48  
49 +=== IP Address Filter ===
50 +
51 +The IP Address filter will restrict discovered ZUMNET GATEWAYs or JBOXs to matching IP Addresses or IP Address ranges.  Multiple addresses and ranges can be used.
52 +
53 +Command Syntax: ##"Type='IPAddress' Settings='Address[,AddressStart-AddressEnd]'"##
54 +
55 +Examples:
56 +
57 +1. Only include a device with an address of 192.168.0.10 or 192.168.0.50:
58 +(% style="font-family:Menlo,Monaco,Consolas,Courier New,monospace; white-space:pre" %)sr discover filter "Type='IPAddress' Settings='192.168.0.10,192.168.0.50'"
59 +1. Include addresses between 192.168.0.11 and 192.168.0.50 and 192.168.0.200 and 192.168.0.240:
60 +(% style="font-family:Menlo,Monaco,Consolas,Courier New,monospace; white-space:pre" %)sr discover filter "Type='IPAddress' Settings='192.168.0.11-192.168.0.50,192.168.0.200-192.168.0.240'"
61 +
49 49  = Zūm Wired Discovery =
50 50  
51 51  == Notes and Limitations ==