华三交换机ZTP开局的中间件文件
#! usr/bin/python
# -*- coding:utf-8 -*-
import comware
from time import strftime, gmtime, sleep
import signal
import os
import string
import commands
import hashlib
##########################################################################
######################## User Definitions ################################
##########################################################################
#
# Transfer information
#
username = "admin"
password = "123456"
hostname = "192.168.0.2
1