-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels