def check_ping(self, count=1, timeout=5): """ Test if the ip is seen as active on the newtorks. """ raise ex.MissImpl('check_ping')
def stopip_cmd(self): """ The os/driver specific stop implementation. """ raise ex.MissImpl('stopip_cmd')
def start_link(self): """ Start the ipdev link. """ raise ex.MissImpl('start_link')