How can I get SNMP info for LLDP

Hi,

I have LLDP working between Vyos routers, I can run lldpctl and see that neighbors have been found. All good so far.

I am looking to map the network in OpenNMS Topology map and need to get the link information on LLDP via SNMP.

I have tried:

snmpwalk -v 2c -c public vyos_router .1.0.8802.1.1.2.1.4.1.1

but I get the error: No Such Object available on this agent at this OID

I have tried adding SMUX config in Vyos:

set service snmp smux-peer ‘.1.0.8802.1.1.2.1.4.1.1’
set service snmp smux-peer ‘.1.0.8802.1.1.2.1.3.7.1’
set service snmp smux-peer ‘.1.0.8802.1.1.2.1.3’

Is there anything I can try?

Regards
Rob