Hi net-snmp-coders,This is generic question regarding the SNMP Syntax BITS.We 
are implementing LLDP MIB. While implementing lldpLocSysCapSupported (Syntax 
BITS),     SYNTAX  BITS {            other(0),            repeater(1),          
  bridge(2),            wlanAccessPoint(3),            router(4),            
telephone(5),            docsisCableDevice(6),            stationOnly(7)    
}For our case we are getting the value as 20,Now without loading this lldp MIB, 
we are getting the value iso.0.8802.1.1.2.1.4.1.1.11.42949992.583.0 = STRING: 
"20"
But when we are loading the MIB and trying to do snmpwalk, then net-snmp is 
decoding this data as LLDP-MIB::lldpRemSysCapEnabled.42949992.583.0 = BITS: 14 
10 08 D5 wlanAccessPoint(3) telephone(5) 11 20 24 25 27 29 31
So want to know how net-snmp decodes this data, basically 20 is valid value as 
it is a bridge we are implementing. Or are we doing wrong anything here.
Thanks for your helps.
With regards,Biswajit                                     
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to