Author Archive: admin
Aruba CX Get Info VIA REST API
Aruba OS/CX and Cisco Command Comparison
EVE-NG Quick Browser Docker Settings
WiFi Strengh Signal Informations
WiFi Channel Info
Protected: Automation
There is no excerpt because this is a protected post.
Jinja2 Base Template
So in the following example we import template from jinja2 and then we define our template : text1 and bgp_config, Then we use the variable j2_template = and we call the template that we want : in this example config1….
Read more
Jinja2 Structures
Variables : var: {{ variable_name_here }} Conditionals : ( you can have nested conditional too in your template ) {% if var ==’value’ %} text here {% elif var ==’other value’ %} text here {% else %} text here {%…
Read more
Regular Expression Cheats
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