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: articles/defender-for-iot/organizations/how-to-control-what-traffic-is-monitored.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,41 @@ VLAN's support is based on 802.1q (up to VLAN ID 4094).
159
159
160
160
1.**For Cisco switches**: Add the `monitor session 1 destination interface XX/XX encapsulation dot1q` command to the SPAN port configuration, where *XX/XX* is the name and number of the port.
161
161
162
+
## Define DNS servers
163
+
164
+
Enhance device data enrichment by configuring multiple DNS servers to carryout reverse lookups and resolve host names or FQDNs associated with the IP addresses detected in network subnets. For example, if a sensor discovers an IP address, it might query multiple DNS servers to resolve the host name. You need the DNS server address, server port and the subnet addresses.
165
+
166
+
**To define the DNS server lookup**:
167
+
168
+
1. On your OT sensor console, select **System settings** > **Network monitoring** and under **Active Discovery**, select **Reverse DNS Lookup**.
169
+
170
+
1. Use the **Schedule Reverse Lookup** options to define your scan as in fixed intervals, per hour, or at a specific time.
171
+
172
+
If you select **By specific times**, use a 24-hour clock, such as **14:30** for **2:30 PM**. Select the **+** button on the side to add additional, specific times that you want the lookup to run.
173
+
174
+
1. Select **Add DNS Server**, and then populate your fields as needed to define the following fields:
175
+
176
+
-**DNS server address**, which is the DNS server IP address
177
+
-**DNS server port**
178
+
-**Number of labels**, which is the number of domain labels you want to display. To get this value, resolve the network IP address to device FQDNs. You can enter up to 30 characters in this field.
179
+
-**Subnets**, which is the subnets that you want the DNS server to query
180
+
181
+
1. Toggle on the **Enabled** option at the top to start the reverse lookup query as scheduled, and then select **Save** to finish the configuration.
182
+
183
+
For more information, see [Configure reverse DNS lookup](configure-reverse-dns-lookup.md).
184
+
185
+
### Test the DNS configuration
186
+
187
+
Use a test device to verify that the reverse DNS lookup settings you'd defined work as expected.
188
+
189
+
1. On your sensor console, select **System settings** > **Network monitoring** and under **Active Discovery**, select **Reverse DNS Lookup**.
190
+
191
+
1. Make sure that the **Enabled** toggle is selected.
192
+
193
+
1. Select **Test**.
194
+
195
+
1. In the **DNS reverse lookup test for server** dialog, enter an address in the **Lookup Address** and then select **Test**.
196
+
162
197
## Configure DHCP address ranges
163
198
164
199
Your OT network might consist of both static and dynamic IP addresses.
0 commit comments