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/cli-ot-sensor.md
+16-28Lines changed: 16 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,7 @@ shell> system sanity
55
55
System is UP! (medium)
56
56
```
57
57
58
-
### Restart and shutdown
59
-
60
-
#### Restart an appliance
58
+
### Restart an appliance
61
59
62
60
Use the following commands to restart the OT sensor appliance.
63
61
@@ -73,7 +71,7 @@ For example, for the *admin* user:
73
71
shell> system reboot
74
72
```
75
73
76
-
####Shut down an appliance
74
+
### Shut down an appliance
77
75
78
76
Use the following commands to shut down the OT sensor appliance.
79
77
@@ -89,9 +87,7 @@ For example, for the *admin* user:
89
87
shell> system shutdown
90
88
```
91
89
92
-
### Software versions
93
-
94
-
#### Show installed software version
90
+
### Show installed software version
95
91
96
92
Use the following commands to list the Defender for IoT software version installed on your OT sensor.
97
93
@@ -107,13 +103,11 @@ shell> system version
107
103
Version: 22.2.5.9-r-2121448
108
104
```
109
105
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
113
107
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? -->
115
109
116
-
####Show current system date/time
110
+
### Show current system date/time
117
111
118
112
Use the following commands to show the current system date and time on your OT network sensor, in GMT format.
119
113
@@ -131,7 +125,7 @@ Thu Sep 29 18:38:23 UTC 2022
131
125
shell>
132
126
```
133
127
134
-
####Turn on NTP time sync
128
+
### Turn on NTP time sync
135
129
136
130
Use the following commands to turn on synchronization for the appliance time with an NTP server.
137
131
@@ -154,7 +148,7 @@ shell> ntp enable 129.6.15.28
154
148
shell>
155
149
```
156
150
157
-
####Turn off NTP time sync
151
+
### Turn off NTP time sync
158
152
159
153
Use the following commands to turn off the synchronization for the appliance time with an NTP server.
160
154
@@ -286,7 +280,7 @@ When you change the password for the *admin* the password is changed for both SS
286
280
|---------|---------|---------|
287
281
|**admin**|`system password`|`<username>`|
288
282
289
-
The following example shows the *admin* user's changing the passwordto `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.
290
284
291
285
```bash
292
286
shell>system password user1
@@ -297,9 +291,7 @@ shell>
297
291
298
292
## Network configuration
299
293
300
-
### Network settings
301
-
302
-
#### Change networking configuration or reassign network interface roles
294
+
### Change networking configuration or reassign network interface roles
303
295
304
296
Use the following command to rerun the OT monitoring software configuration wizard, which helps you define or reconfigure the following OT sensor settings:
0 commit comments