Loopback Mountain

Very Intermittent Geekery: Cisco IOS, VoIP, Infosec, etc.

Friday, September 18, 2015

Moving to GitHub Pages

›
I've moved this blog to GitHub Pages . The RSS feed is here.
122 comments:
Wednesday, July 15, 2015

Installing netmiko on Windows

›
Netmiko is a Python module by Kirk Byers that provides a wrapper around the Paramiko SSH module for doing screen scraping and CLI automatio...
88 comments:
Tuesday, July 14, 2015

Extracting Traffic from Rolling Capture Files

›
Every so often I need to extract a subset of traffic from a set of rolling timestamped pcap files. One common place I do this is with Securi...
9 comments:
Friday, May 15, 2015

More ADN (Awk Defined Networking)

›
Want to know how many IPv4 nodes are in each of your VLANs? Use ADN: ssh myswitch 'sh arp | i Vlan' | awk '{print $NF}' | ...
5 comments:
Friday, April 24, 2015

ADN - Awk Defined Networking

›
Because I have yet to transition to a completely software-defined network in which everything configures itself (wink wink), I still have to...
4 comments:
Thursday, March 26, 2015

Quick Example: Elasticsearch Bulk Index API with Python

›
A quick example that shows how to use Elasticsearch bulk indexing from the Python client . This is dramatically faster than indexing docume...
12 comments:
Saturday, February 28, 2015

Filtering .raw fields with Python Elasticsearch DSL High-Level Client

›
It took me a while to figure out how to search the not_analyzed ".raw" fields created by Logstash in Elasticsearch indices, using...
8 comments:
Thursday, January 15, 2015

Pleasing terminal colors on Security Onion

›
To get the lovely Solarized theme working in Security Onion: sudo apt-get install gnome-terminal I'm sure there's a way to get i...
4 comments:
Thursday, January 8, 2015

Problems with kvm-ok in VIRL with VMWare Player

›
I'm installing Cisco VIRL, and despite following the instructions regarding nested virtualization settings, the kvm-ok command was still...
3 comments:
Friday, January 2, 2015

My Network Toolkit

›
A while back, Chris Marget of Fragmentation Needed posted a run-down of his comprehensive and extremely clever network toolkit . Because I...
2 comments:
Friday, December 5, 2014

Imposing Artificial Limitations to Develop Skills

›
I'm a big fan of imposing artificial limitations on yourself in order to aid skill development. Here are some quick ideas: When troub...
2 comments:
Tuesday, July 1, 2014

Simple Python Syslog Counter

›
Recently I did a Packet Pushers episode about log management . In it, I mentioned some of the custom Python scripts that I run to do basic s...
5 comments:
Friday, June 20, 2014

Python Sets: Handy for Network Data

›
My Python-related posts seem to get the most reads, so here's another one! A problem that comes up fairly often in networking is findi...
55 comments:
Wednesday, April 2, 2014

Fun with Router IP Traffic Export and NSM

›
The Basics I finally got around to setting up Security Onion (the best network security monitoring package available) to monitor my home n...
3 comments:
›
Home
View web version

About Me

Jay Swan
mountain runner/walker/biker, network engineer, general geek, CCIE #17783. You can find me on Twitter as @sanjuanswan. I'm unexcited about putting lots of social networking buttons here.
View my complete profile
Powered by Blogger.