xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
296 stars 108 forks source link

snmp not working ? #181

Open AlexIT-FT opened 1 year ago

AlexIT-FT commented 1 year ago

Hi, just make from source v1.12 under debian buster with -DCPACK_TYPE=Debian10 -DBUILD_IPOE_DRIVER=TRUE -DBUILD_VLAN_MON_DRIVER=TRUE -DRADIUS=TRUE -DNETSNMP=TRUE

tested with two config file

the first with [snmp] master=0 agent-name=accel-ppp

the second with [snmp] master=1

no errors (it seems)

but ... snmp not working snmpwalk -v 2c -c public 127.0.0.1 .1.3.6.1.4.1.8072.100 just returns iso.3.6.1.4.1.8072.100 = No Such Object available on this agent at this OID

other OIDs (ex .1.3.6.1.4.1.8072.1.5) work well

is it a bug, or am I missing something?

Thanks