RB1100AHx2 slowed down to 533MHz?

I’ve just noticed this on one of the two of these “flagship” units I have:

[admin@MikroTik] > /system resource print 
             uptime: 1h13m18s
            version: 5.14
        free-memory: 1501460KiB
       total-memory: 1555212KiB
                cpu: e500v2
          cpu-count: 2
      cpu-frequency: 533MHz
           cpu-load: 14%
     free-hdd-space: 23512KiB
    total-hdd-space: 41768KiB
  architecture-name: powerpc
         board-name: RB1100AHx2
           platform: MikroTik
[admin@MikroTik] > /system routerboard settings print 
            baud-rate: 115200
           boot-delay: 2s
       enter-setup-on: any-key
          boot-device: nand-if-fail-then-ethernet
        cpu-frequency: 533MHz
     memory-data-rate: (unknown)
        boot-protocol: bootp
  enable-jumper-reset: yes
  force-backup-booter: no
          silent-boot: no
[admin@MikroTik] > /system routerboard settings change-frequency frequency=1066MHz 
frequency is not suported on this board

I’m sure it was running at 1066MHz and 533DDR originally, the other RB1100AHx2 I have still is (both running the latest ROS 5.14 and firmware 2.39).
None of the change-frequency choices are supported. Reboot doesn’t change anything. Has anyone else seen this?

Your best bet is to send a support output file to Mikrotik.

You can try to reboot the router with serial console cable and set the CPU speed in the boot loader options.

A little more intrusive option is backing up the config using export, do netinstall not saving config, set cpu speed, and put the config back on making sure not to paste line with CPU speed setting.

You dont need use serial console, try on winbox system routerboard and changue processor frecuency, is possible until 1333 mhz.

ARIEL



He clearly states trying that and gets an error that it’s not supported.

Did you read my post?, I know that give this error, but if you try using winbox is possible change frecuency processor,

You dont need use serial console, try on winbox system routerboard and changue processor frecuency, is possible until 1333 mhz.

It’s clear that you’re not test my solution, then read again and test before confuse.


/system resource> pr
uptime: 28m7s
version: 5.14
free-memory: 1494796KiB
total-memory: 1555212KiB
cpu: e500v2
cpu-count: 2
cpu-frequency: 1333MHz
cpu-load: 6%
free-hdd-space: 16372KiB
total-hdd-space: 41768KiB
architecture-name: powerpc
board-name: RB1100AHx2
platform: MikroTik

Instead of doing a “change-frequency frequency=xxxxMHz”, have you tried this instead?:

[admin@MikroTik] > /system routerboard settings set cpu-frequency=1066MHz

So, “set cpu-frequency=” instead of “change-frequency frequency=”

Reboot the unit immediately after executing this command.

– Nathan

  1. Change-frequency is not going to work, this feature was designed for RB5xx. It does not work on any modern board.
    Change-frequency will be removed at the next RouterOS version. Thank you very much for the report.

  2. Use Nathan suggestion to change frequency on any modern RouterBOARD,

[admin@MikroTik] > /system routerboard settings set cpu-frequency=

However another issue remains, how you got 533MHz as your CPU frequency. Do the following,

  • set regular CPU frequency back on your router;
  • make one support output file and name it supout_normal_frequency;
  • if you notice that frequency is downgraded again, make another file and name it supout_low_frequency.
    Send both files to us for further investigation (support@mikrotik.com).