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

Friday, 25 January 2019

OSPF route selection Criteria

›
Below are the path selection criteria for OSPF:- 1. Prefix Length 2. Administrative Distance 3. Metric 4. Route Type- Order of route p...
1 comment:
Monday, 12 February 2018

IP SLA and its traps

›
Below is the SLA configuration and snmp configuration required to generate the Traps for SLA activity. ip sla 5 icmp-echo 192.168....
1 comment:
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...
‹
›
Home
View web version
Powered by Blogger.