Automating VRF-aware IPsec VPN with IKEv2 using Netmiko and Jinja2 templates
In the previous IPsec posts we established the tunnel using IKEv1 and used the crypto isakmp ... command. Now in this post we'll take a…
Read more →In the previous IPsec posts we established the tunnel using IKEv1 and used the crypto isakmp ... command. Now in this post we'll take a…
Read more →In the previous post we've seen how we can automate network devices by sending/receiving structured configuration/state data by using YANG models. Now we're going to…
Read more →This post is the first part of a series where we're going to explore YANG models and take look at how we can configure IOS-XE…
Read more →We continue the previous VXLAN lab first by providing redundancy for the RP. I'll show two methods: Anycast RP with MSDP and Phantom RP which…
Read more →VXLAN is tunneling protocol, which is mainly used in data centers. With VXLAN we can encapsulate the whole Ethernet frame in a UDP datagram. VXLAN…
Read more →Scapy is a very powerful packet crafting, packet manipulation tool written in Python. With the help of Scapy we can perform many kind of malicious…
Read more →