jimdigriz / mt5311

Utilities for working with Metanoia/Proscend VDSL2 SFP Modems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgentX does not support BITS type

jimdigriz opened this issue · comments

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.