Create new SNMP request of specified type for
SNMP Object IDs encoded_oids and their associated
values encoded_vals (both given as lists)
to SNMP process running on agent with specified SNMP
community and add it to the list of pending requests.
The default value for type is `GETREQUEST'.
The default value for community is `public'.
The default values for encoded_oids and
encoded_vals are empty lists.
Object IDs and their respective values are matched against each other by
their positions in the encoded_oids and
encoded_vals lists.
The payload for type, encoded_oids and
encoded_vals lists can be build with methods, inherited
from message superclass.