Different IfType order on RB941-2nD

Hello,

I’ve got a strange thing: one of my RB941-2nD (let’s named him as “First”) on snmp request IF-MIB::ifType reply

IF-MIB::ifType.1 = INTEGER: ieee80211(71)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)

note: 802.11 iface goes as first, but more over ten other my RB941-2nD reply on the same request as

IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ieee80211(71)

and 802.11 iface always goes after ether ifaces.

ROS on all of these router are the same: 6.33.3 (stable)

What should I do for order’s correction of ifType on the First RB?

Thanks.

Does that rb941 have the same RouterOS version and firmware version the others returning 802.11 device last, have?

Yes, as I sad above, there are up to date and the same version of RouterOS and firmware on all my 941:
The First 941:

/system resource  print   
                   uptime: 11h30m17s
                  version: 6.33.3 (stable)
               build-time: Dec/03/2015 16:08:10
              free-memory: 10.1MiB
             total-memory: 32.0MiB
                      cpu: MIPS 24Kc V7.4
                cpu-count: 1
            cpu-frequency: 650MHz
                 cpu-load: 3%
           free-hdd-space: 8.1MiB
          total-hdd-space: 16.0MiB
  write-sect-since-reboot: 179
         write-sect-total: 19354
               bad-blocks: 0%
        architecture-name: smips
               board-name: hAP lite
                 platform: MikroTik



/system routerboard print 
       routerboard: yes
             model: RouterBOARD 941-2nD
     serial-number: XXXXXXXXXX
     firmware-type: qca9530L
  current-firmware: 3.27
  upgrade-firmware: 3.27

And one of all other:

/system resource  print
                   uptime: 1d2h52m36s
                  version: 6.33.3 (stable)
               build-time: Dec/03/2015 16:08:10
              free-memory: 8.6MiB
             total-memory: 32.0MiB
                      cpu: MIPS 24Kc V7.4
                cpu-count: 1
            cpu-frequency: 650MHz
                 cpu-load: 7%
           free-hdd-space: 8.0MiB
          total-hdd-space: 16.0MiB
  write-sect-since-reboot: 398
         write-sect-total: 28880
               bad-blocks: 0%
        architecture-name: smips
               board-name: hAP lite
                 platform: MikroTik



/system routerboard print
       routerboard: yes
             model: RouterBOARD 941-2nD
     serial-number: XXXXXXXX
     firmware-type: qca9530L
  current-firmware: 3.27
  upgrade-firmware: 3.27

Yes, as I wrote above, all of my RB941 has latest RouterOS (6.33.3) and firmware (3.27).

Mikrotik’s support recomended try to reinstall:

Hello,

this is a dynamic list that is created when the router is installed. You can
try to reinstall it completely using netinstall tool and might have the order
as other devices as the wireless interface usually is initialized later than
ethernet.