Jekyll build failing due to Ruby 3.4.0
Introduction This blog is hosted in GitHub and is deployed using GitHub Actions as CICD. The issue Today, after a commiting a new entry and pushing it to GitHub, I received the usual email I got...
Introduction This blog is hosted in GitHub and is deployed using GitHub Actions as CICD. The issue Today, after a commiting a new entry and pushing it to GitHub, I received the usual email I got...
Vlans In the pre-ELS (Enhanced Layer 2 Software) version of Junos OS, the default VLAN did not have a VLAN ID associated with it and was untagged. show vlans show vlans <VLAN_NAME> detail...
Install AWS CLI curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install See the account you are working on ubuntu@ip-172-31-25-...
NOTE: All configurations were taken from a lab environment. This guide is based on Ubuntu 24.04 LTS System information ubuntu@ip-172-31-25-204:~$ cat /etc/*release* DISTRIB_ID=Ubuntu DIST...
NOTE: All configurations were taken from a lab environment. This post explains step by step the configuration of a Site-to-Site VPN between AWS and a virtual Router running in GNS3 in my personal ...
This post is documents BGP configuration on Juniper Junos OS This post documents BGP configuration on Juniper Junos OS Network Topology Display Network Topology Base configurations ...
This post documents BGP configuration on Juniper Junos OS Network Topology Display Network Topology Base configurations mxA lab@mxA> show configuration | display set set ver...
NOTE: Running Python 3.10.5 and IPython 8.22.2 in my environment when I created this post. The Caesar Ciper The Caesar Cipher is one of the most simplest cipher algorithms. It consists on repla...
NOTE: All configurations were taken from a lab environment. Terraform Modules are similar to functions in programming languages such as Python. It has inputs and outputs. Any set of Terrafor...
Just a small post to remind myself where to find the repo to install the Terraform syntax highlighter for .tf and .tfvars files. Installation notes part of the repo’s README.md file are very strai...