Author Archives: Pablo Lucena
Author Archives: Pablo Lucena
In this post, I will cover basic usage of Python’s context managers to connect to a network device using SSH. I will use them to abstract the connection establishment and teardown logic that is needed when making an SSH connection. Note: This post will not cover context manager details, as great explanations can already be found online. Instead, this article […]
The post Using Python Context Managers for SSH connections appeared first on Packet Pushers Podcast and was written by Pablo Lucena.
Introduction End hosts inside of the enterprise or home can be connected to the IPv6 internet using LISP’s powerful encapsulation mechanisms. This article is structured in three sections exploring the utilization of LISP as means of IPv6 internet connectivity. The first section dives into IOS LISP IPv6 configuration and verification of the control-plane/data-plane. The use […]
The post Leveraging LISP for IPv6 internet connectivity appeared first on Packet Pushers Podcast and was written by Pablo Lucena.