91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用python腳本利用SSH協議通過TFTP備份批量備份山石防火墻配置

發布時間:2020-07-04 20:07:50 來源:網絡 閱讀:2100 作者:NetworkTiler 欄目:網絡管理

    

    #!/usr/bin/python

    #-*- coding: utf-8 -*-

    import re

    import paramiko          #引入ssh模塊,該模塊需要單獨安裝。

    import time

    LogTime = time.strftime('%Y-%m-%d_%H-%M-%S')

    tftp = raw_input('Please Enter TFTP Sever IP:')

    import Hillstone_icmp

    action = raw_input('''Please Select Action :

        1:Config & Backup;

        2:Backup;

    Put Your Choose:''')

    for line in open("HS_IP_True.txt"):

        hostname = line.replace('\n','')

        temp = open('HS_temp.txt','w')

        port = 22

        username = '666666'

        password = '666666'

        if action == '2':

            try:

                client = paramiko.SSHClient()

                client.set_missing_host_key_policy(paramiko.AutoAddPolicy())

                client.connect(hostname, port, username, password, timeout=5)

                remote_conn = client.invoke_shell()

                remote_conn.send('show version \n')

                time.sleep(2)

                remote_conn.send('\n')

                out = remote_conn.recv(temp)

                time.sleep(2)

                DeviceName = (re.findall('.*(?=#)',out))[0]

                tftp_cli = "export configuration startup to tftp server %s %s-%s..cfg" %(tftp,DeviceName,LogTime)

                remote_conn.send(tftp_cli+'\n')

                time.sleep(2)

                print  hostname,'Backup Success !!'

            except :

                print hostname,'Backup Failed !!'


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

巴马| 临江市| 佛学| 乌兰浩特市| 昭通市| 尤溪县| 清徐县| 五指山市| 五莲县| 昌平区| 拉孜县| 洛阳市| 运城市| 砀山县| 定安县| 油尖旺区| 安丘市| 中山市| 南华县| 江安县| 新晃| 马公市| 玉林市| 宜丰县| 十堰市| 扶余县| 南投市| 鹤山市| 高尔夫| 荆州市| 本溪| 松江区| 南江县| 博客| 浏阳市| 泽库县| 富裕县| 宁阳县| 达日县| 永登县| 临江市|