hi all
can u pls help me regarding iterating through an integer variable within a subprocess call
here is what i exactly want to do
for n in range(1,16):
subprocess.call()
i.e.,
i want to iterate through snmpwalk..but its not working:(
it shows 'bad value name n'
pls help me out
thanks in advance