Patrick Denis > Cisco
Cisco
admin
August 11, 2020
https://regex101.com/ <— is a online regex builder ! you can copy your output and then build your expression Medium.com has done an excellent/exceptional work and i did copy the content here for me for fast search, but all credit goes…
Read more
admin
August 4, 2020
This is the methods available for CiscoConfParse : find_all_children(linespec, exactmatch=False, ignore_ws=False) Returns the parents matching the linespec, and all their children. This method is different than find_children(), because find_all_children() finds children of children. find_children() only finds immediate children. Parameters linespecstr Text regular expression for the line to…
Read more
admin
August 4, 2020
CiscoConfParse is a library for Cisco device. : pip install ciscoconfparse Example : from ciscoconfparse import ciscoconfparse Cisco_obj = CiscoConfParse(“show_run.txt”) print(Cisco_obj) <—- this will return all the information about that object If using Netmiko to pull information from any device into a…
Read more
admin
July 22, 2020
Summary : http://www.patrickdenis.biz/blog/regular-expressions-special-characters-and-patterns/ . Matches any single character, including white space. * Matches 0 or more sequences of the pattern. + Matches 1 or more sequences of the pattern. ? Matches 0 or 1 occurrences of the pattern. ^ Matches the beginning of…
Read more
admin
April 14, 2020
Netshot is a powerfull and simple free software for network engineer, it is use to backup/push/compare/etc… configuration of multiple vendors. Github : https://github.com/netfishers-onl/Netshot/wiki/Installing-Netshot-on-Ubuntu-16-or-later-(or-any-Debian-based-distribution) Netshot : http://www.netfishers.onl/netshot Installation : I use Ubuntu Server 18.04, and Java 8 . To install Java 8 since…
Read more
admin
April 3, 2020
This will cover the basic commands by comparing them with Cisco since I will use Cisco as a reference. This is going to be messy at 1st but then i will clean up this section. Commands : Access enable : …
Read more
admin
March 24, 2020
Found this project by pure luck and it is pretty cool ! Enjoy ! https://sysadmin.it-landscape.info/
admin
September 21, 2019
Step 1 ( Ubuntu ) Installation : apt-get update apt-get install software-properties-common apt-add-repository ppa:ansible/ansible apt-get install ansible Verify : ansible –version Terminology : Control Node ( enable devices with Ansible install on ) Management Node ( Hosts being manage by…
Read more
admin
August 8, 2019
Will go over the basic of Wireless Networks. Wavelength, is the distance what a wave have to travel one a full 360 degree phase or cycle. Decibel : dB is a function that use an algorithms to compare the absolute…
Read more
admin
August 7, 2019
Reminder for VPLS or L2VPN over MPLS, Configure MPLS ( but should be already done through your service provider ) Configure the interface with the right instance ethernet and don’t forget the encapsulation and bridge domain. Create an BDI interface…
Read more