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

23
TP-02/data/vlan_ESW3.json Normal file
View File

@@ -0,0 +1,23 @@
{
"hostname": "ESW3",
"interfaces": [
{
"name": "f1/1",
"mode": "access",
"vlan_id": "10",
"description": "Connexion vers le VLAN 10"
},
{
"name": "f1/2",
"mode": "access",
"vlan_id": "20",
"description": "Connexion vers le VLAN 20"
},
{
"name": "f1/0",
"mode": "trunk",
"vlan_id": "10,20",
"description": "Connexion vers le routeur R2"
}
]
}