add data files

This commit is contained in:
amar kantas
2023-04-19 14:29:12 +02:00
parent ef94773d1b
commit 44fb59af52
6 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"vlans":[
{
"id":"10",
"name":"teacher"
},
{
"id":"20",
"name":"student"
}
],
"interfaces":[
{
"name": "fa1/14",
"allowed_vlan":"all",
"mode":"trunk"
},
{
"name": "fa1/15",
"allowed_vlan":"all",
"mode":"trunk"
},
{
"name": "fa1/1",
"description":"port vlan teacher",
"mode":"access",
"vlan_id":"10"
},
{
"name": "fa1/2",
"description":"port vlan student",
"mode":"access",
"vlan_id":"20"
}
]
}