We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using snmp{walk,table} the use will see warnings stating Wrong Type (should be BITS): Opaque: 1234.
snmp{walk,table}
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
VDSL2-LINE-MIB
BITS
Instead we instead choose to transmit BITS as OPAQUE, hence the warning.
OPAQUE
Annoying SMUX does not have this problem as it just passes around the SNMP Response PDU.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
snmp{walk,table}
the use will see warnings statingWrong Type (should be BITS): Opaque: 1234
.This occurs as the
VDSL2-LINE-MIB
contains objects of typeBITS
which is not supported by the AgentX protocolInstead we instead choose to transmit
BITS
asOPAQUE
, hence the warning.Annoying SMUX does not have this problem as it just passes around the SNMP Response PDU.
The text was updated successfully, but these errors were encountered: