cancel
Showing results for 
Search instead for 
Did you mean: 

SCG CLI Script make the AP can't boot up

td_td
New Contributor III

Currently It have some CLI script apply to the T300 / T301 series AP after script is applied the PoE switch reboot and those AP is not able to boot up.

*Remark: Before apply the CLI script, it has also reboot the PoE switch without problem

So I suspect the CLI script make something wrong on it.

Is there any problem on the below of script?

file a

fw_version=3.0.4.0.461
model=all

set blacklist wifi1 52 -1

set blacklist wifi1 56 -1

set blacklist wifi1 60 -1

set blacklist wifi1 64 -1

set blacklist wifi1 100 -1

set blacklist wifi1 104 -1

set blacklist wifi1 108 -1

set blacklist wifi1 112 -1

set blacklist wifi1 116 -1

set blacklist wifi1 120 -1

set blacklist wifi1 124 -1

set blacklist wifi1 128 -1

set blacklist wifi1 132 -1

set blacklist wifi1 136 -1

file b

fw_version=3.0.4.0.461
model=all

set blacklist wifi0 2 -1

set blacklist wifi0 3 -1

set blacklist wifi0 4 -1

set blacklist wifi0 5 -1

set blacklist wifi0 7 -1

set blacklist wifi0 8 -1

set blacklist wifi0 9 -1

set blacklist wifi0 10 -1

set blacklist wifi0 12 -1

set blacklist wifi0 13 -1

14 REPLIES 14

td_td
New Contributor III
Understand that and will try it once back to lab and thanks for the information that help on this issue

td_td
New Contributor III

it seems set blacklist wifi1 is a valid command on the T301 series.

### Radio 0 (wifi0) Config ###
 Channel: 13 (2472 Mhz) (Smart Auto Select)
 transmit power set to -10 dB from max power

### Radio 1 (wifi1) Config ###
 Channel: 116 (5580 Mhz) (Smart Auto Select)
 transmit power set to -3 dB from max power

seanmuir
Contributor III
you can achieve the same with either command, so wlan0 being wifi0 and wlan32 being wifi1

td_td
New Contributor III
Thanks for your information

seanmuir
Contributor III
np, glad to help