Re-enable the web-GUI of a FLEX 500H with ssh terminal

Options

Hi, I should reactivate the web-GUI interface of a Flex 500H
if I try to check the status from ssh terminal with commands

show state vrf main http-server server
show state vrf main http-server secure-server

both result disabled.....

I tried to re-enable them from ssh with commands

edit running
vrf main http-server server / vrf main http-server secure-server
save

but they are always disabled even after the reboot
where am I wrong?

Thank you

Best Answers

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,298  Zyxel Employee
    First Anniversary 10 Comments Friend Collector First Answer
    edited April 8 Answer ✓
    Options

    Hi @qsystem,

    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit

    Result:

    usgflex200h running config# show state vrf main http-server secure-server
    secure-server
    enabled true
    port 443
    ..
    usgflex200h running config# show state vrf main http-server server
    server
    enabled true
    port 80
    ..

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,298  Zyxel Employee
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    Options

    Hi @qsystem,

    You need to enter “copy running startup” to save settings to startup configuration before you reboot the device.
    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit
    usgflex200h running config# copy running startup

All Replies

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,298  Zyxel Employee
    First Anniversary 10 Comments Friend Collector First Answer
    edited April 8 Answer ✓
    Options

    Hi @qsystem,

    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit

    Result:

    usgflex200h running config# show state vrf main http-server secure-server
    secure-server
    enabled true
    port 443
    ..
    usgflex200h running config# show state vrf main http-server server
    server
    enabled true
    port 80
    ..

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,298  Zyxel Employee
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    Options

    Hi @qsystem,

    You need to enter “copy running startup” to save settings to startup configuration before you reboot the device.
    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit
    usgflex200h running config# copy running startup

  • qsystem
    qsystem Posts: 3
    First Anniversary Friend Collector First Comment
    Options

    Hi @Zyxel_Emily
    perfect !!! the problem has been solved

    thank you
    Regards