Allocation VLAN rédigé par Baptiste Jonglez's avatar Baptiste Jonglez
...@@ -17,18 +17,20 @@ L'attribution des IP se fait dans Netbox : https://netbox.gresille.org/ipam/pref ...@@ -17,18 +17,20 @@ L'attribution des IP se fait dans Netbox : https://netbox.gresille.org/ipam/pref
## VLAN utilisateurs ## VLAN utilisateurs
- VLAN 2001 = première IP du bloc 193.23.164.1 - VLAN 2001 = première IP du bloc = 193.23.164.1
- VLAN 2002 = deuxième IP du bloc 193.23.164.1 - VLAN 2002 = deuxième IP du bloc = 193.23.164.2
- etc jusqu'au VLAN 2255... - etc jusqu'au VLAN 2255...
| VLAN | Usage | | VLAN | Usage |
| ------ | ------ | | ------ | ------ |
| 999 | Admin | | 999 | Admin |
| 2001-2017 | Switch principal | | 2001-2017 | **Switch principal** |
| 2017-2020 | Inutilisé pour l'instant | | 2017-2020 | Inutilisé pour l'instant |
| 2021-2045 | Switch tiroir pi | | 2021-2045 | **Switch tiroir pi** |
| 2046-2127 | Inutilisé pour l'instant | | 2046-2050 | Inutilisé pour l'instant |
| 2128-2255 | VM proxmox | | 2051-2059 | **Switch commode** |
| 2060-2127 | Inutilisé pour l'instant |
| 2128-2255 | **VM proxmox** |
## Configuration réseau et routage ## Configuration réseau et routage
... ...
......