Net-snmp enable for accel-ppp?

Hi,
I’d like to monitor accel-ppp stuff via snmp, but I see that in /run/accel-pppd the net-snmp feature seems not to be mentioned at all.
Is there a way to enable it (in vyos conf)?

update

I found that (undocumented?)

set service pppoe-server snmp

did the trick, now net-snmp is present in the config,but …

when trying
snmpwalk -v2c -c *community* *ip* ACCEL-PPP-MIB::statPPPOEActive -On
I only obtain
.1.3.6.1.4.1.8072.100.1.5.2 = No Such Object available on this agent at this OID
why?

UP
Isn’t there anybody using the pppoe-server snmp capability ?

Thanks @Remington12 for your reply.
So, I’m doing something wrong.
Can you help me to check the configuration, or with any example ?
I tried (wyos 1.3.2) in production and in test-machine but I never obtain any value from that OID.
If I snmpwalk .1.3.6.1.4.1.8072 I only see data from .1.3.6.1.4.1.8072.1. subtree

@Remington12
I’m trying and retrying … not is working … I’m sure I’m missing something … but cannot understand what!
Can you help me ?

here’s all about snmp in vyos configuration

set service snmp community mysecret authorization 'ro'
set service snmp community mysecret network '127.0.0.1/32'
set service snmp contact 'me@mydomain.it'
set service snmp listen-address 10.30.30.187 port '161'
set service snmp location 'lab'
set service pppoe-server snmp

(and also tried
set service pppoe-server snmp mastger agent)

and executing snmpwalk I’m getting this :

root@vyos-1:/usr/share/snmp/mibs# snmpwalk -m +ACCEL-PPP-MIB -v2c -c mysecret 127.0.0.1 ACCEL-PPP-MIB::statPPPOE
ACCEL-PPP-MIB::statPPPOE = No Such Object available on this agent at this OID
root@vyos-1:/usr/share/snmp/mibs# snmpwalk -m +ACCEL-PPP-MIB -v2c -c mysecret 127.0.0.1 ACCEL-PPP-MIB::statPPPOEStarting
ACCEL-PPP-MIB::statPPPOEStarting = No Such Object available on this agent at this OID
root@vyos-1:/usr/share/snmp/mibs# snmpwalk -m +ACCEL-PPP-MIB -v2c -c mysecret 127.0.0.1 ACCEL-PPP-MIB::statPPPOEActive
ACCEL-PPP-MIB::statPPPOEActive = No Such Object available on this agent at this OID
root@vyos-1:/usr/share/snmp/mibs# snmpwalk -On -m +ACCEL-PPP-MIB -v2c -c mysecret 127.0.0.1 ACCEL-PPP-MIB::statPPPOE
.1.3.6.1.4.1.8072.100.1.5 = No Such Object available on this agent at this OID
root@vyos-1:/usr/share/snmp/mibs# snmpwalk -On -v2c -c mysecret 127.0.0.1 .1.3.6.1.4.1.8072.100
.1.3.6.1.4.1.8072.100 = No Such Object available on this agent at this OID

What? not running ? no subagent mode in snmpd ? or what else?

Could you please share (parts of) your configuration file? or other manual settings …

Those mibs were not included to the system
Needs to check if they actual and add to our builds

I already add ACCEL-PPP-MIB to the mibs folder.