Networklearner

I am a network professional with over 18 years of experience in enterprise and data‑center networking. I am a CCIE Data Center certified engineer with strong hands‑on expertise in Cisco Nexus and Cisco ACI design, deployment, troubleshooting, and operations. I work on production ACI fabrics and am available for Cisco ACI and Nexus freelancing or consulting work. Contact: rockingoa@gmail.com

Wednesday, 27 September 2017

Python for network engineer:- Configure multiple router using SSH :- Python2.7

›
import paramiko import time import sys import logging import socket remote_conn_pre = paramiko.SSHClient() remote_conn_pre.set_missi...
Saturday, 23 September 2017

Python for network engineer: cisco device backup using SSH : python2.7

›
Below script will take the backup of cisco devices in the folder where you have stored your python script. Please make sure ip.txt file(wh...
1 comment:
Friday, 22 September 2017

Python for network Engineer:- SSH to cisco router and run multiple commands :- python2.7

›
import paramiko import time #from getpass import getpass ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPo...
Monday, 18 September 2017

How to remove rows with specific text from the notepad using python 2.7

›
Below script is used to remove specific text from notepad. Below script is used to  remove specific text from the notepad using python...

How to remove empty rows from notepad using Python 2.7

›
Below script is used to remove empty rows from notepad. #open the file in read mode which you need to modify, we  have used ip.txt fil...
Thursday, 14 September 2017

Python for network engineer :- RUN ping test to a destination from multiple routers using Python2.7

›
Below script is used to run ping test to a destination from all routers. e.g ip.txt must in same folder where you are storing you p...

Python for network engineer :- Cisco router config backup using Python2.7

›
Below script is used to take backup of multiple devices. Make sure when you call a file in python then that file must be stored in same ...
‹
›
Home
View web version
Powered by Blogger.