Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Using python script to use SSH protocol to back up the mountain firewall configuration in bulk through TFTP backup

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

#! / usr/bin/python

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

Import re

Import paramiko # introduces the ssh module, which needs to be installed separately.

Import time

LogTime = time.strftime ('% Ymuri% mmury% dice% Hmuri% Mmure% 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 ('\ nFengzhongjinshou')

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

Port = 22

Username = '666666'

Password = '666666'

If action = = '2percent:

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!'

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report