Skip to content

Routing Statistics

RouterOS 7.15.3 CHR free does not provide a usable /routing/stats command hierarchy. The previous version of this page documented commands such as /routing/stats/print, /routing/stats/fib/print, and /routing/ospf/stats/print, but verification on staging routers showed that those paths fail with bad command name or syntax error.

The /routing menu exists, but it does not expose a stats submenu on the verified platform. That means the following documented paths are not valid on RouterOS 7.15.3 CHR free:

  • /routing/stats/print
  • /routing/stats/route/print
  • /routing/stats/fib/print
  • /routing/ospf/stats/print
  • /routing/bgp/stats/print
  • /routing/rip/stats/print

While there is no dedicated /routing/stats hierarchy, you can still inspect routing state and system resource usage with commands that were verified successfully.

/ip/route/print count-only

Use this to confirm how many routes are currently installed.

/system/resource/print

Use this to review CPU, memory, uptime, and RouterOS version while investigating routing behavior.

/routing/ospf/neighbor/print

Use this when OSPF is configured and you need to confirm neighbor visibility.

If you need routing observability on RouterOS 7.15.3 CHR free, rely on feature-specific operational commands instead of /routing/stats. Verify each command against your RouterOS version before building automation around it, because routing menu structure can differ by release and feature availability.