mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
eaffb6e0b3
* add some APC UPS, XLBP, XFMR device models, convert NMC from device to module models * set XLBP power port type to dc-terminal * add Leviton and FS fiber/modular panels * quote module names in FS enclosures * quote positions in FS enclosures and modules * port positions are integers for modules
34 lines
810 B
YAML
34 lines
810 B
YAML
---
|
|
manufacturer: Leviton
|
|
model: FM-A012CAC0BC
|
|
comments: SDX Enterprise Cassette, (0.90dB), 12-fiber OS2, LC to 1x12-fiber MTP, Method B (Core) Polarity, black plungers
|
|
front-ports:
|
|
- name: '{module}:1'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 1
|
|
- name: '{module}:2'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 2
|
|
- name: '{module}:3'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 3
|
|
- name: '{module}:4'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 4
|
|
- name: '{module}:5'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 5
|
|
- name: '{module}:6'
|
|
type: lc
|
|
rear_port: '{module}:MTP1'
|
|
rear_port_position: 6
|
|
rear-ports:
|
|
- name: '{module}:MTP1'
|
|
type: mpo
|
|
positions: 12
|