@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
40 lines • 849 B
JSON
{
"name": "Access policy #1",
"radiusServers": [
{
"host": "1.2.3.4",
"port": 22
}
],
"radius": {
"criticalAuth": {
"dataVlanId": 100,
"voiceVlanId": 100,
"suspendPortBounce": true
},
"failedAuthVlanId": 100,
"reAuthenticationInterval": 120
},
"radiusTestingEnabled": false,
"radiusCoaSupportEnabled": false,
"radiusAccountingEnabled": true,
"radiusAccountingServers": [
{
"host": "1.2.3.4",
"port": 22
}
],
"radiusGroupAttribute": "11",
"hostMode": "Single-Host",
"accessPolicyType": "Hybrid authentication",
"increaseAccessSpeed": false,
"guestVlanId": 100,
"dot1x": {
"controlDirection": "inbound"
},
"voiceVlanClients": true,
"urlRedirectWalledGardenEnabled": true,
"urlRedirectWalledGardenRanges": [
"192.168.1.0/24"
]
}