This commit is contained in:
2025-11-08 11:21:54 +01:00
parent 1f77db8472
commit 328d48f861
16 changed files with 516 additions and 23 deletions

19
TP-01/data/R2.json Normal file
View File

@@ -0,0 +1,19 @@
{
"hostname": "R2",
"interfaces": [
{
"name": "g0/0.10",
"description": "Gateway pour le reseau 172.16.30.0/24",
"ip": "172.16.30.254",
"mask": "255.255.255.0",
"vlan_id": "10"
},
{
"name": "g0/0.20",
"description": "Gateway pour le reseau 172.16.40.0/24",
"ip": "172.16.40.254",
"mask": "255.255.255.0",
"vlan_id": "20"
}
]
}