VMG1312-B10A: CLI: Difference between revisions
m (Explain how to access the CLI) |
|||
Line 1: | Line 1: | ||
=CLI Tips= |
=CLI Tips= |
||
The ZyXEL VMG1312 has a web interface and a |
The ZyXEL VMG1312 has a web interface and a Command Line Interface (CLI). The CLI can be reached by telnet or ssh. Usually the CLI is not needed to be used as all the config changes can be done from the Web interface. However, here are some useful commands for the CLI. |
||
==== Show the list of commands: (note, there are extra (hidden?) commands that are not listed, eg top and ps!) ==== |
==== Show the list of commands: (note, there are extra (hidden?) commands that are not listed, eg top and ps!) ==== |
Revision as of 15:49, 25 September 2016
CLI Tips
The ZyXEL VMG1312 has a web interface and a Command Line Interface (CLI). The CLI can be reached by telnet or ssh. Usually the CLI is not needed to be used as all the config changes can be done from the Web interface. However, here are some useful commands for the CLI.
?
Show running processes and CPU/memory information:
top
or
ps
Change LAN address to be 192.168.100.1:
lan config --ipaddr primary 192.168.100.1 255.255.255.0
Note: Check your DHCP settings when changing the LAN address, the DHCP range may well change itself when you change the LAN address this way anyway.