From 0fe67590d966967b9e544505a85968dae19babcf Mon Sep 17 00:00:00 2001 From: Andrey Yemelyanov Date: Fri, 11 Feb 2022 07:54:35 +0000 Subject: [PATCH] inv.objectmodels: AGear | Transceiver | 10G | SFP+10G1SM3320LC --- .../Transceiver/10G/SFP+10G1SM3320LC.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 collections/inv.objectmodels/AGear/Transceiver/10G/SFP+10G1SM3320LC.json diff --git a/collections/inv.objectmodels/AGear/Transceiver/10G/SFP+10G1SM3320LC.json b/collections/inv.objectmodels/AGear/Transceiver/10G/SFP+10G1SM3320LC.json new file mode 100644 index 0000000000..19619ed164 --- /dev/null +++ b/collections/inv.objectmodels/AGear/Transceiver/10G/SFP+10G1SM3320LC.json @@ -0,0 +1,32 @@ +{ + "name": "AGear | Transceiver | 10G | SFP+10G1SM3320LC", + "$collection": "inv.objectmodels", + "uuid": "e62b7e42-f1e7-4f42-bb3e-0c96b559a582", + "vendor__code": "A-GEAR", + "description": "A-Gear SFP+ WDM transceiver 20km (1330 tx, 1270 rx)", + "cr_context": "XCVR", + "tags": ["xcvr"], + "connections": [ + { + "description": "SFP Connector", + "direction": "o", + "gender": "m", + "name": "in", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": "RxTx LC Port", + "direction": "s", + "gender": "f", + "name": "rxtx", + "protocols": [">10GBASEER-1270", "<10GBASEER-1330"], + "type__name": "Optical | LC" + } + ], + "data": { + "asset": { + "part_no": ["SFP+10G1SM3320LC"] + } + } +} -- GitLab