AgentX does not support BITS type
jimdigriz opened this issue · comments
Alexander Clouter commented
When using snmp{walk,table}
the use will see warnings stating Wrong Type (should be BITS): Opaque: 1234
.
This occurs as the VDSL2-LINE-MIB
contains objects of type BITS
which is not supported by the AgentX protocol
Instead we instead choose to transmit BITS
as OPAQUE
, hence the warning.
Annoying SMUX does not have this problem as it just passes around the SNMP Response PDU.