mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Add and Update C9800-L Series (#1593)
* Update C9800-L-C.yaml - Fixed interface naming to match device - Fixed that this is a child device designed to be mounted into a side by side rack mount. - Fixed power draw and power port * Create C9800-L-F Nearly duplicate of C9800-L-C except power draw and sfp modules * Rename C9800-L-F to C9800-L-F.yaml * Create C9800-L-RMNT.yaml Rack mount for the 9800-L * Update C9800-L-C Weight * Update C9800-L-F weight * Fix interface order C9800-L-C, C9800-L-F * Add is_powered false to C9800-L-RMNT --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
04986966b2
commit
b706e5f980
@ -3,8 +3,12 @@ manufacturer: Cisco
|
||||
model: Catalyst 9800-L-C
|
||||
slug: cisco-c9800-l-c
|
||||
part_number: C9800-L-C
|
||||
u_height: 1
|
||||
u_height: 0
|
||||
subdevice_role: child
|
||||
is_full_depth: false
|
||||
airflow: front-to-rear
|
||||
weight: 3.95
|
||||
weight_unit: lb
|
||||
console-ports:
|
||||
- name: Con
|
||||
type: rj-45
|
||||
@ -17,19 +21,19 @@ interfaces:
|
||||
- name: Redundancy Port
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: TenGigabitEthernet1
|
||||
- name: TwoGigabitEthernet0/0/0
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/1
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/2
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/3
|
||||
type: 2.5gbase-t
|
||||
- name: TenGigabitEthernet0/1/0
|
||||
type: 10gbase-t
|
||||
- name: TenGigabitEthernet2
|
||||
- name: TenGigabitEthernet0/1/1
|
||||
type: 10gbase-t
|
||||
- name: GigabitEthernet1
|
||||
type: 2.5gbase-t
|
||||
- name: GigabitEthernet2
|
||||
type: 2.5gbase-t
|
||||
- name: GigabitEthernet3
|
||||
type: 2.5gbase-t
|
||||
- name: GigabitEthernet4
|
||||
type: 2.5gbase-t
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 110
|
||||
type: dc-terminal
|
||||
maximum_draw: 87
|
||||
|
39
device-types/Cisco/C9800-L-F.yaml
Normal file
39
device-types/Cisco/C9800-L-F.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: Catalyst 9800-L-F
|
||||
slug: cisco-c9800-l-f
|
||||
part_number: C9800-L-F
|
||||
u_height: 0
|
||||
subdevice_role: child
|
||||
is_full_depth: false
|
||||
airflow: front-to-rear
|
||||
weight: 4.01
|
||||
weight_unit: lb
|
||||
console-ports:
|
||||
- name: Con
|
||||
type: rj-45
|
||||
- name: usb0
|
||||
type: usb-micro-b
|
||||
interfaces:
|
||||
- name: Service Port
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: Redundancy Port
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: TwoGigabitEthernet0/0/0
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/1
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/2
|
||||
type: 2.5gbase-t
|
||||
- name: TwoGigabitEthernet0/0/3
|
||||
type: 2.5gbase-t
|
||||
- name: TenGigabitEthernet0/1/0
|
||||
type: 10gbase-x-sfpp
|
||||
- name: TenGigabitEthernet0/1/1
|
||||
type: 10gbase-x-sfpp
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: dc-terminal
|
||||
maximum_draw: 85
|
13
device-types/Cisco/C9800-L-RMNT.yaml
Normal file
13
device-types/Cisco/C9800-L-RMNT.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: Catalyst 9800-L Wireless Controller Rack Mount Tray
|
||||
slug: cisco-c9800-l-rmnt
|
||||
part_number: C9800-L-RMNT
|
||||
u_height: 2
|
||||
subdevice_role: parent
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
is_powered: false
|
||||
device-bays:
|
||||
- name: Left Slot
|
||||
- name: Right Slot
|
Loading…
Reference in New Issue
Block a user