如何查看你的 Mikrotik RouterOS 路由器的架构

使用 Web 界面 (WebFig) 查看 CPU 架构

在 WebFig Web UI 中,你可以转到 System -> Resources,在那里你可以看到架构列为 Architecture name

MikroTik RouterOS WebFig System Resources page showing architecture name

使用终端查看 CPU 架构

在终端上,运行

show_system_resource.rsc
/system resource print

并查找 architecture-name 行。在以下示例中,架构为 arm

show_system_resource_output.txt
[admin@MyRouter] > /system resource print
                   uptime: 10m24s
                  version: 7.3.1 (stable)
               build-time: Jun/09/2022 08:58:15
         factory-software: 6.44.6
              free-memory: 446.0MiB
             total-memory: 512.0MiB
                      cpu: ARM
                cpu-count: 2
                 cpu-load: 0%
           free-hdd-space: 1148.0KiB
          total-hdd-space: 16.0MiB
  write-sect-since-reboot: 595
         write-sect-total: 139871
               bad-blocks: 0%
        architecture-name: arm
               board-name: CRS326-24G-2S+
                 platform: MikroTik

Check out similar posts by category: MikroTik, Networking