Skip to content

Commit 002cc5b

Browse files
updates per Mike B review - not all complete
1 parent 7d70df1 commit 002cc5b

9 files changed

Lines changed: 29 additions & 254 deletions

docs/about_releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ However, issues resolved in `4.3.12`, which was released on 3/12/2021 are not ad
3535

3636
| Version | Initial GA Version | First Release Shipping Date | Latest GA Version | End of Engineering support | End of Support |
3737
| -- | -- | -- | -- | -- | -- |
38-
| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-xxr1) | November 20, 2025 | [7.1.0](release_notes_128t_7.1.md#release-710-xxr1) | August 20, 2026 | February 20, 2027 |
38+
| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-48r1) | November 25, 2025 | [7.1.0](release_notes_128t_7.1.md#release-710-48r1) | August 25, 2026 | February 25, 2027 |
3939
| Release 7.0 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | October 14, 2025 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | July 14, 2026 | January 14, 2027 |
4040
| Release 6.3 | [6.3.0](release_notes_128t_6.3.md#release-630-107r1) | September 30, 2024 | [6.3.6-6-sts](release_notes_128t_6.3.md#release-636-6-sts) | May 6, 2026 | November 6, 2026 |
4141
| Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39r1) | November 16, 2023 | [6.2.9-lts](release_notes_128t_6.2.md#release-629-5-lts) | September 6, 2026 | March 6, 2027 |

docs/config-factory-reset.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ This process deletes all configurations on the device, including the backup conf
3939

4040
A log file of the platform cleanup operation is written out to `/tmp` while the `reset factory-default` command is being run. After the device is scrubbed, the log file is migrated to `/var/log` for inspection.
4141

42+
:::note
43+
Factory reset does not revert the device to the software version installed during manufacture. The device remains at the current software version.
44+
:::
45+
4246
### SSR4x0 Fail-Safe Restore Process
4347

44-
The following procedure is to be used as a recovery method when **both** the Serial Console Port and Firmware Recovery have been set as **disabled**. When configured, it means that a failed upgrade will not allow the user to select the image on the other volume (since the Console port is disabled, no user input is possible).
48+
The following procedure is to be used as a recovery method when **both** the [Serial Console Port](sec-disable-ports.md#disable-serial-console-port) and [Firmware Recovery](sec-disable-ports.md#disable-firmware-recovery) have been set as **disabled**. When configured, it means that a failed upgrade will not allow the user to select the image on the other volume (since the Console port is disabled, no user input is possible).
4549

4650
If **both** the Serial Console Port and Firmware Recovery are disabled, and an incorrect or empty IP address is configured for one of the Ethernet ports (or system boot repeatedly fails for any other reason), use the Fail-Safe Restore process for recovery.
4751

@@ -177,5 +181,3 @@ Note: Both export-path (kebab-case) and exportPath (camelCase) are provided for
177181
- 401 Unauthorized: Authentication required
178182
- 403 Forbidden: Insufficient permissions (requires WRITE access to entire config)
179183
- 404 Not Found: Configuration not found or other export errors
180-
181-

docs/config-proxy-server.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ The following support is provided for proxy server configuration:
99

1010
- Proxy IP per WAN interface
1111
- Configuration override of proxy IP per WAN link
12-
- Proxy IP for public URLs accessed by SSR. For example;
13-
- Artifactory
12+
- Proxy IP for public URLs accessed by SSR. For example:
1413
- Websense
1514
- Sophos Server
1615
- Juniper Software download

docs/install-sw-4x00.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: SSR400/440 Software Installation
3-
sidebar_label: SSR400/440 Software Installation
2+
title: SSR400 and SSR440 Software Installation
3+
sidebar_label: SSR400 and SSR440 Software Installation
44
---
55

6+
Use the following process to manually install software on an SSR400 or SSR440.
7+
68
1. Connect a VT terminal emulator to the front USB-C serial console, at a baud rate of 115200.
79
2. Power on the device.
810
3. The System LED will flash Red -> Red, indicating a hardware reset in progress.
@@ -151,13 +153,13 @@ System LED will be Amber, to indicate SSR OS boot in progress.
151153
After OS boot has completed, the hardware bootstrapper will run. System LED will briefly change to Teal during this activity.
152154

153155
Once the SSR 128T software application is up and running, System LED will show:
154-
• Red for out-of-service.
156+
• Red for out-of-service
155157
• Amber for degraded service
156158
• Green for in-service
157159

158160
### USB Install Boot
159161

160-
1. Burn SSR-7.1.0*.aarch64*.iso to a USB flash drive and insert into the rear USB-C
162+
1. Burn SSR-7.1.0*.aarch64*.iso to a [USB flash drive](intro_creating_bootable_usb.md) and insert into the rear USB-C.
161163
2. Power on, at the prompt Press Esc to boot from USB.
162164

163165
The USB installer will boot:
@@ -298,12 +300,3 @@ Press [Esc] to reboot or [Enter] to shutdown:
298300
System will shutdown in 30 seconds...
299301
300302
```
301-
302-
303-
304-
305-
306-
307-
308-
309-

0 commit comments

Comments
 (0)