mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-08 01:24:49 +01:00
7b303a5ace
* leverage yamllint in GitHub actions * add pre-commits * validation updates * Update README.md * Update CONTRIBUTING.md
25 lines
433 B
YAML
25 lines
433 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: ASA5510
|
|
slug: asa5510
|
|
part_number: ASA5510
|
|
u_height: 1
|
|
console-ports:
|
|
- name: Con 0
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PS1
|
|
type: iec-60320-c14
|
|
interfaces:
|
|
- name: Ethernet0/0
|
|
type: 100base-tx
|
|
- name: Ethernet0/1
|
|
type: 100base-tx
|
|
- name: Ethernet0/2
|
|
type: 100base-tx
|
|
- name: Ethernet0/3
|
|
type: 100base-tx
|
|
- name: Management0/0
|
|
type: 100base-tx
|
|
mgmt_only: true
|