Files
Automatisation-Reseau/TP-02/data/vlan_R03.json
2025-11-13 09:45:43 +01:00

19 lines
340 B
JSON

{
"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"
}
]
}