>>>>> "GW" == Greg Ward <gward@mems-exchange.org> writes: GW> Obviously, this would loop forever. But I'm not sure of the GW> correct semantics for when to stop. Well, I believe OIDs are currently limited to 64 bits, so you /could/ stop after 2^64 iterations. :) -Barry