Receiving the following error while trying to walk a mib:
PolicyFailed "DER" "long length is not shortest"
While investigating, determined that several oids are being returned from the agent device in a valid BER, but not valid for DER, encoding. Looking through the SNMP RFC (1157), it only requires BER encoding. (DER is a strict subset of BER).