Skip to content

Commit d3535f1

Browse files
committed
review
1 parent 316033e commit d3535f1

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

articles/defender-for-iot/organizations/cli-ot-sensor.md

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ shell> system sanity
5555
System is UP! (medium)
5656
```
5757

58-
### Restart and shutdown
59-
60-
#### Restart an appliance
58+
### Restart an appliance
6159

6260
Use the following commands to restart the OT sensor appliance.
6361

@@ -73,7 +71,7 @@ For example, for the *admin* user:
7371
shell> system reboot
7472
```
7573

76-
#### Shut down an appliance
74+
### Shut down an appliance
7775

7876
Use the following commands to shut down the OT sensor appliance.
7977

@@ -89,9 +87,7 @@ For example, for the *admin* user:
8987
shell> system shutdown
9088
```
9189

92-
### Software versions
93-
94-
#### Show installed software version
90+
### Show installed software version
9591

9692
Use the following commands to list the Defender for IoT software version installed on your OT sensor.
9793

@@ -107,13 +103,11 @@ shell> system version
107103
Version: 22.2.5.9-r-2121448
108104
```
109105

110-
#### Update sensor software from CLI
111-
112-
For more information, see [Update your sensors](update-ot-software.md#update-ot-sensors).
106+
### Update sensor software from CLI
113107

114-
### Date, time, and NTP
108+
For more information, see [Update your sensors](update-ot-software.md#update-ot-sensors). <!-- is this needed? Is the information on this link correct? -->
115109

116-
#### Show current system date/time
110+
### Show current system date/time
117111

118112
Use the following commands to show the current system date and time on your OT network sensor, in GMT format.
119113

@@ -131,7 +125,7 @@ Thu Sep 29 18:38:23 UTC 2022
131125
shell>
132126
```
133127

134-
#### Turn on NTP time sync
128+
### Turn on NTP time sync
135129

136130
Use the following commands to turn on synchronization for the appliance time with an NTP server.
137131

@@ -154,7 +148,7 @@ shell> ntp enable 129.6.15.28
154148
shell>
155149
```
156150

157-
#### Turn off NTP time sync
151+
### Turn off NTP time sync
158152

159153
Use the following commands to turn off the synchronization for the appliance time with an NTP server.
160154

@@ -286,7 +280,7 @@ When you change the password for the *admin* the password is changed for both SS
286280
|---------|---------|---------|
287281
|**admin** | `system password` | `<username>` |
288282
289-
The following example shows the *admin* user's changing the password to `jI8iD9kE6hB8qN0h`:
283+
The following example shows the *admin* user's changing the password. The new password does not appear on the screen when you type it, make sure to write to make a note of it and ensure that it is correctly typed when asked to reenter the password.
290284
291285
```bash
292286
shell>system password user1
@@ -297,9 +291,7 @@ shell>
297291
298292
## Network configuration
299293
300-
### Network settings
301-
302-
#### Change networking configuration or reassign network interface roles
294+
### Change networking configuration or reassign network interface roles
303295
304296
Use the following command to rerun the OT monitoring software configuration wizard, which helps you define or reconfigure the following OT sensor settings:
305297
@@ -320,7 +312,7 @@ shell>/# sudo dpkg-reconfigure iot-sensor
320312
The configuration wizard starts automatically after you run this command.
321313
For more information, see [Install OT monitoring software](../how-to-install-software.md#install-ot-monitoring-software).
322314
323-
#### Validate and show network interface configuration
315+
### Validate and show network interface configuration
324316
325317
Use the following commands to validate and show the current network interface configuration on the OT sensor.
326318
@@ -343,11 +335,9 @@ monitor interfaces mapping: local_listener=adiot0
343335
shell>
344336
```
345337
346-
### Network connectivity
347-
348-
#### Check network connectivity from the OT sensor
338+
### Check network connectivity from the OT sensor
349339
350-
Use the following commands to send a ping message from the OT sensor.
340+
Use the following command to send a ping message from the OT sensor.
351341
352342
|User |Command |Full command syntax |
353343
|---------|---------|---------|
@@ -356,9 +346,7 @@ Use the following commands to send a ping message from the OT sensor.
356346
357347
In these commands, `<IP address>` is the IP address of a valid IPv4 network host accessible from the management port on your OT sensor.
358348
359-
### Physical interfaces
360-
361-
#### Locate a physical port by blinking interface lights
349+
### Locate a physical port by blinking interface lights
362350
363351
Use the following command to locate a specific physical interface by causing the interface lights to blink.
364352
@@ -375,9 +363,9 @@ shell> network blink eth0
375363
Blinking interface for 20 seconds ...
376364
```
377365
378-
#### List connected physical interfaces
366+
### List connected physical interfaces
379367
380-
Use the following commands to list the connected physical interfaces on your OT sensor.
368+
Use the following command to list the connected physical interfaces on your OT sensor.
381369
382370
|User |Command |Full command syntax |
383371
|---------|---------|---------|

0 commit comments

Comments
 (0)