Skip to content

Commit fd8f11e

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 86a7c7e + fcaeeed commit fd8f11e

3 files changed

Lines changed: 28 additions & 10 deletions

File tree

articles/defender-for-iot/organizations/how-to-set-up-snmp-mib-monitoring.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ Defender for IoT in the Azure portal provides a downloadable MIB file for you to
6363

6464
**To download the SNMP MIB file** from [Defender for IoT](https://portal.azure.com/#view/Microsoft_Azure_IoT_Defender/IoTDefenderDashboard/~/Getting_started) on the Azure portal, select **Sites and sensors** > **More actions** > **Download SNMP MIB file**.
6565

66+
## Query SNMP configuration on the sensor
67+
68+
> [!NOTE]
69+
> - You can query the SNMP configuration on the sensor in version **25.2.1 or later.**
70+
71+
To validate and query the SNMP MIB monitoring configuration in the OT sensor:
72+
73+
1. In the OT sensor, go to **System settings > Sensor management**
74+
1. To [access the Defender for IoT CLI](references-work-with-defender-for-iot-cli-commands.md#defender-for-iot-cli-access), sign in to your OT or Enterprise IoT sensor as the *cyberx* user, using a terminal emulator and SSH.
75+
1. Run the following query depending on what SNMP version was configured and update the variables accordingly:
76+
- For version 2 type: `snmpwalk -v 2c -c<community-string> <sensor-ip> isa`
77+
- For version 3 type: `snmpwalk -v 3 -aMD5|SHA -xDES|AES -A<password> -X<secret-key> -u<username> -|autoPriv <sensor-ip> isa`
78+
6679
## OT sensor OIDs for manual SNMP configurations
6780

6881
If you're configuring Defender for IoT sensors on your SNMP monitoring system manually, use the following table for reference regarding sensor object identifier values (OIDs):

articles/defender-for-iot/organizations/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Cloud features may be dependent on a specific sensor version. Such features are
3838
| Version / Patch | Release date | Scope | Supported until |
3939
| ------- | ------------ | ----------- | ------------------- |
4040
| **25.2** | | | |
41+
| 25.2.1 | 12/2025 | Minor |11/2026 |
4142
| 25.2.0 | 09/2025 | Major |08/2026 |
4243
| **25.1** | | | |
4344
| 25.1.2 | 06/2025 | Minor |05/2026 |
@@ -85,6 +86,14 @@ To understand whether a feature is supported in your sensor version, check the r
8586

8687
## Versions 25.2.x
8788

89+
### Version 25.2.1
90+
91+
**Release date**: 12/2025
92+
93+
**Supported until**: 11/2026
94+
95+
This version includes bug fixes for stability improvements.
96+
8897
### Version 25.2.0
8998

9099
**Release date**: 09/2025

articles/defender-for-iot/organizations/whats-new.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Features released earlier than nine months ago are described in the [What's new
2020
2121
[!INCLUDE [defender-iot-defender-reference](../includes/defender-for-iot-defender-reference.md)]
2222

23+
## December 2025
24+
25+
|Service area |Updates |
26+
|---------|---------|
27+
| **OT networks** | Sensor version 25.2.1 is now available. See [release details and updates](release-notes.md#version-2521). |
28+
2329
## September 2025
2430

2531
|Service area |Updates |
@@ -72,16 +78,6 @@ To reduce alert fatigue, multiple versions of the same alert violation and with
7278

7379
The legacy on-premises management console isn't available for download after **January 1st, 2025**. We recommend transitioning to the new architecture using the full spectrum of on-premises and cloud APIs before this date. For more information, see [on-premises management console retirement](ot-deploy/on-premises-management-console-retirement.md).
7480

75-
## December 2024
76-
77-
|Service area |Updates |
78-
|---------|---------|
79-
| **OT networks** | - [Support Multiple Source Devices in DDoS Attack Alerts](#support-multiple-source-devices-in-ddos-attack-alerts) |
80-
81-
### Support Multiple Source Devices in DDoS Attack Alerts
82-
83-
Alert details now display up to 10 source devices involved in DDoS attack.
84-
8581
## Next steps
8682

8783
[Getting started with Defender for IoT](getting-started.md)

0 commit comments

Comments
 (0)