gufolabs / gufo_snmp

Gufo SNMP is the accelerated Python SNMP library
Other
7 stars 0 forks source link

ENH: Support bulk requests and snmpset #12

Open aztec102 opened 1 week ago

aztec102 commented 1 week ago

Proposed new feature or change:

Good afternoon Are there plans to add bulk queries and set queries?

dvolodin7 commented 3 days ago

Bulk queries are supported for SNMPv3/v3.

While SET queries have an architectural issue. The python data types do not pair with ASN.1 data types and the mapping is not trivial. So we need a robust API to specify data types properly and this API must be consistent with queries.