CN Maestro On Premise not applying part of template on PMP450 SMs

Hi, Im trying to change the bridge table size from default 4096 to 4 in our 450 Sms.  On the same template, we are changing the SM registration from Thorughput to Power level.  The bridge table change is not taking effect, the SM registration mode is.  this is our template:

{
"userParameters": {
"smNetworkConfig": {
"bridgeTableRestrict": 4
},
"smRadioConfig": {
"apSelection": 1
}
},
"cfgFileString": "Canopy configuration file",
"cfgFileVersion": "1.0"
}

Hi,

To change bridge table size you have to use "bridgeTableSize" .

Please use the following configuration

{
    "userParameters": {
        "networkConfig": {
            "bridgeTableSize": 4
        },
        "RadioConfig ": {
            "apSelection": 1
        }
    },
    "cfgFileString": "Canopy configuration file",
    "cfgFileVersion": "1.0"
}

Thanks,

Subi

2 Likes