1. Finding Cisco Neighbors with SNMP

    Posted on in Networking

    I've been in the situation before were I needed to discover the neighbors of a Cisco device programmatically. This is useful in a case where you want to crawl a network without hard-coding a list of devices into your script. By default, all Cisco devices have Cisco Discovery Protocol (CDP …

  2. Basic Cisco SNMP Security (v1/v2)

    Posted on in Networking

    Padlock with KeysIf you are at all familiar with <acronym title="Simple Network Management Protocol">SNMP</acronym>, you've probably heard of "community strings". Community strings are similar to passwords. They define and grant access to a device's <acronym title="Management Information Base">MIB</acronym>. If you've used SNMP in conjuction with a …

  3. Show All Routes Within a Particular Block

    Posted on in Networking

    Train Track Switching YardI've got a Class C (/24, subnet of 256 IPs) that I assign glue addresses for point-to-point links out of. Although all these little /30 subnets are in the same location, they are not guaranteed to be on the same router. So, the question is, how can I see which …

  4. How Do I Convert to Uppercase on the Command Line?

    Posted on in System Administration

    DOS Prompt (Traceroute) 1 (photo by carlsilver — http://www.sxc.hu/profile/carlsilver)This comes up pretty infrequently, but I think it's worth knowing. I specifically had a situation where I was greping hostnames out of a file. Personally, I like hostnames to appear in all uppercase, but this file was full of hostnames in all lowercase. You can solve the problem with …

  5. What is a Route Server?

    Posted on in Networking

    A Row of RoutersGenerally speaking, a route server is a network device that does not participate directly in routing, but carries an entire routing table that other devices may refer to. Often times, this is a router that carries the entire Internet BGP routing table (currently over 220,000 routes).

    More commonly, a …

  6. Slaptijack Breaks into Alexa Top 1,000,000

    Posted on in Graphics Design

    Slaptijack Breaks into Alexa Top 1,000,000

    Without much fanfare, Slaptijack broke into the Alexa Top 1,000,000 web sites earlier this week. Although the Alexa ranking is notoriously inaccurate, it does give some gauge of a site's popularity.

    Since Alexa relies on their toolbar to determine the reach of a website, I'd like to thank …

  7. Bye Bye BIND 8 (BIND 8 EOL)

    Posted on in Software

    Internet Systems Consortium, Inc., makers of the popular BIND <acronym title="Domain Name Service">DNS</acronym> server and INN Usenet server, has announced the End of Life for BIND 8 . I received an email from ISC on this topic earlier in the month, but I wasn't aware that the <acronym …

  8. Get Subversion Updates via Email

    Posted on in Programming

    Coffee Cup with @Sometimes it seems like a great idea to receive updates whenever someone commits something to your Subversion repository, right? This has definitely seemed like a good idea to me, but it's only nice if you work in a small shop with only a few developers. Too many developers make this …

  9. MacPorts Updated to v1.5

    Posted on in Software

    Mac OS Forge LogoSomehow I managed to miss the fact that Mac OS Forge released MacPorts v1.5. If you aren't familiar with MacPorts, it's the reincarnation of DarwinPorts under the Mac OS Forge / Apple banner. For any UNIX admin, or serious OS X-er, MacPorts is an extensive collection of UNIX tools ported …

  10. Cisco's ip helper-address Too Forward?

    Posted on in Networking

    MegaphoneYou might have a situation where you have multiple network segments utilizing <acronym title="Dynamic Host Configuration Protocol">DHCP</acronym> to assign IP addresses, name servers, etc. DHCP clients use network broadcasts to alert a DHCP server to their presence. Once a request for an address has been made, the …

  11. Regex Crashes BGP Routers

    Posted on in Networking

    Cisco LogoThis isn't late breaking information, but there's an interesting post in the Cisco WAN, Routing and Switching Forum regarding a particular regular expression that, when used in conjunction with the show ip bgp regexp, results in a router crash. Here is the full command.

    show ip bgp regexp (.*)(_\1 …
  12. Camino 1.5.1 Released

    Posted on in Software

    The Camino Project LogoThe Camino Project has announced version 1.5.1 of the Camino Browser for Mac OS X. This update includes security and stability fixes over version 1.5.

    According to the release notes, Camino 1.5.1 contains the following improvements over version 1.5:

    • Upgraded to version 1.8 …

Slaptijack's Koding Kraken