Skip to content

Commit 568e879

Browse files
authored
Merge pull request #206490 from batamig/eiot-install
EIoT installation
2 parents 3e25c2a + f1bb72d commit 568e879

11 files changed

+228
-135
lines changed

articles/defender-for-iot/organizations/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
href: how-to-activate-and-set-up-your-on-premises-management-console.md
155155
- name: Add support for proprietary protocols
156156
href: resources-manage-proprietary-protocols.md
157+
- name: Enterprise IoT system setup
158+
items:
159+
- name: Extra deployment steps and samples
160+
href: extra-deploy-enterprise-iot.md
157161
- name: System maintenance
158162
items:
159163
- name: Manage sensors from the Azure portal
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: Extra deployment steps and samples for Enterprise IoT deployment - Microsoft Defender for IoT
3+
description: Describes additional deployment and validation procedures to use when deploying an Enterprise IoT network sensor.
4+
ms.topic: how-to
5+
ms.date: 08/08/2022
6+
---
7+
8+
# Extra steps and samples for Enterprise IoT deployment
9+
10+
This article provides extra steps for deploying an Enterprise IoT sensor, including a sample SPAN port configuration procedure, and CLI steps to validate your deployment or delete a sensor.
11+
12+
For more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md).
13+
14+
## Configure a SPAN monitoring interface for a virtual appliance
15+
16+
While a virtual switch doesn't have mirroring capabilities, you can use *Promiscuous mode* in a virtual switch environment as a workaround for configuring a SPAN port.
17+
18+
*Promiscuous mode* is a mode of operation and a security, monitoring, and administration technique that is defined at the virtual switch or portgroup level. When Promiscuous mode is used, any of the virtual machine’s network interfaces that are in the same portgroup can view all network traffic that goes through that virtual switch. By default, Promiscuous mode is turned off.
19+
20+
This procedure describes an example of how to configure a SPAN port on your vSwitch with VMware ESXi. Enterprise IoT sensors also support VMs using Microsoft Hyper-V.
21+
22+
**To configure a SPAN monitoring interface**:
23+
24+
1. On your vSwitch, open the vSwitch properties and select **Add** > **Virtual Machine** > **Next**.
25+
26+
1. Enter **SPAN Network** as your network label, and then select **VLAN ID** > **All** > **Next** > **Finish**.
27+
28+
1. Select **SPAN Network** > **Edit** > **Security**, and verify that the **Promiscuous Mode** policy is set to **Accept** mode.
29+
30+
1. Select **OK**, and then select **Close** to close the vSwitch properties.
31+
32+
1. Open the **IoT Sensor VM** properties.
33+
34+
1. For **Network Adapter 2**, select the **SPAN** network.
35+
36+
1. Select **OK**.
37+
38+
1. Connect to the sensor, and verify that mirroring works.
39+
40+
If you've jumped to this procedure from the tutorial procedure for [Prepare a physical appliance or VM](tutorial-getting-started-eiot-sensor.md#prepare-a-physical-appliance-or-vm), continue with [step 2](tutorial-getting-started-eiot-sensor.md#sign-in) to continue preparing your appliance.
41+
42+
## Validate your Enterprise IoT sensor setup
43+
44+
If, after completing the Enterprise IoT sensor installation and setup, you don't see your sensor showing on the **Sites and sensors** page in the Azure portal, this procedure can help validate your installation directly on the sensor.
45+
46+
Wait 1 minute after your sensor installation has completed before starting this procedure.
47+
48+
**To validate the sensor setup from the sensor**:
49+
50+
1. To process your system sanity, run:
51+
52+
```bash
53+
sudo docker ps
54+
```
55+
56+
1. In the results that display, ensure that the following containers are up and listed as healthy.
57+
58+
- `compose_attributes-collector_1`
59+
- `compose_cloud-communication_1`
60+
- `compose_logstash_1`
61+
- `compose_horizon_1`
62+
- `compose_statistics-collector_1`
63+
- `compose_properties_1`
64+
65+
For example:
66+
67+
:::image type="content" source="media/tutorial-get-started-eiot/validate-setup.png" alt-text="Screenshot of the validated containers listed." lightbox="media/tutorial-get-started-eiot/validate-setup.png":::
68+
69+
1. Check your port validation to see which interface is defined to handle port mirroring. Run:
70+
71+
```bash
72+
sudo docker logs compose_horizon_1
73+
````
74+
75+
For example, the following response might be displayed: `Found env variable for monitor interfaces: ens192`
76+
77+
1. Wait 5 minutes and then check your traffic D2C sanity. Run:
78+
79+
```bash
80+
sudo docker logs -f compose_attributes-collector_1
81+
```
82+
83+
Check the results to ensure that packets are being sent as expected.
84+
85+
## Remove an Enterprise IoT network sensor (optional)
86+
87+
Remove a sensor if it's no longer in use with Defender for IoT.
88+
89+
**To remove a sensor**, run the following command on the sensor server or VM:
90+
91+
```bash
92+
sudo apt purge -y microsoft-eiot-sensor
93+
```
94+
95+
> [!IMPORTANT]
96+
> If you want to cancel your plan for Enterprise IoT networks only, do so from [Defender for Endpoint](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration).
97+
>
98+
> If you want to cancel your plan for both OT and Enterprise IoT networks together, you can use the [**Pricing**](how-to-manage-subscriptions.md) page in Defender for IoT in the Azure portal.
99+
>
100+
101+
## Next steps
102+
103+
For more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md) and [Manage sensors with Defender for IoT in the Azure portal](how-to-manage-sensors-on-the-cloud.md).
104+
105+
<!--for example?-->

articles/defender-for-iot/organizations/how-to-manage-sensors-on-the-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Make the downloaded activation file accessible to the sensor console admin so th
9595

9696
:::image type="content" source="media/tutorial-get-started-eiot/successful-registration.png" alt-text="Screenshot of the successful registration of an Enterprise I O T sensor.":::
9797

98-
1. Copy the command to a safe location, and continue with installing the sensor. For more information, see [Install the sensor](tutorial-getting-started-eiot-sensor.md#install-the-sensor).
98+
1. Copy the command to a safe location, and continue with installing the sensor. For more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md#install-the-sensor-software).
9999

100100
> [!NOTE]
101101
> As opposed to OT sensors, where you define your sensor's site, all Enterprise IoT sensors are automatically added to the **Enterprise network** site.
@@ -116,7 +116,7 @@ Use the options on the **Sites and sensor** page and a sensor details page to do
116116
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-export.png" border="false"::: **Export sensor data** | Available from the **Sites and sensors** toolbar only, to download a CSV file with details about all the sensors listed. |
117117
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-export.png" border="false"::: **Download an activation file** | Individual, OT sensors only. <br><br>Available from the **...** options menu or a sensor details page. |
118118
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-edit.png" border="false"::: **Edit a sensor zone** | For individual sensors only, from the **...** options menu or a sensor details page. <br><br>Select **Edit**, and then elect a new zone from the **Zone** menu or select **Create new zone**. Select **Submit** to save your changes. |
119-
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-edit.png" border="false"::: **Create an activation command** | Individual, Enterprise IoT sensors only. <br><br>Available from the **...** options menu or a sensor details page. Select **Edit** and then select **Create activation command**. <br><br>For more information, see [Install an Enterprise IoT sensor](tutorial-getting-started-eiot-sensor.md#install-the-sensor). |
119+
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-edit.png" border="false"::: **Create an activation command** | Individual, Enterprise IoT sensors only. <br><br>Available from the **...** options menu or a sensor details page. Select **Edit** and then select **Create activation command**. <br><br>For more information, see [Install an Enterprise IoT sensor](tutorial-getting-started-eiot-sensor.md#install-the-sensor-software). |
120120
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-edit.png" border="false"::: **Edit automatic threat intelligence updates** | Individual, OT sensors only. <br><br>Available from the **...** options menu or a sensor details page. <br><br>Select **Edit** and then toggle the **Automatic Threat Intelligence Updates (Preview)** option on or off as needed. Select **Submit** to save your changes. |
121121
|:::image type="icon" source="media/how-to-manage-sensors-on-the-cloud/icon-delete.png" border="false"::: **Delete a sensor** | For individual sensors only, from the **...** options menu or a sensor details page. |
122122
| **Download SNMP MIB file** | Available from the **Sites and sensors** toolbar **More actions** menu. <br><br>For more information, see [Set up SNMP MIB monitoring](how-to-set-up-snmp-mib-monitoring.md).|

articles/defender-for-iot/organizations/how-to-manage-subscriptions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,15 @@ Business considerations may require that you apply your existing IoT sensors to
161161

162162
**To switch to a new subscription**:
163163

164-
1. Onboard a new plan to the new subscription you want to use. For more information, see:
164+
1. Onboard a new plan to the new subscription you want to use. For more information, see:
165165

166166
[Onboard a plan for OT networks](#onboard-a-defender-for-iot-plan-for-ot-networks) in the Azure portal
167167

168168
[Onboard a plan for Enterprise IoT networks](#onboard-a-defender-for-iot-plan-for-enterprise-iot-networks) in Defender for Endpoint
169169

170-
1. Register your sensors under the new subscription. For more information, see [Set up an Enterprise IoT sensor](tutorial-getting-started-eiot-sensor.md#set-up-an-enterprise-iot-sensor).
170+
1. Onboard your sensors again under the new subscription. For OT sensors, [upload a new activation](how-to-manage-individual-sensors.md#upload-new-activation-files) file for your sensors.
171171

172-
1. [Upload a new activation](how-to-manage-individual-sensors.md#upload-new-activation-files) file for your sensors.
173-
174-
1. Delete the sensor identities from the legacy subscription. For more information, see [Sensor management options from the Azure portal](how-to-manage-sensors-on-the-cloud.md#sensor-management-options-from-the-azure-portal)..
172+
1. Delete the sensor identities from the legacy subscription. For more information, see [Sensor management options from the Azure portal](how-to-manage-sensors-on-the-cloud.md#sensor-management-options-from-the-azure-portal).
175173

176174
1. If relevant, [cancel the Defender for IoT plan](#cancel-a-defender-for-iot-plan-from-a-subscription) from the legacy subscription.
177175

71.4 KB
Loading
108 KB
Loading
177 KB
Loading
46.6 KB
Loading
208 KB
Loading

0 commit comments

Comments
 (0)