mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-23 00:43:40 +01:00
b775ec4626
The ISR 4331 router has 3 interfaces as stock and they start numbering at 0. GigabitEthernet0/0/0 - Can either use the 1000base-T port or the corresponding SFP port GigabitEthernet0/0/1 - Is only a 1000Base-T interface GigabitEthernet0/0/2 - is only and SFP interface
23 lines
450 B
YAML
23 lines
450 B
YAML
manufacturer: Cisco
|
|
model: ISR4331
|
|
slug: isr4331
|
|
u_height: 1
|
|
is_full_depth: true
|
|
interfaces:
|
|
- name: GigabitEthernet0
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: GigabitEthernet0/0/0
|
|
type: 1000base-x-sfp
|
|
- name: GigabitEthernet0/0/1
|
|
type: 1000base-t
|
|
- name: GigabitEthernet0/0/2
|
|
type: 1000base-x-sfp
|
|
console-ports:
|
|
- name: con 0
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PSU0
|
|
type: iec-60320-c14
|
|
maximum_draw: 250
|