VMG1312-B10A: CLI: Difference between revisions

From AAISP Support Site
mNo edit summary
mNo edit summary
Line 3: Line 3:
The ZyXEL VMG1312 has a web interface and a CLI (Command line interface). 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.
The ZyXEL VMG1312 has a web interface and a CLI (Command line interface). 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:
?
?
Show the list of commands


Show running processes and CPU/memory information:
top
top

Show running processes and CPU/memory information
Change LAN address to be 192.168.100.1:
lan config --ipaddr primary 192.168.100.1 255.255.255.0



[[Category:ZyXEL_VMG1312]]
[[Category:ZyXEL_VMG1312]]

Revision as of 08:49, 9 July 2015

CLI Tips

The ZyXEL VMG1312 has a web interface and a CLI (Command line interface). 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:

?

Show running processes and CPU/memory information:

top

Change LAN address to be 192.168.100.1:

lan config --ipaddr primary 192.168.100.1 255.255.255.0