mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
c95b166139
* breaking out tests for easier usage * refactoring codebase * Added verification for properly formatted slug and fixed definitions that were incorrect * Adding new test case to ensure the file name matches either the slug or the part_number * fixed file names to match proper formatting
15 lines
523 B
YAML
15 lines
523 B
YAML
---
|
|
manufacturer: Eaton
|
|
model: TrippLite SNMPWEBCARD
|
|
part_number: SNMPWEBCARD
|
|
comments: SNMPWEBCARD is an optional network card that you can install in the accessory slot of a compatible UPS systems or PDU. [Manual](https://www.tripplite.com/support/owners-manual/843356)
|
|
interfaces:
|
|
- name: mgmt
|
|
type: 100base-tx
|
|
mgmt_only: true
|
|
console-ports:
|
|
- name: CONFIG
|
|
type: other
|
|
label: CONFIG
|
|
comments: Use this port to provide a direct terminal connection to a computer with a terminal emulation program.
|