The ‘Cheat Sheet’
Mathew J. Heath Van Horn, PhD
This cheat sheet is an oft-requested piece of material. It contains commands frequently referenced by students who do not want to find the material elsewhere. It is argued that when students create their own cheat sheets, their learning is greatly enhanced, but we provide this one as an example.
Setting up the environment
These tips are for when you are setting up the environment for the umpteenth time and need that one command you can’t remember.
MikroTik Equipment
MikroTik equipment uses open-source software to manage the hardware. Many of the commands are the same because they rely on the hardware to implement the command according to whether it is a switch or a router. Here are some of the common ones. For more information, visit the MikroTik CLI documentation at https://help.mikrotik.com/docs/spaces/ROS/pages/328134/Command+Line+Interface
- Rename the device – very handy when you have multiple putty sessions going
system identity set name=<new name>
- Add an ip address to an interface
ip address add address=x.x.x.x/x interface=<interface name>