Skip to content

Instantly share code, notes, and snippets.

@keegan2149
keegan2149 / gist:e636cf2d3b0807c272e1
Created July 18, 2014 17:24
MRFP Routing Question
##So here are the static routes and their next hops
# I want to figure out how the next hop is mapped to a link local address similar to the arp process with V4
{master}
spaceslk@PMBRFL01D19-re0> show route table WSN.inet6 protocol static
WSN.inet6.0: 2148 destinations, 4283 routes (2147 active, 0 holddown, 4 hidden)
+ = Active Route, - = Last Active, * = Both
2001:4888:0:1000:226:200::/128
@keegan2149
keegan2149 / conntest.pl
Created July 2, 2014 17:07
kholley conntest.pl
#!/usr/bin/perl
use strict;
my $filename = "devices";
open (FILE, "<$filename");
my @devices = <FILE>;
chomp @devices;
@keegan2149
keegan2149 / gist:9081881
Created February 18, 2014 22:36
vagrant-berkshlef bugging out
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes...
^CWaiting for cleanup before exiting...
/Applications/Vagrant/embedded/lib/ruby/1.9.1/rubygems/installer.rb:562:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/Applications/Vagrant/embedded/bin/ruby extconf.rb
creating Makefile
make
compiling hitimes.c
make: *** [hitimes.o] Interrupt: 2