overgrowth / infra /network_model.yaml
Graham Paasch
docs: Ray scaling guide for hyperscale deployments
c393169
Raw
History Blame
1.27 kB
devices: []
intent:
budget: null
business_requirements:
- High availability
- Scalability
constraints:
- Budget conscious
- Easy to maintain
description: I need a network for a small retail store with guest WiFi, employee
WiFi, POS systems, and security cameras. Budget is $5000.
timeline: null
name: network_I_need_a_network_for
routing:
areas:
- Area 0
protocol: OSPF
services:
- DHCP
- DNS
- NTP
subnets:
- gateway: 10.0.10.1
network: 10.0.10.0/24
purpose: Management network
vlan: 10
- gateway: 10.0.20.1
network: 10.0.20.0/24
purpose: Employee WiFi network
vlan: 20
- gateway: 10.0.30.1
network: 10.0.30.0/24
purpose: Guest WiFi network
vlan: 30
- gateway: 10.0.40.1
network: 10.0.40.0/24
purpose: POS systems network
vlan: 40
- gateway: 10.0.50.1
network: 10.0.50.0/24
purpose: Security cameras network
vlan: 50
version: 1.0.0
vlans:
- id: 10
name: Management
purpose: Network management
subnet: 10.0.10.0/24
- id: 20
name: Employee
purpose: Employee WiFi
subnet: 10.0.20.0/24
- id: 30
name: Guest
purpose: Guest WiFi
subnet: 10.0.30.0/24
- id: 40
name: POS
purpose: Point of Sale systems
subnet: 10.0.40.0/24
- id: 50
name: CCTV
purpose: Security cameras
subnet: 10.0.50.0/24