RouterOS Command Lookup

Check which RouterOS versions include a specific command or attribute by searching the /console/inspect data.

Lookup RouterOS Command

How does this work?

Type a CLI path — results update as you type. The last segment determines what you get back:

/ip/address              ← path: lists commands
/ip/address/set          ← command: lists attributes
/ip/address/set + address  ← attribute: shows type hint
Path goes in the first field, attribute (if any) in the second.

extra-packages includes container, iot, etc. check all versions scans every release. testing adds beta/RC builds.


Behind the curtain — same /console/inspect data as Schema Diff. A real RouterOS CHR boots in CI, the command tree is walked via REST, and published as inspect.json per version.
Share this lookup ✕