You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure-management/devices/device-ignore-rules.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ sidebar_position: 17
6
6
importThemedImagefrom'@theme/ThemedImage'
7
7
importuseBaseUrlfrom'@docusaurus/useBaseUrl'
8
8
9
-
You can exclude devices from discovery jobs by applying Device Ignore Rules to them. You may want to apply Device Ignore Rules to devices such as network printers, fax machines, IP phone systems, etc.
9
+
You can exclude devices from discovery jobs by applying Device Ignore Rules to them. You may want to apply Device Ignore Rules to devices such as network printers, fax machines, and IP phone systems.
10
10
11
11
Note that using Device Ignore Rules does not affect device data that has already been discovered by previous discovery jobs. Any Device Ignore Rules you apply affect only discovery jobs you run _after_ you have applied the rules. Device Ignore Rules work for all discovery jobs, including cloud discovery.
12
12
13
13
You can see Device Ignore Rule discovery results and details in the [Discovery Scores](reports/reports/discovery-quality-scores.mdx) page (select **Reports > Discovery Scores** to view the page).
14
14
15
15
:::info
16
-
Ignore rules will **skip** the discovery of devices completely. An alternative option is available if you want to discover devices, but exclude specific IPs, MACSs, or Network Interfaces from the dataset. See **[Windows and Hyper-V Autodiscovery](/auto-discovery/windows-and-hyper-v-auto-discovery/#option-to-ignore-ipsmac-addresses)** for more details.
16
+
Ignore rules will **skip** the discovery of devices completely. An alternative option is available if you want to discover devices, but exclude specific IPs, MACs, or Network Interfaces from the dataset. See **[Windows and Hyper-V Autodiscovery](/auto-discovery/windows-and-hyper-v-auto-discovery/#option-to-ignore-ipsmac-addresses)** for more details.
17
17
:::
18
18
19
19
### Add a Device Ignore Rule
20
20
21
-
Select **Tools > Settings > Device Ignore Rules** and then click **Create** to apply an ignore rule to a device.
21
+
Select **Tools > Settings > Device Ignore Rules** and then click **Create** to apply a Device Ignore Rule to a device.
22
22
23
23
<ThemedImage
24
24
alt=""
@@ -55,7 +55,7 @@ If you select **Device type** for the **Ignore device based on:** option, De
55
55
56
56
### Add Device Ignore Rules from a Device List
57
57
58
-
You can add Device Ignore Rules to one or more devices from one of the Device42 device lists. Select one of the options from the **Devices** menu – this example uses **Devices > Virtual Devices** – and select the devices you want to apply a rule to.
58
+
You can add Device Ignore Rules to one or more devices from one of the Device42 device lists. Select one of the options from the **Devices** menu – this example uses **Devices > Virtual Devices** – and select the devices you want to apply the rule to.
59
59
60
60
Select **Ignore devices from autodiscovery** from the **Actions** menu.
61
61
@@ -67,7 +67,7 @@ Select **Ignore devices from autodiscovery** from the **Actions** menu.
67
67
}}
68
68
/>
69
69
70
-
Device42 displays the **Ignore devices from autodiscovery** page listing the devices you selected. Use the **Choose device attribute**drop-down to select the attribute on which to base the rules:
70
+
Device42 displays the **Ignore devices from autodiscovery** page listing the devices you selected. Use the **Choose device attribute**dropdown to select the attribute on which to base the rules:
71
71
72
72
<ThemedImage
73
73
alt="Configure rule"
@@ -77,7 +77,7 @@ Device42 displays the **Ignore devices from autodiscovery** page listing the dev
77
77
}}
78
78
/>
79
79
80
-
Select the **Choose case match type attribute**drop-down (**Case insensitive** or **Case sensitive**) and the **Choose length match type attribute**drop-down (**Partial match** or **Exact match**) to refine the ignore rule.
80
+
Select the **Choose case match type attribute**dropdown (**Case insensitive** or **Case sensitive**) and the **Choose length match type attribute**dropdown (**Partial match** or **Exact match**) to refine the Device Ignore Rule.
81
81
82
82
Click **Create new device ignore rules** to add the rules. Device42 adds the new rules to the Device Ignore Rule list.
0 commit comments