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"
|
||||
},
|
||||
"ether3": {
|
||||
"description": "home.winkeeinhorn-1 (LAN)",
|
||||
"description": "home.aruba325-schlafzimmer",
|
||||
"enabled": true,
|
||||
"ips": [],
|
||||
"mode": "TAGGED",
|
||||
"tagged_vlans": [
|
||||
"ffwi.mesh"
|
||||
"ffwi.client"
|
||||
],
|
||||
"type": "A_1000BASE_T",
|
||||
"untagged_vlan": "home.clients"
|
||||
},
|
||||
"ether4": {
|
||||
"description": "home.winkeeinhorn-2 (LAN)",
|
||||
"description": "home.aruba325-wohnzimmer",
|
||||
"enabled": true,
|
||||
"ips": [],
|
||||
"mode": "TAGGED",
|
||||
"tagged_vlans": [
|
||||
"ffwi.mesh"
|
||||
"ffwi.client"
|
||||
],
|
||||
"type": "A_1000BASE_T",
|
||||
"untagged_vlan": "home.clients"
|
||||
|
@ -185,13 +185,15 @@
|
|||
"untagged_vlan": null
|
||||
},
|
||||
"ether6": {
|
||||
"description": "isanet",
|
||||
"description": "home.aruba325-office",
|
||||
"enabled": true,
|
||||
"ips": [],
|
||||
"mode": "ACCESS",
|
||||
"tagged_vlans": [],
|
||||
"mode": "TAGGED",
|
||||
"tagged_vlans": [
|
||||
"ffwi.client"
|
||||
],
|
||||
"type": "A_1000BASE_T",
|
||||
"untagged_vlan": "home.dmz"
|
||||
"untagged_vlan": "home.clients"
|
||||
},
|
||||
"ether7": {
|
||||
"description": "RIPE-Probe #28280 (LAN)",
|
||||
|
|
Loading…
Reference in a new issue