Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/index.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,6 +23,8 @@ and runbook lives here.

## Reference

- [Hardware inventory](reference/hardware-inventory.md) records every physical
device in the lab with its model and specifications.
- [Networking hardware](reference/networking/hardware.md) identifies the core
network devices and their roles.
- [Physical connections](reference/networking/physical-connections.md) records
Expand Down
91 changes: 91 additions & 0 deletions docs/docs/reference/hardware-inventory.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
---
title: Hardware Inventory
description: Physical inventory of lab equipment with models, quantities, and specifications.
---

# Hardware Inventory

This document is the physical inventory of lab equipment. It records models,
quantities, product references, and concrete specifications.

Role assignments for core network devices live in the
[networking hardware reference](networking/hardware.md). Installed cabling
lives in the [physical connection map](networking/physical-connections.md).
IP addressing, VLANs, and other network configuration belong to the network
documentation, not this inventory.

## Inventory

### Protectli VP6630

- Quantity: `1`
- Product page: <https://protectli.com/product/vp6630/>
- Hardware details:
- `2x SFP+` interfaces
- `4x 2.5GbE` interfaces

### Minisforum UM760

- Quantity: `1`
- Hardware details:
- `Ryzen 7`
- `32GB RAM`
- Single `2.5GbE RJ45` NIC

### Minisforum MS-02 Ultra

- Quantity: `3`
- Hardware details:
- Model: `MS-02-Ultra`
- CPU: `Intel Core Ultra 9 285HX`
- Memory: `64GB RAM` (`2x 32GB Micron SODIMM`)
- Storage:
- `Samsung SSD 990 EVO Plus 2TB`
- `Patriot M.2 P300 128GB`
- `2x 10/25GbE-capable SFP+` ports
- `2x 2.5GbE RJ45` ports
- Intel `vPro/AMT`

### MINISFORUM N5 Pro NAS

- Quantity: `1`
- Hardware details:
- MINISFORUM N5 Pro 5-bay desktop AI NAS
- AMD Ryzen AI 9 HX PRO 370, `12c/24t`
- Crucial `32GB` DDR5 SODIMM kit, `2x16GB`
- `128GB` NVMe SSD reserved for the OS
- `2x WD_Black SN7100 1TB` NVMe SSDs in the remaining NVMe slots
- `1x10GbE` and `1x5GbE` onboard networking
- `2xUSB4`, HDMI, and OCuLink available

### MikroTik CCR2004

- Quantity: `1`
- Hardware details:
- Exact `CCR2004` variant is not specified

### MikroTik CRS309-1G-8S+IN

- Quantity: `1`
- Hardware details:
- Model: `CRS309-1G-8S+IN`
- `8x 10G SFP+` ports
- `1x 1GbE RJ45` management port

### TRENDnet TEG-3102WS

- Quantity: `1`
- Product page: <https://www.trendnet.com/products/2.5g-managed-switch/10-port-multi-gig-web-smart-switch-TEG-3102WS>
- Hardware details:
- `8x 2.5GBASE-T RJ45` ports
- `2x 10G SFP+` slots
- Web smart managed switch

### UPS

- Quantity: `1`
- Product link: <https://www.amazon.com/dp/B002MZUNXU>
- Hardware details:
- Model: `APC Smart-UPS SMT1000`
- Capacity: `1000VA / 700W`
- Form factor: tower
4 changes: 3 additions & 1 deletion docs/docs/reference/networking/hardware.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,9 @@ description: Core network devices and their assigned roles.
| --- | --- | --- |
| Home router | MikroTik CCR2004 | Routes the home network, provides internet access, and terminates the upstream side of the routed lab transit |

The [physical connection map](physical-connections.md) records every installed
Models and physical specifications live in the
[hardware inventory](../hardware-inventory.md). The
[physical connection map](physical-connections.md) records every installed
cable and its endpoint ports. The
[Lab v2 core network design](../../designs/drafts/lab-v2-core-network.md) defines
the logical topology and device boundaries.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,6 +37,7 @@ nav:
- Drafts:
- Lab v2 core network: designs/drafts/lab-v2-core-network.md
- Reference:
- Hardware inventory: reference/hardware-inventory.md
- Networking:
- Hardware: reference/networking/hardware.md
- Physical connections: reference/networking/physical-connections.md
Expand Down