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: content/en/network_monitoring/devices/config_management.md
+71-41Lines changed: 71 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ further_reading:
7
7
text: "NDM Troubleshooting"
8
8
---
9
9
10
-
<divclass="alert alert-info">Network Configuration Management is in Preview. Contact your Datadog representative to sign up.</div>
10
+
<divclass="alert alert-info">Network Configuration Management is in Preview. To request access and receive the custom Datadog Agent build, contact your Datadog representative.</div>
3. Configure the device profile if not already specified in your `conf.yaml`. Default profiles are located at `/conf.d/network_config_management.d/default_profiles`.
91
+
See the full [configuration file][7] for more details.
66
92
67
-
Each default profile (in JSON format) specifies:
68
-
69
-
- **Configuration commands**: CLI commands to retrieve different configuration types:
70
-
- `running`: Gets the current active configuration
71
-
- `startup`: Gets the configuration that loads on device boot
72
-
- `version`: Gets device information such as OS version
73
-
74
-
- **Processing rules**: Regex patterns for:
75
-
- **Metadata extraction**: Captures timestamp, author, and other metadata when available
76
-
- **Validation**: Verifies command execution was successful and returned valid data
77
-
- **Redaction**: Removes sensitive data or unnecessary lines from configurations
93
+
3. Configure the device profile if not already specified in your `conf.yaml`. Default profiles are located at `/conf.d/network_config_management.d/default_profiles`. See [device profiles](#device-profiles) for more information.
78
94
79
95
**Note**: NCM uses dedicated default profiles that differ from SNMP device profiles. Custom profiles are not supported.
80
96
@@ -100,8 +116,6 @@ Configuration Management is accessible from the device side panel in Network Dev
100
116
101
117
**Startup configuration**
102
118
: The saved configuration that persists across reboots. When a device restarts, it loads this configuration.
103
-
104
-
<div class="alert alert-info">Startup configurations cannot be modified directly. To update the startup configuration, apply changes to the running configuration first, then save it to overwrite the startup configuration. This ensures only validated configurations persist across reboots.</div>
105
119
106
120
### Time picker and retention
107
121
@@ -146,6 +160,21 @@ When you compare two configuration versions, the AI summary automatically:
146
160
- Describes changes in human-readable terms
147
161
- Highlights changes that may be relevant for incident investigation or risk analysis
148
162
163
+
## Device profiles
164
+
165
+
Each default profile (in JSON format) contains:
166
+
167
+
- **Configuration commands**: CLI commands to retrieve different configuration types and supplemental information:
168
+
- `running`: Gets the current active configuration
169
+
- `startup`: Gets the configuration that loads on device boot
170
+
171
+
- **Processing rules**: Regex patterns for:
172
+
- **Metadata extraction**: Captures timestamp, author, and other metadata when available
173
+
- **Validation**: Verifies command execution was successful and returned valid data
174
+
- **Redaction**: Removes sensitive data or unnecessary lines from configurations
175
+
176
+
<div class="alert alert-info">Startup configurations cannot be modified directly. To update the startup configuration, apply changes to the running configuration first, then save it to overwrite the startup configuration. This ensures only validated configurations persist across reboots.</div>
177
+
149
178
## Further Reading
150
179
151
180
{{< partial name="whats-next/whats-next.html" >}}
@@ -155,4 +184,5 @@ When you compare two configuration versions, the AI summary automatically:
0 commit comments