def __init__(self, host, port=23):
     Telnet.__init__(self, host, port)
     self.conf_cmd = []
     print "Sup6T_od_snake init ok"