Pablo Lucena

Author Archives: Pablo Lucena

Using Python Context Managers for SSH connections

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 […]

Author information

Pablo Lucena

Pablo Lucena

The post Using Python Context Managers for SSH connections appeared first on Packet Pushers Podcast and was written by Pablo Lucena.

Leveraging LISP for IPv6 internet connectivity

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 […]

Author information

Pablo Lucena

Pablo Lucena

The post Leveraging LISP for IPv6 internet connectivity appeared first on Packet Pushers Podcast and was written by Pablo Lucena.