It's possible to do something like
for ip in 10.{0..255}.{0..255}.{0..255}; do snmpget ....; done
, but it will take a long time to scan 16 million IP addresses, particularly if most of them time out.