From 2bd45ede15ac5378ab7162de8a696783eac15bb5 Mon Sep 17 00:00:00 2001 From: Sam Haberkorn Date: Tue, 1 Oct 2024 18:31:48 +0000 Subject: [PATCH] initial SSR4xx devicemaps --- .devcontainer/devcontainer.json | 2 +- devicemaps.json | 147 ++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 28227d4..6ae4978 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.8-buster" + "image": "mcr.microsoft.com/vscode/devcontainers/python:3.9" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/devicemaps.json b/devicemaps.json index 3dd17dc..9c2daec 100644 --- a/devicemaps.json +++ b/devicemaps.json @@ -1462,6 +1462,153 @@ } ], "lte": [] + }, + "SSR400":{ + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR400 - 10 ethernet", + "ethernet": [ + { + "type": "WAN", + "speed": 1000, + "name": "ge-0-0", + "description": "SFP Port 0 labeled on the device" + }, + { + "type": "WAN", + "speed": 1000, + "name": "ge-0-1", + "description": "SFP Port 1 labeled on the device" + }, + { + "type": "WAN", + "speed": 1000, + "name": "ge-0-2", + "description": "Port 2 labeled on the device" + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-3", + "description": "Port 3 labeled on the device" + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-4", + "description": "Port 4 labeled on the device" + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-5", + "description": "Port 5 labeled on the device" + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-6", + "description": "Port 6 labeled on the device" + }, + { + "type": "HAFabric", + "speed": 1000, + "name": "ge-0-7", + "description": "Port 7 labeled on the device" + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-8", + "description": "Port 8 labeled on the device", + "poe": true + }, + { + "type": "LAN", + "speed": 1000, + "name": "ge-0-9", + "description": "Port 9 labeled on the device", + "poe": true + }, + { + "type": "HASync", + "pciAddress": "0000:01:00.0", + "speed": 1000, + "name": "ha-0-0", + "description": "HA device interface" + } + ], + "lte": [] + }, + "SSR400-C": { + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR400-C - 10 ethernet + 5G", + "alias": { + "vendor": "Juniper", + "sku": "SSR400" + }, + "lte": [ + { + "type": "WAN", + "name": "lte-0-0", + "description": "LTE device interface", + "targetInterface": "TBD" + } + ] + }, + "SSR400-W": { + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR400-W - 10 ethernet + WiFi", + "alias": { + "vendor": "Juniper", + "sku": "SSR400", + "method": "append" + }, + "ethernet": [ + { + "type": "LAN", + "speed": 1000, + "name": "ap-0-0", + "description": "Internal AP port on the device" + } + ] + }, + "SSR400-CW": { + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR400-CW - 10 ethernet + 5G + WiFi", + "alias": { + "vendor": "Juniper", + "sku": "SSR400-W" + }, + "lte": [ + { + "type": "WAN", + "name": "lte-0-0", + "description": "LTE device interface", + "targetInterface": "TBD" + } + ] + }, + "SSR440": { + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR440 - 10 ethernet", + "alias": { + "vendor": "Juniper", + "sku": "SSR400" + } + }, + "SSR440-C": { + "clei": "TBD", + "part_number": "TBD", + "description": "Juniper SSR440-C - 10 ethernet + 5G", + "alias": { + "vendor": "Juniper", + "sku": "SSR400-C" + } } }, "Lenovo": {