in which order should I load cambium MIBs

Hi every body,

I'm setting up graylog snmp to get PMP 450 cambium traps but the OIDs are not translated to their human readable part. I suspect that the issue is caused by the order in which the MIBs are loaded so what are the good order?

is the following order good?

thanks.

IANAifType-MIB

IF-MIB

WHISP-APS-MIB

WHISP-BOX-MIBV2-MIB

WHISP-GLOBAL-REG-MIB

WHISP-SM-MIB

WHISP-TCV2-MIB

After reading into the ASN.1  mib files I got the following order (deduced by imports statements)

IANAifType-MIB (1)

IF-MIB                (2)

WHISP-GLOBAL-REG-MIB (3)

WHISP-TCV2-MIB (4)

WHISP-BOX-MIBV2-MIB (5)

WHISP-APS-MIB (6)

or 

IANAifType-MIB (1)

IF-MIB                (2)

WHISP-GLOBAL-REG-MIB (3)

WHISP-TCV2-MIB (4)

WHISP-BOX-MIBV2-MIB (5)

WHISP-SM-MIB