Patrick Denis > Cisco
Cisco
patrick
December 15, 2021
This is to test Firewalls , Loadbalancer etc… quick and easy for labbing This was taking from : https://linuxconfig.org/running-a-simple-http-web-server-with-one-terminal-command-and-python Configure simple web server in Linux 13 January 2022 by Luke Reynolds The purpose of this tutorial is to host a simple web…
Read more
patrick
September 13, 2021
PALO-ALTO-CLI-CHEATSHEET CLI Jump Start The following table provides quick start information for configuring the features of Palo Alto Networks devices from the CLI. Where applicable for firewalls with multiple virtual systems (vsys), the table also shows the location to…
Read more
patrick
April 16, 2021
No need to redo it , its all in there and pretty well explained. MENOG4-ISIS-Tutorial
patrick
March 18, 2021
Coming soon , not an easy topic !
patrick
November 17, 2020
Found a nice and easy article of how to Expand a Hard Disk with Ubuntu LVM : http://www.geoffstratton.com/expand-hard-disk-ubuntu-lvm So you’re running an Ubuntu server in a virtual machine, and now you need to add 20 GB of disk space to…
Read more
patrick
October 19, 2020
CLI-Ref-Guide-2019v1-HPE-Aruba-Cisco-CX-from-Carolina-Advanced-Digtial
admin
October 5, 2020
There is no excerpt because this is a protected post.
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