nxc-2500 change psk key with cli

nxc_neuling
nxc_neuling Posts: 2
First Anniversary First Comment
edited August 2022 in WirelessLAN
Hello!

over telnet after login ...

configure terminal
wlan-security-profile guest_sec wpa-psk blablablabla
write
exit

become the wpa-psk changed and on the gui correct showed but  wlan login dont work.
I think i need  some as "apply"  on the cli ?
on the gui, after wlan-psk rewrite and "OK" then works ...
Thanks in advance...





Comments

  • Zyxel_Panda
    Zyxel_Panda Posts: 97  Zyxel Employee
    First Anniversary Friend Collector First Answer First Comment
    Hi @nxc_neuling

    I can also reproduce this issue symptom with using CLI, we will check what's different between CLI and GUI in details and then update to you.

    Best regards,
    Zyxel Panda Chang
  • Zyxel_Panda
    Zyxel_Panda Posts: 97  Zyxel Employee
    First Anniversary Friend Collector First Answer First Comment
    edited June 2019
    Hi @nxc_neuling

    Please using below CLI command to change PSK

    Router# configure terminal
    Router(config)# wlan-security-profile guest_sec
    Router(config-wlan-security guest_sec)# wpa-psk blablablabla
    Router(config-wlan-security guest_sec)# exit
    Router(config)# write
    Router(config)# exit
    Router#

    Best regards,
    Zyxel Panda Chang

  • Thanks a lot!

    It's works !