Add FreeRADIUS container for dynamic VLAN assignment

Add a FreeRADIUS server on the management network (172.16.0.200)
with test users mapped to existing VLANs (40, 34, 78) for future
802.1X/MAB dynamic VLAN assignment on access switches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 16:01:00 +00:00
parent c836d7ee31
commit 78b11eaa64
3 changed files with 33 additions and 0 deletions

View File

@@ -176,6 +176,15 @@ topology:
- ip addr add 10.78.78.104/24 dev bond0.78
- ip route add 10.34.34.0/24 via 10.78.78.1
# FreeRADIUS server for dynamic VLAN assignment
freeradius:
kind: linux
mgmt-ipv4: 172.16.0.200
image: freeradius/freeradius-server:latest
binds:
- hosts/freeradius/clients.conf:/etc/raddb/clients.conf
- hosts/freeradius/authorize:/etc/raddb/mods-config/files/authorize
links:
# Spine1 to Leaf connections (underlay fabric)
- endpoints: ["spine1:eth1", "leaf1:eth11"]