We are moving to a zero touch setup and away from radius authentication of our 450 product. We are having issues with existing customers when they download the configuration script (the script does not set any frequencies). After the script runs, SMs no longer register. When we visit them in the field they only have frequency 3310 selected.
Has anyone else experienced this? Below is a copy of the downloaded configuration script with sensitive information removed.
{
"userParameters": {
"radioConfig": {
"regionCode": 25
},
"portVlanConfig": {
"ingressVIDBox": 4000
},
"smNetworkConfig": {
"networkAccess": 1
},
"authenticationConfig": {
"accounts": [
{
"userName": "admin",
"level": 3,
"readOnly": false,
"passwordEncrypted": "*****"
},
{
"userName": "root",
"level": 3,
"readOnly": false,
"passwordEncrypted": "*****"
}
]
},
"networkConfig": {
"packetFilterSmb": 1,
"snmpStatus": 0,
"lanDhcpState": 1,
"packetFilterPppoe": 1,
"packetFilterAllOthers": 1,
"packetFilterBootpServer": 1,
"enableSecurityBanner": 0,
"packetFilterAllIpv6": 1,
"packetFilterDirection": 1
},
"location": {
"siteName": "XXXXX",
"siteInfoViewable": 1,
"siteContact": "John Doe 5555555555",
"siteLocation": "555 John Doe Ave Phoenix 85017"
},
"smRadioConfig": {
"bandwidthScanList": [
100,
200,
300,
400
],
"colorCodeList": [
{
"colorCode": 42,
"priority": 1
}
]
},
"smNatNetworkConfig": {
"naptRemoteManage": 1
},
"vlanConfig": {
"managementVID": 1000,
"priorityPrecedence": 1
}
},
"configFileParameters": {
"rebootIfRequired": true,
"setToDefaults": false
},
"cfgFileString": "Canopy configuration file",
"cfgFileVersion": "1.0"
}