Skip to content

Commit 50f2f8a

Browse files
Update Dell VEP4600: fix console ports, add management interfaces and expansion slots (#3994)
- Fix comments typo (VEP4660 → VEP4600) - Add Micro-USB and DE-9 serial console ports (were RJ-45) - Add management interfaces (CPU, BMC) with mgmt_only flag - Add expansion slot module bays - Rename interfaces to match data sheet naming Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf50cfe commit 50f2f8a

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

device-types/Dell/VEP4600.yml

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,44 @@ model: VEP4600
44
description: Dell Virtual Edge Platform 4600
55
slug: dell-vep4600
66
part_number: vep4600
7-
comments: '[Dell Virtual Edge Platform 4660 Data Sheet](https://www.delltechnologies.com/asset/en-gb/products/networking/technical-support/virtual-edge-platform-4600-spec-sheet.pdf)'
7+
comments: '[Dell Virtual Edge Platform 4600 Data Sheet](https://www.delltechnologies.com/asset/en-gb/products/networking/technical-support/virtual-edge-platform-4600-spec-sheet.pdf)'
88
u_height: 1
99
weight: 7.43
1010
weight_unit: kg
1111
is_full_depth: true
1212
airflow: front-to-rear
1313
console-ports:
14-
- name: CPU
15-
type: rj-45
16-
- name: BMC
17-
type: rj-45
18-
module-bays:
19-
- name: Power 1
20-
position: PSU1
21-
- name: Power 2
22-
position: PSU2
14+
- name: Console (Micro-USB)
15+
type: usb-micro-b
16+
- name: Console CPU (Serial)
17+
type: de-9
18+
- name: Console BMC (Serial)
19+
type: de-9
2320
interfaces:
24-
- name: Gig-E 3
21+
- name: 1GE 1
2522
type: 1000base-t
26-
- name: Gig-E 4
23+
- name: 1GE 2
2724
type: 1000base-t
28-
- name: Gig-E 5
25+
- name: 1GE 3
2926
type: 1000base-t
30-
- name: Gig-E 6
27+
- name: 1GE 4
3128
type: 1000base-t
32-
- name: 10GbE 1
29+
- name: 10GE 1
3330
type: 10gbase-x-sfpp
34-
- name: 10GbE 2
31+
- name: 10GE 2
3532
type: 10gbase-x-sfpp
33+
- name: Management (CPU)
34+
type: 1000base-t
35+
mgmt_only: true
36+
- name: Management (BMC)
37+
type: 1000base-t
38+
mgmt_only: true
39+
module-bays:
40+
- name: Power 1
41+
position: PSU1
42+
- name: Power 2
43+
position: PSU2
44+
- name: Expansion Slot 1
45+
position: Slot1
46+
- name: Expansion Slot 2
47+
position: Slot2

0 commit comments

Comments
 (0)