Template help

I am going to be installing two new Medusa AP's on one of our towers.  Due to the change in coverage area, I will be moving the sectors around.  I want to have all SM's setup for all possible frequencies and color codes.  I have created the template; I have successfully saved it in cnMaestro; but nothing happens when I apply it to the radio.  The task shows as complete and successful in cnMaestro, but none of the changes actually happen in the radio.  Here is my template.  Maybe I have something wrong.  Thanks in advanced for any help.

{
"smRadioConfig": {
"powerUpMode": 0,
"frequencyScanList": [
5480000,
5482500,
5485000,
5487500,
5490000,
5492500,
5495000,
5497500,
5500000,
5502500,
5505000,
5507500,
5510000,
5512500,
5515000,
5517500,
5520000,
5522500,
5525000,
5527500,
5530000,
5532500,
5535000,
5537500,
5540000,
5542500,
5545000,
5547500,
5550000,
5552500,
5555000,
5557500,
5560000,
5562500,
5565000,
5567500,
5570000,
5572500,
5575000,
5577500,
5580000,
5582500,
5585000,
5587500,
5590000,
5592500,
5595000,
5597500,
5600000,
5602500,
5605000,
5607500,
5610000,
5612500,
5615000,
5617500,
5620000,
5622500,
5625000,
5627500,
5630000,
5632500,
5635000,
5637500,
5640000,
5642500,
5645000,
5647500,
5650000,
5652500,
5655000,
5657500,
5660000,
5662500,
5665000,
5667500,
5670000,
5672500,
5675000,
5677500,
5680000,
5682500,
5685000,
5687500,
5690000,
5692500,
5695000,
5697500,
5700000,
5702500,
5705000,
5707500,
5710000,
5712500,
5715000,
5735000,
5737500,
5740000,
5742500,
5745000,
5747500,
5750000,
5752500,
5755000,
5757500,
5760000,
5762500,
5765000,
5767500,
5770000,
5772500,
5775000,
5777500,
5780000,
5782500,
5785000,
5787500,
5790000,
5792500,
5795000,
5797500,
5800000,
5802500,
5805000,
5807500,
5810000,
5812500,
5815000,
5817500,
5820000,
5822500,
5825000,
5827500,
5830000,
5832500,
5835000,
5837500,
5840000
],
"maxTxPowerEnable": 0,
"apSelection": 1,
"maxTxPower": 22,
"bandwidthScanList": [
200
],
"colorCodeList": [
{
"colorCode": 50,
"priority": 1
},
{
"colorCode": 53,
"priority": 2
},
{
"colorCode": 52,
"priority": 2
},
{
"colorCode": 54,
"priority": 2
},
{
"colorCode": 55,
"priority": 2
}
]
}
}

Try placing the configuration within "userParameters".  Configuration is usually stored under this top level object.  This probably got removed during editing.

{
	"userParameters": {
		"smRadioConfig": {
			"powerUpMode": 0,
			"frequencyScanList": [
				5480000,
				5482500,
				5485000,
				5487500,
				5490000,
				5492500,
				5495000,
				5497500,
				5500000,
				5502500,
				5505000,
				5507500,
				5510000,
				5512500,
				5515000,
				5517500,
				5520000,
				5522500,
				5525000,
				5527500,
				5530000,
				5532500,
				5535000,
				5537500,
				5540000,
				5542500,
				5545000,
				5547500,
				5550000,
				5552500,
				5555000,
				5557500,
				5560000,
				5562500,
				5565000,
				5567500,
				5570000,
				5572500,
				5575000,
				5577500,
				5580000,
				5582500,
				5585000,
				5587500,
				5590000,
				5592500,
				5595000,
				5597500,
				5600000,
				5602500,
				5605000,
				5607500,
				5610000,
				5612500,
				5615000,
				5617500,
				5620000,
				5622500,
				5625000,
				5627500,
				5630000,
				5632500,
				5635000,
				5637500,
				5640000,
				5642500,
				5645000,
				5647500,
				5650000,
				5652500,
				5655000,
				5657500,
				5660000,
				5662500,
				5665000,
				5667500,
				5670000,
				5672500,
				5675000,
				5677500,
				5680000,
				5682500,
				5685000,
				5687500,
				5690000,
				5692500,
				5695000,
				5697500,
				5700000,
				5702500,
				5705000,
				5707500,
				5710000,
				5712500,
				5715000,
				5735000,
				5737500,
				5740000,
				5742500,
				5745000,
				5747500,
				5750000,
				5752500,
				5755000,
				5757500,
				5760000,
				5762500,
				5765000,
				5767500,
				5770000,
				5772500,
				5775000,
				5777500,
				5780000,
				5782500,
				5785000,
				5787500,
				5790000,
				5792500,
				5795000,
				5797500,
				5800000,
				5802500,
				5805000,
				5807500,
				5810000,
				5812500,
				5815000,
				5817500,
				5820000,
				5822500,
				5825000,
				5827500,
				5830000,
				5832500,
				5835000,
				5837500,
				5840000
			],
			"maxTxPowerEnable": 0,
			"apSelection": 1,
			"maxTxPower": 22,
			"bandwidthScanList": [
				200
			],
			"colorCodeList": [{
					"colorCode": 50,
					"priority": 1
				},
				{
					"colorCode": 53,
					"priority": 2
				},
				{
					"colorCode": 52,
					"priority": 2
				},
				{
					"colorCode": 54,
					"priority": 2
				},
				{
					"colorCode": 55,
					"priority": 2
				}
			]
		}
	}
}
1 Like

Thank you for the quick response.  I completely missed that.

1 Like