Tue Mar 27, 2007 6:53 pm
Sounds like you are using mt for client devices.
I have never done this but I imagine one could have a script (perl or php) that would go through a text file line by line, ssh to an IP, log in and then issue :
/ip dhcp-client add interface=ether1 ...
/ip address=xxx.xxx.xxx.xxx disable (or remove)
if you are connecting via this IP number, the connection will be terminated at this point.
This is also why it is a good idea to "push" out configurations from a central point. That way you can edit, tweek, and test BEFORE you commit, realize that its too late now and you have to jump in the truck, drive over to reset the device and so on and so forth...