new access points, who dis?
This commit is contained in:
parent
ad24c0ea5b
commit
2d201ebf0e
1 changed files with 10 additions and 8 deletions
|
@ -154,23 +154,23 @@
|
||||||
"untagged_vlan": "home.clients"
|
"untagged_vlan": "home.clients"
|
||||||
},
|
},
|
||||||
"ether3": {
|
"ether3": {
|
||||||
"description": "home.winkeeinhorn-1 (LAN)",
|
"description": "home.aruba325-schlafzimmer",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"ips": [],
|
"ips": [],
|
||||||
"mode": "TAGGED",
|
"mode": "TAGGED",
|
||||||
"tagged_vlans": [
|
"tagged_vlans": [
|
||||||
"ffwi.mesh"
|
"ffwi.client"
|
||||||
],
|
],
|
||||||
"type": "A_1000BASE_T",
|
"type": "A_1000BASE_T",
|
||||||
"untagged_vlan": "home.clients"
|
"untagged_vlan": "home.clients"
|
||||||
},
|
},
|
||||||
"ether4": {
|
"ether4": {
|
||||||
"description": "home.winkeeinhorn-2 (LAN)",
|
"description": "home.aruba325-wohnzimmer",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"ips": [],
|
"ips": [],
|
||||||
"mode": "TAGGED",
|
"mode": "TAGGED",
|
||||||
"tagged_vlans": [
|
"tagged_vlans": [
|
||||||
"ffwi.mesh"
|
"ffwi.client"
|
||||||
],
|
],
|
||||||
"type": "A_1000BASE_T",
|
"type": "A_1000BASE_T",
|
||||||
"untagged_vlan": "home.clients"
|
"untagged_vlan": "home.clients"
|
||||||
|
@ -185,13 +185,15 @@
|
||||||
"untagged_vlan": null
|
"untagged_vlan": null
|
||||||
},
|
},
|
||||||
"ether6": {
|
"ether6": {
|
||||||
"description": "isanet",
|
"description": "home.aruba325-office",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"ips": [],
|
"ips": [],
|
||||||
"mode": "ACCESS",
|
"mode": "TAGGED",
|
||||||
"tagged_vlans": [],
|
"tagged_vlans": [
|
||||||
|
"ffwi.client"
|
||||||
|
],
|
||||||
"type": "A_1000BASE_T",
|
"type": "A_1000BASE_T",
|
||||||
"untagged_vlan": "home.dmz"
|
"untagged_vlan": "home.clients"
|
||||||
},
|
},
|
||||||
"ether7": {
|
"ether7": {
|
||||||
"description": "RIPE-Probe #28280 (LAN)",
|
"description": "RIPE-Probe #28280 (LAN)",
|
||||||
|
|
Loading…
Reference in a new issue