I would like to limit the bridge table size on PMP 450 to "4" and set to drop packets if MAC address if not in bridge table. Could someone share what the JSON config would be.
Should be something similar to this:
{
"userParameters": {
"smNetworkConfig": {
"bridgeTableRestrict": 1
},
"networkConfig": {
"bridgeTableSize": 4
}
},
"cfgFileString": "Canopy configuration file",
"cfgFileVersion": "1.0"
}
1 Like