Ajout Config ESW3

This commit is contained in:
2025-11-13 09:45:43 +01:00
parent ef4dffe5ef
commit 2389e11ed5
3 changed files with 51 additions and 3 deletions

19
TP-02/data/vlan_R03.json Normal file
View File

@@ -0,0 +1,19 @@
{
"hostname": "R3",
"interfaces": [
{
"name": "g0/0.10",
"description": "Gateway pour le reseau 172.16.50.0/24",
"ip": "172.16.50.254",
"mask": "255.255.255.0",
"vlan_id": "10"
},
{
"name": "g0/0.20",
"description": "Gateway pour le reseau 172.16.60.0/24",
"ip": "172.16.60.254",
"mask": "255.255.255.0",
"vlan_id": "20"
}
]
}