From 326c22295dd0da7333187f3e232e45297a06140e Mon Sep 17 00:00:00 2001 From: bee26 Date: Thu, 25 Jun 2020 09:35:34 +0300 Subject: [PATCH] add_new_objectmodels_Zyxel_MSAN --- .../inv.objectmodels/Zyxel/AAM1212-51.json | 49 +++++++++++++++++++ .../inv.objectmodels/Zyxel/AAM1212-53.json | 49 +++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 collections/inv.objectmodels/Zyxel/AAM1212-51.json create mode 100644 collections/inv.objectmodels/Zyxel/AAM1212-53.json diff --git a/collections/inv.objectmodels/Zyxel/AAM1212-51.json b/collections/inv.objectmodels/Zyxel/AAM1212-51.json new file mode 100644 index 0000000000..b5c04b800d --- /dev/null +++ b/collections/inv.objectmodels/Zyxel/AAM1212-51.json @@ -0,0 +1,49 @@ +{ + "name": "Zyxel | MSAN | AAM1212-51", + "$collection": "inv.objectmodels", + "uuid": "653914d5-92a0-4a08-a1a8-cd36bff62f7d", + "vendor__code": "ZYXEL", + "description": "12-port Annex A ADSL2+ line card (over POTS) with splitters built-in", + "connection_rule__name": "Zyxel | MSAN", + "cr_context": "LINECARD", + "tags": ["lc", "port"], + "connections": [ + { + "description": "USER 1-12 PSTN 1-12", + "direction": "s", + "gender": "f", + "name": "LINE", + "protocols": ["ADSL", "ADSL2+"], + "type__name": "Electrical | Telco-50" + }, + { + "description": "Console port", + "direction": "s", + "gender": "f", + "name": "console", + "protocols": [">RS232"], + "type__name": "Electrical | RJ9" + }, + { + "description": "Port 1 (Copper)", + "direction": "s", + "gender": "f", + "name": "1", + "protocols": ["10BASET", "100BASETX"], + "type__name": "Electrical | RJ45" + }, + { + "description": "Port 2 (Copper)", + "direction": "s", + "gender": "f", + "name": "2", + "protocols": ["10BASET", "100BASETX"], + "type__name": "Electrical | RJ45" + } + ], + "data": { + "asset": { + "part_no": ["AAM1212-51"] + } + } +} diff --git a/collections/inv.objectmodels/Zyxel/AAM1212-53.json b/collections/inv.objectmodels/Zyxel/AAM1212-53.json new file mode 100644 index 0000000000..4b60de3879 --- /dev/null +++ b/collections/inv.objectmodels/Zyxel/AAM1212-53.json @@ -0,0 +1,49 @@ +{ + "name": "Zyxel | MSAN | AAM1212-53", + "$collection": "inv.objectmodels", + "uuid": "a3f5aa1c-6b34-443e-9f4c-8235d4141112", + "vendor__code": "ZYXEL", + "description": "12-port Annex B ADSL2+ line card (over POTS) with splitters built-in", + "connection_rule__name": "Zyxel | MSAN", + "cr_context": "LINECARD", + "tags": ["lc", "port"], + "connections": [ + { + "description": "USER 1-12 PSTN 1-12", + "direction": "s", + "gender": "f", + "name": "LINE", + "protocols": ["ADSL", "ADSL2+"], + "type__name": "Electrical | Telco-50" + }, + { + "description": "Console port", + "direction": "s", + "gender": "f", + "name": "console", + "protocols": [">RS232"], + "type__name": "Electrical | RJ9" + }, + { + "description": "Port 1 (Copper)", + "direction": "s", + "gender": "f", + "name": "1", + "protocols": ["10BASET", "100BASETX"], + "type__name": "Electrical | RJ45" + }, + { + "description": "Port 2 (Copper)", + "direction": "s", + "gender": "f", + "name": "2", + "protocols": ["10BASET", "100BASETX"], + "type__name": "Electrical | RJ45" + } + ], + "data": { + "asset": { + "part_no": ["AAM1212-53"] + } + } +} -- GitLab