[admin@MikroTik] system resource> print
uptime: 1d23h32m6s
free-memory: 1112 kB
total-memory: 29528 kB
cpu: "WinChip"
cpu-load: 0
free-hdd-space: 6400 kB
total-hdd-space: 46478 kB
[admin@MikroTik] system resource>
To view the current system CPU usage and free memory:
[admin@MikroTik] system resource> monitor
cpu-used: 3
free-memory: 1112
[admin@MikroTik] system resource>
In monitor command printout the values for cpu usage and free memory are in percentage and kilobytes, respectively.
[admin@MikroTik] system resource> irq print Flags: U - unused IRQ OWNER 1 keyboard 2 APIC U 3 4 sync1 5 pc1 U 6 U 7 U 8 U 9 10 ether2 11 ether1 U 12 13 FPU 14 IDE 1 [admin@MikroTik] system resource>
[admin@MikroTik] system resource> io print PORT-RANGE OWNER 20-3F APIC 40-5F timer 60-6F keyboard 80-8F DMA A0-BF APIC C0-DF DMA F0-FF FPU 1F0-1F7 IDE 1 300-33F pc1 3C0-3DF VGA 3F6-3F6 IDE 1 CF8-CFF [PCI conf1] 1000-100F [Silicon Integrated Systems [SiS] 5513 [IDE]] 1000-1007 IDE 1 1008-100F IDE 2 6000-60FF [Realtek Semiconductor Co., Ltd. RTL-8139] 6000-60FF [8139too] 6100-61FF [Realtek Semiconductor Co., Ltd. RTL-8139 (#2)] 6100-61FF [8139too] [admin@MikroTik] system resource>
The reboot process sends termination signal to all running processes, unmounts the file systems, and reboots the router.
Reboot can be called from scripts, in which case it does not prompt for confirmation
[admin@MikroTik] system> reboot Reboot, yes? [y/N]: y system will reboot shortly
For most systems, it is necessary to wait approximately 30 seconds for a safe power down.
Shutdown can be called from scripts, in which case it does not prompt for confirmation
[admin@MikroTik] system> shutdown Shutdown, yes? [y/N]: y system will shutdown promptly
The router is rebooted after the reset command.
[admin@MikroTik] system> reset Dangerous! Reset anyway? [y/N]:
[admin@MikroTik] system identity> print
name: "MikroTik"
[admin@MikroTik] system identity>
To set the router identity:
[admin@MikroTik] system identity> set name=Our_GW [admin@Our_GW] system identity>
Date and time settings become permanent and effect BIOS settings.
[admin@MikroTik] system clock> print
time: aug/09/2002 21:27:29
time-zone: +03:00
[admin@MikroTik] system resource>
To set the system date and time:
[adminMikroTik] system clock> set date=mar/26/2002 time=14:41:00 time-zone=+02:00
[admin@MikroTik] system clock> print
time: mar/26/2002 16:41:12
time-zone: +02:00
[admin@MikroTik] system clock>
Undo command cannot undo commands past start of the SAFE mode.
[admin@MikroTik] system history> print Flags: U - undoable, R - redoable, F - floating-undo ACTION BY POLICY U new traffic monitor script added U DNS server configuration changed U device changed U marking rule moved admin U route changed U route added U routing table added U ipsec manual sa ex1 added [admin@MikroTik] system history>The undo command's effect:
[MikroTik] system history> /undo [admin@MikroTik] system history> print Flags: U - undoable, R - redoable ACTION BY POLICY R new traffic monitor script added U DNS server configuration changed U device changed U marking rule moved admin U route changed U route added U routing table added U ipsec manual sa ex1 added [admin@MikroTik] system history>