mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-03-03 09:41:53 +01:00
Cisco module updates (#2602)
* Updates for Cisco EHWICs * Fixed file formatting * Fixed linting problems * Rename VWIC2-1MFT-T1_E1.jpg to VWIC2-1MFT-T1-E1.jpg Moved file inline with others --------- Co-authored-by: Jaco du Plessis <507425+jaco1982@users.noreply.github.com> Co-authored-by: Harry <Harry@cadby.co.uk>
This commit is contained in:
parent
cb17f64e3a
commit
1590c63e98
@ -6,9 +6,9 @@ slug: cisco-isr1941
|
||||
u_height: 2
|
||||
is_full_depth: true
|
||||
interfaces:
|
||||
- name: GigabitEthernet0/0/0
|
||||
- name: GigabitEthernet0/0
|
||||
type: 1000base-t
|
||||
- name: GigabitEthernet0/0/1
|
||||
- name: GigabitEthernet0/1
|
||||
type: 1000base-t
|
||||
console-ports:
|
||||
- name: con 0
|
||||
@ -20,3 +20,12 @@ power-ports:
|
||||
type: iec-60320-c6
|
||||
allocated_draw: 35
|
||||
maximum_draw: 110
|
||||
module-bays:
|
||||
- name: EHWIC-0
|
||||
label: EHWIC-0
|
||||
position: 0/0
|
||||
description: Enhanced High-Speed WAN Interface Card Slot
|
||||
- name: EHWIC-1
|
||||
label: EHWIC-1
|
||||
position: 0/1
|
||||
description: Enhanced High-Speed WAN Interface Card Slot
|
||||
|
BIN
module-images/Cisco/EHWIC-1GE-SFP-CU.jpg
Normal file
BIN
module-images/Cisco/EHWIC-1GE-SFP-CU.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
module-images/Cisco/EHWIC-4G-LTE.jpg
Normal file
BIN
module-images/Cisco/EHWIC-4G-LTE.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
module-images/Cisco/VWIC2-1MFT-T1-E1.jpg
Normal file
BIN
module-images/Cisco/VWIC2-1MFT-T1-E1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
9
module-types/Cisco/EHWIC-1GE-SFP-CU.yaml
Normal file
9
module-types/Cisco/EHWIC-1GE-SFP-CU.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: EHWIC-1GE-SFP-CU
|
||||
part_number: EHWIC-1GE-SFP-CU
|
||||
comments: This device uses a combo interface. Default in this definition is CU - change the interface type depending on which you are using. [Cisco EHWIC-1GE-SFP-CU
|
||||
Datasheet](https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/high-speed-wan-interface-cards/data_sheet_c78-660124.html
|
||||
interfaces:
|
||||
- name: GigabitEthernet{module}/0
|
||||
type: 1000base-t
|
12
module-types/Cisco/EHWIC-4G-LTE-GB.yaml
Normal file
12
module-types/Cisco/EHWIC-4G-LTE-GB.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: EHWIC-4G-LTE-GB
|
||||
interfaces:
|
||||
- name: M0/MAIN
|
||||
type: lte
|
||||
- name: M1/DIV
|
||||
type: lte
|
||||
- name: GPS
|
||||
type: other-wireless
|
||||
- name: RSVD
|
||||
type: other
|
8
module-types/Cisco/VWIC2-1MFT-T1-E1.yaml
Normal file
8
module-types/Cisco/VWIC2-1MFT-T1-E1.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: VWIC2-1MFT-T1-E1
|
||||
comments: This device uses a single E1/T1 combo port. Since E1 supports more D channels and higher bandwidth this is the default interface in this definition.
|
||||
Change as required.
|
||||
interfaces:
|
||||
- name: controller e1 0
|
||||
type: e1
|
Loading…
Reference in New Issue
Block a user