OpenWRT router as snmp client

i am looking to get my router as snmp client and send all the info to the snmp server that i have. not sure which packet.

Please post output of ubus call system board from your OpenWrt device.

 ubus call system board
{
        "kernel": "6.6.73",
        "hostname": "APU_orange",
        "system": "AMD G-T40E Processor",
        "model": "PC Engines apu1",
        "board_name": "pc-engines-apu1",
        "rootfs_type": "ext4",
        "release": {
                "distribution": "OpenWrt",
                "version": "24.10.0",
                "revision": "r28427-6df0e3d02a",
                "target": "x86/64",
                "description": "OpenWrt 24.10.0 r28427-6df0e3d02a",
                "builddate": "1738624177"
        }
}

Snmp server runs on the device you want to monitor like cisco router. So you want a kind of snmpd that your monitoring server is polling?