Eric Stewart: Running Off At The Mouth

Networking

Nexus 7700 Part II: Racking a Cisco Nexus 7710

by on Jul.08, 2014, under Networking, Technology

We racked our Nexus 7710 recently. Here’s some of the things you might need to know regarding getting this monster of a chassis into a rack.

1 Comment :, , , more...

So I Went To My Second Cisco Live …

by on Jun.25, 2014, under Life, Networking, Technology

I figured I should get this written while I can, and before it all fades away from my brain … here’s my thoughts on Cisco Live and some advice for future first-time attendees.

1 Comment :, , more...

Nexus 7700 Part I: Power and Playing With Supervisors

by on Jun.23, 2014, under Networking, Technology

So we powered on our first to arrive Nexus 7706s (two of them). Here’s some notes so far.

1 Comment :, , more...

Nagios’s check_ntp_peer, IPv6, and ntp.conf

by on Jun.03, 2014, under Networking, Technology

As is not unusual, I run into an edge case that might be specific to us. While attempting to monitor IPv6 reachability of an NTP server I had just upgraded, I ran into an interesting case where NTP was responding via IPv4, but not IPv6, and they appeared to be identically configured.

Leave a Comment :, , , , more...

Restarting iptables and MySQL slave connections

by on Feb.27, 2014, under Networking, Technology

It’s been a while since I’ve done more than just update the Unified Trees post for new versions, and I stumbled across an issue that Linux administrators that make use of iptables should be aware of. The case is actually true for any “client initiated connection” when it comes to iptables – not just MySQL slaves. That’s just where I stumbled across the issue.

Leave a Comment :, , more...

Unified Trees 0.8: Cacti Plugin

by on Dec.06, 2013, under Networking, Technology

Got multiple Cacti installs? Want the Tree view of your graphs to show all of your trees mashed together? Then this is the plugin for you.

1 Comment :, more...

DPDiscover 1.51: Cacti Plugin

by on Nov.14, 2013, under Networking, Technology

I wrote a Cacti plugin I called DPDiscover – Discovery Protocol Discover, which uses LLDP, CDP, and FDP information pulled from SNMP to ‘spider’ a network and attempt to automatically add equipment to Cacti. It is heavily based off of the original “Auto Discovery” plugin that would sweep IP ranges.

Leave a Comment :, , more...

Perl’s Net::SNMP and get_table() – Bulk vs Next Request

by on Sep.27, 2013, under Networking, Technology

An attempt to communicate an issue (and the solution) I ran into with Perl’s Net::SNMP function “get_table”, that would result in a “The message size exceeded the buffer maxMsgSize of 1452” error. It took a couple of packet captures and Googling to figure out why this problem was occurring and implement a fix.

Leave a Comment :, , , more...

Packet Captures and Offloaded Functions

by on Sep.05, 2013, under Networking, Technology

A fellow engineer attempting to debug a jumbo frames issue was seeing what should have been a bunch of fragmented frames as a single 13,000 byte frame. Once he figured out why, I was told to fix it. Here’s my solution.

Leave a Comment :, , , more...

xinetd (tftpd), the “bind” option, and clustering

by on Jul.11, 2013, under Computers, Networking, Technology

Just a quickie, probably subject to some editing later on, about how to use the “bind” option multiple times with a given service – mainly, to have a TFTP server operate from behind a virtual IP as the virtual IP (instead of becoming its real IP in the middle of the transfer).

Leave a Comment :, , , , , more...