-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #786 from 128technology/platform-support-policy-up…
…date updates to supported platforms and portfolio
- Loading branch information
Showing
11 changed files
with
243 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!---Prerequisites---> | ||
|
||
- Ensure that the platform you are installing on meets the [SSR hardware requirements](about_supported_platforms.md#minimum-platform-specifications). | ||
- Ensure that the platform you are installing on meets the [SSR hardware requirements](intro_system_reqs.md#minimum-platform-specifications). | ||
- Verify that the boot priority of the USB drive is properly listed in the system BIOS. | ||
- Local console connectivity to the device/VM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,126 @@ | ||
--- | ||
title: Certified Plus Platforms | ||
sidebar_label: Certified Plus Platforms | ||
title: Certified Portfolio | ||
sidebar_label: Certified Portfolio | ||
--- | ||
|
||
export const certifiedPlatforms = { | ||
lanner7573a : { | ||
application : "Medium/Large Branch", | ||
cpu : "8C (Atom)", | ||
mem : "16GB", | ||
lenovosr650r2 : { | ||
application : "Large Datacenter, 100G hub", | ||
cpu : "40C (Xeon Platinum 8380)", | ||
mem : "512GB", | ||
hdrive : "960GB (1+1 redundant) SSD", | ||
interfaces : [ | ||
"12 ports total", | ||
"4 x 100GbE", | ||
"4 x 10/25GbE", | ||
"4 x 10GBase-T" | ||
] | ||
}, | ||
silicommadridg15901 : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 ports", | ||
"LTE AT&T", | ||
"LTE Verizon", | ||
"T1" | ||
] | ||
}, | ||
lanner7573b : { | ||
silicommadridg02 : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom)", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 ports", | ||
"LTE AT&T", | ||
"LTE Verizon", | ||
"T1" | ||
] | ||
}, | ||
lenovosr530 : { | ||
application : "Small/Medium Datacenter", | ||
cpu : "8-16C (Xeon Bronze-Silver)", | ||
mem : "32-192GB", | ||
silicommadridg03 : { | ||
application : "Medium/Large Branch", | ||
cpu : "8C (Atom C3758)", | ||
mem : "16GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 2-16 ports" | ||
"Ethernet, 8 ports", | ||
] | ||
}, | ||
lenovosr570 : { | ||
application : "Large Datacenter", | ||
cpu : "22C (Xeon Gold)", | ||
mem : "128-192GB", | ||
silicommadridg15911 : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 2-16 ports" | ||
"Ethernet, 6 ports", | ||
"LTE (AT&T, Verizon)" | ||
] | ||
}, | ||
silicommadridg61 : { | ||
silicommadridg12 : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 ports", | ||
"LTE" | ||
"LTE (AT&T, Verizon)" | ||
] | ||
}, | ||
silicommadridg01 : { | ||
silicommadridg13 : { | ||
application : "Medium/Large Branch", | ||
cpu : "8C (Atom C3758)", | ||
mem : "16GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 8 ports", | ||
"LTE (AT&T, Verizon)" | ||
] | ||
}, | ||
silicommadridg71 : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB", | ||
hdrive : "120GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 ports" | ||
"Ethernet, 6 ports", | ||
"Dual LTE (AT&T, Verizon)" | ||
] | ||
} | ||
}, | ||
lannernca1515b : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB ECC", | ||
hdrive : "128GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 RJ45 ports, 2 SFP", | ||
] | ||
}, | ||
lannernca1515a : { | ||
application : "Medium/Large Branch", | ||
cpu : "8C (Atom C3758)", | ||
mem : "16GB ECC", | ||
hdrive : "128GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 RJ45 ports, 2 SFP", | ||
] | ||
}, | ||
lannernca1515blte : { | ||
application : "Small/Medium Branch", | ||
cpu : "4C (Atom C3558)", | ||
mem : "8GB ECC", | ||
hdrive : "128GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 RJ45 ports, 2 SFP", | ||
"LTE (AT&T, Verizon)" | ||
] | ||
}, | ||
lannernca1515alte : { | ||
application : "Medium/Large Branch", | ||
cpu : "8C (Atom C3758)", | ||
mem : "16GB ECC", | ||
hdrive : "128GB SSD", | ||
interfaces : [ | ||
"Ethernet, 6 RJ45 ports, 2 SFP", | ||
"LTE (AT&T, Verizon)" | ||
] | ||
}, | ||
} | ||
|
||
export const Platform = ({id}) => ( | ||
|
@@ -76,6 +138,10 @@ export const Platform = ({id}) => ( | |
<td><b>Memory</b></td> | ||
<td>{certifiedPlatforms[id].mem}</td> | ||
</tr> | ||
<tr> | ||
<td><b>Hard Drive</b></td> | ||
<td>{certifiedPlatforms[id].hdrive}</td> | ||
</tr> | ||
<tr> | ||
<td><b>Interface Options</b></td> | ||
<td>{ certifiedPlatforms[id].interfaces.map((iface, index) => <li key={index}>{ iface }</li>) }</td> | ||
|
@@ -84,48 +150,99 @@ export const Platform = ({id}) => ( | |
</table> | ||
) | ||
|
||
Juniper maintains platforms which have been certified to run the Session Smart Router (SSR) software. For more details on certification, see the [platform support policy](about_supported_platforms.md#ssr-certification-program). | ||
Juniper maintains platforms which have been certified to run the Session Smart Router (SSR) software. | ||
|
||
## Certified Platforms - Small and Medium Branch | ||
|
||
The following devices are Certified Platforms for small to medium deployments. Only the SKUs listed are Certified. The platform model alone does not guarantee conformance to software requirements. | ||
|
||
### Silicom Madrid | ||
|
||
![Silicom Madrid 90500-0151-G71](/img/about_certified_platforms_silicommadrid-gseries.png) | ||
|
||
Please contact Silicom Ltd. Connectivity Solutions at [email protected] for information and quotes. | ||
|
||
#### Silicom Madrid 90500-0151-G71 | ||
<Platform id="silicommadridg71"></Platform> | ||
|
||
#### Silicom Madrid 90500-0151-G12 | ||
<Platform id="silicommadridg12"></Platform> | ||
|
||
#### Silicom Madrid 90500-0151-G02 | ||
<Platform id="silicommadridg02"></Platform> | ||
|
||
### Silicom Madrid Ruggedized | ||
|
||
The ruggedized Silicom Madrid provides a sealed, fanless chassis to protect against humidity and dust. | ||
|
||
![Silicom Madrid Ruggedized 90500-0159-G01](/img/about_certified_platforms_silicommadrid-ruggedize-g01.png) | ||
|
||
Please contact Silicom Ltd. Connectivity Solutions at [email protected] for information and quotes. | ||
|
||
#### Silicom Madrid Ruggedized 90500-0159-G01 | ||
<Platform id="silicommadridg15901"></Platform> | ||
|
||
#### Silicom Madrid Ruggedized 90500-0159-G11 | ||
<Platform id="silicommadridg15911"></Platform> | ||
|
||
### Lanner NCA-1515B | ||
|
||
![Lanner NCA-1515B](/img/about_certified_platforms_lanner-nca-1515.jpg) | ||
|
||
Please reach out to the Lanner sales domain at [email protected] with any purchase requests, hardware questions, and order fulfillment. | ||
|
||
#### L-1515B-4C-8E-128M-SSR1 | ||
<Platform id="lannernca1515b"></Platform> | ||
|
||
#### L-1515B-4C-8E-128M-C1-SSR | ||
<Platform id="lannernca1515blte"></Platform> | ||
|
||
## Certified Platforms – Medium and Large Branch | ||
|
||
## Certified Plus | ||
The following devices are Certified Platforms for medium to large deployments. Only the SKUs listed are Certified. The platform model alone does not guarantee conformance to software requirements. | ||
|
||
The following platforms have the status of [Certified Plus](about_supported_platforms.md#ssr-certified-plus-platform). | ||
### Lanner NCA-1515A | ||
|
||
### Silicom Madrid 90500-0151-G61 | ||
![Lanner NCA-1515B](/img/about_certified_platforms_lanner-nca-1515.jpg) | ||
|
||
![Silicom Madrid 90500-0151-G61](/img/about_certified_platforms_silicommadrid-g61.png) | ||
Please reach out to the Lanner sales domain at [email protected] with any purchase requests, hardware questions, and order fulfillment. | ||
|
||
Models vary, others are not Certified Plus. | ||
#### L-1515A-8C-16E-128M-SSR | ||
<Platform id="lannernca1515a"></Platform> | ||
|
||
<Platform id="silicommadridg61"></Platform> | ||
#### L-1515A-8C-16E-128M-C1-SSR1 | ||
<Platform id="lannernca1515alte"></Platform> | ||
|
||
### Silicom Madrid 90500-0151-G01 | ||
### Silicom Madrid | ||
|
||
![Silicom Madrid 90500-0151-G01](/img/about_certified_platforms_silicommadrid-g01.png) | ||
Please contact Silicom Ltd. Connectivity Solutions at [email protected] for information and quotes. | ||
|
||
Models vary, others are not Certified Plus. | ||
![Silicom Madrid 8 Port G-Series](/img/about_certified_platforms_silicommadrid-gseries.png) | ||
|
||
<Platform id="silicommadridg01"></Platform> | ||
#### 90500-0151-G03 (NO LTE) | ||
<Platform id="silicommadridg03"></Platform> | ||
|
||
### Lenovo SR530 | ||
|
||
![Lenovo SR530](/img/about_certified_platforms_lenovosr530.png) | ||
#### 90500-0151-G13 (LTE) | ||
<Platform id="silicommadridg13"></Platform> | ||
|
||
<Platform id="lenovosr530"></Platform> | ||
|
||
### Lenovo SR570 | ||
## Certified Platform – Hub | ||
|
||
![Lenovo SR570](/img/about_certified_platforms_lenovosr570.png) | ||
The following devices are Certified Platforms for Hub deployments. Only the SKUs listed are Certified. The platform model alone does not guarantee conformance to software requirements. | ||
|
||
<Platform id="lenovosr570"></Platform> | ||
### Lenovo SR650v2 | ||
|
||
### Lanner 7573A | ||
![Lenovo SR650v2](/img/lenovo-SR650ports.png) | ||
|
||
![Lanner 7573A](/img/about_certified_platforms_lanner7573a.png) | ||
Please reach out to one of the following organizations for sales and quote information: | ||
|
||
<Platform id="lanner7573a"></Platform> | ||
- Ingram Micro | ||
- TD Synnex | ||
- Arrow ECS (EMEA) | ||
- Arrow Integrated Solutions (USA) | ||
|
||
### Lanner 7573B | ||
#### Lenovo SR650v2 7Z73VWQ100 | ||
<Platform id="lenovosr650r2"></Platform> | ||
|
||
![Lanner 7573B](/img/about_certified_platforms_lanner7573b.png) | ||
|
||
<Platform id="lanner7573b"></Platform> |
Oops, something went wrong.