Hello @John_Rayfield ,
The parameter below controls the scan channel bandwidth:
wirelessInterfaceScanFrequencyBandwidth OBJECT-TYPE
SYNTAX Integer32 (1..127)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency Bandwidth as bitmask, fields are:
1 - 20Mhz,
2 - 40Mhz,
4 - 10Mhz,
8 - 5Mhz,
16 - 80Mhz (802.11ac/ax/be)
32 - 160Mhz (802.11ax/be)
64 - 320Mhz (Only for 802.11be)
Device Allocation: SM"
DEFVAL { 1 }
::= { wirelessInterface 32 }
If you would like to enable scanning for both 80 MHz and 160 MHz frequencies, the template configuration should be defined as follows:
{
"device_props": {
"wirelessInterfaceScanFrequencyBandwidth": "48"
}
}
For additional guidance on creating templates in cnMaestro for ePMP radios, please refer to the following resource:
Please let me know if you have any further questions.