cnPilot E400 - 2.4 GHz how to disable 802.11a and 802.11b


@Guilherme wrote:

http://community.cambiumnetworks.com/t5/cnPilot-E-Series-Hotspot-E500/Consider-disabling-lower-data-rates-to-improve-performance-in/m-p/69432


thanks for posting that.

In addition, there is a CLI-only option (an future software will support this in GUI) which can also explicitly set the radio to one of the a/b/g/n/ac modes:

 

test-e400(config-radio-1)# mode 

  a                    : Allow only 11a clients
  ac                   : Allow only VHT clients
  an                   : Allow only 11a/11n clients
  bg                   : Allow only 11b/11g clients
  default              : All modes clients are allowed
  gn                   : Allow only  11g/11n clients
  n                    : Allow only HT clients
  n-ac                 : Allow only HT/VHT clients

 

 

1 Like