From 3d56bbdbd8d344a8d3b711b3c68d15d319d8c8dc Mon Sep 17 00:00:00 2001 From: Alexander Dubnitskiy Date: Thu, 23 Jul 2020 13:21:37 +0100 Subject: [PATCH] inv.objectmodels: Juniper | MX | MX204 --- .../inv.objectmodels/Juniper/MX/MX204.json | 188 ++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 collections/inv.objectmodels/Juniper/MX/MX204.json diff --git a/collections/inv.objectmodels/Juniper/MX/MX204.json b/collections/inv.objectmodels/Juniper/MX/MX204.json new file mode 100644 index 0000000000..ffe7bb19f1 --- /dev/null +++ b/collections/inv.objectmodels/Juniper/MX/MX204.json @@ -0,0 +1,188 @@ +{ + "name": "Juniper | MX | MX204", + "$collection": "inv.objectmodels", + "uuid": "d548552e-2f54-44ca-abf9-abf53e411f6d", + "vendor__code": "JUNIPER", + "description": "Juniper MX204 chassis", + "connection_rule__name": "Juniper | MX", + "cr_context": "CHASSIS", + "tags": ["chassis"], + "connections": [ + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/0/0", + "protocols": ["TransEth10G", "TransEth40G", "TransEth100G"], + "type__name": "Transceiver | QSFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/0/1", + "protocols": ["TransEth10G", "TransEth40G", "TransEth100G"], + "type__name": "Transceiver | QSFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/0/2", + "protocols": ["TransEth10G", "TransEth40G", "TransEth100G"], + "type__name": "Transceiver | QSFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/0/3", + "protocols": ["TransEth10G", "TransEth40G", "TransEth100G"], + "type__name": "Transceiver | QSFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/0", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/1", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/2", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/3", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/4", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/5", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/6", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "0/1/7", + "protocols": ["TransEth10G"], + "type__name": "Transceiver | SFP+" + }, + { + "description": null, + "direction": "s", + "gender": "f", + "name": "console", + "protocols": [">RS232"], + "type__name": "Electrical | RJ45" + }, + { + "description": null, + "direction": "s", + "gender": "f", + "name": "ether", + "protocols": ["10BASET", "100BASETX", "1000BASETX"], + "type__name": "Electrical | RJ45" + }, + { + "description": "Fan Slot #0", + "direction": "i", + "gender": "f", + "name": "fan0", + "type__name": "Juniper | MX | MX204 Fan" + }, + { + "description": "Fan Slot #1", + "direction": "i", + "gender": "f", + "name": "fan1", + "type__name": "Juniper | MX | MX204 Fan" + }, + { + "description": "Fan Slot #2", + "direction": "i", + "gender": "f", + "name": "fan2", + "type__name": "Juniper | MX | MX204 Fan" + }, + { + "description": "PEM Slot #0", + "direction": "i", + "gender": "f", + "name": "pem0", + "type__name": "Juniper | EX | 4550 PSU" + }, + { + "description": "PEM Slot #1", + "direction": "i", + "gender": "f", + "name": "pem1", + "type__name": "Juniper | EX | 4550 PSU" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "scb0", + "type__name": "Juniper | MX | SCB" + }, + { + "description": null, + "direction": "i", + "gender": "f", + "name": "usb", + "protocols": [">USB1"], + "type__name": "Electrical | USB" + } + ], + "data": { + "asset": { + "cpe_22": "cpe:/h:juniper:mx204:-", + "cpe_23": "cpe:2.3:h:juniper:mx204:-:*:*:*:*:*:*:*", + "order_part_no": ["MX204"], + "part_no": ["JNP204"] + }, + "management": { + "managed": true + }, + "rackmount": { + "units": 1.0 + } + } +} -- GitLab