RouterOS Command Workbench
RouterOS Command Workbench
Section titled “RouterOS Command Workbench”Use this tool to validate command structure, inspect submenu options (including common switch-port controls), and search option keys before running commands on a device.
1) Validate command input
Paste a RouterOS command and check whether the menu path, action, and options match known command patterns.
2) Explore menu and switch options
Select a menu and submenu to see available actions and option meanings before building commands.
3) Search command options
Search by option name, type, command path, or description.
How to use it
Section titled “How to use it”- Paste a command in Validate command input and click Validate command.
- Pick a menu/submenu in Explore menu and switch options to see actions and option definitions.
- Use Search command options to find parameters quickly by name, type, or description.
Validation behavior
Section titled “Validation behavior”- Accepts both slash form (
/ip/address add ...) and classic form (/ip address add ...). - Verifies known submenu path and action for that path.
- Flags unknown option keys so you can catch typos early.
- Does not execute commands or verify device-specific runtime constraints.