I need to get active client connections from Cisco access points. I built this script in Python using the Pysnmp.hlapi engine and the OID '1.3.6.1.4.1.14179.2.2.2.1.15'. I need to convert this to Powershell, so I tried using Get-SNMPData from the Powershell SNMP module. However, the same OID returns a NoInstanceFound.
How are these different? What is special about the Python hlapi engine? How can I reproduce this in Powershell?