Ajout Config ESW3
This commit is contained in:
23
TP-02/data/vlan_ESW3.json
Normal file
23
TP-02/data/vlan_ESW3.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
TP-02/data/vlan_R03.json
Normal file
19
TP-02/data/vlan_R03.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user