Author Archive: patrick

RESTCONF

Found this on Cisco Community that pretty explain it all as for the Construct of an URI:  ( Thanks to HAPRESTO ) https://community.cisco.com/t5/network-devices/how-to-list-all-yang-modules-used-by-the-restconf-server-on-ios/td-p/3570376 As RESTCONF was fully standardized in January 2017 so many implementations are still based on “Drafts” of…
Read more

Python Packaging

Packaging In Python, the term packaging refers to putting modules you have written in a standard format, so that other programmers can install and use them with ease. This involves use of the modules setuptools and distutils. The first step in packaging is to organize…
Read more

How to run a temp webserver

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

Palo Alto Basics

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