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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user