From OID to MIB entry

Hi Frank,
Is there a method to find out the MIB entry from a specific OID value? We have a use case for this.

As we’ve registered all MOs to MOServer, I think there should be some method to do this.

Could you please help to check?
Thanks.

What about ManagedObject<?> getManagedObject(OID key, OctetString context) in DefaultMOServer?

That’s it. Thanks Frank.