Articles in the Networking category

  1. The Annoyance of 'show config'

    Posted on in Networking

    How many times has this happened to you?

    SLAP#write memory
    startup-config file open failed (Device or resource busy)
    

    If you work in an environment where multiple users have enable access on Cisco devices, you've probably seen it more than once. This particular error is caused when another user has …

  2. How Do You Want Your DS3? Scrambled?

    Posted on in Networking

    DS3 (also known as T3) scrambling is not an issue that comes up very often. It's something every network administrator should know about, though. After all, it just might save your bacon.

    Some physical layer protocols depend on the transition from 1 to 0 in a frame to maintain clocking …

  3. 3 Reasons You Should Be Using Rapid Spanning Tree (802.1w)

    Posted on in Networking

    Most network administrators should be familiar with Spanning Tree Protocol (STP; IEEE 802.1D). <acronym title="Spanning Tree Protocol">STP</acronym> is tasked with ensuring there are no loops in a bridged network. Unfortunately, STP is an older protocol and doesn't quite mesh with today's high speed networks. Here are …

  4. Controlling Peer-to-Peer (P2P) Traffic with Cisco NBAR

    Posted on in Networking

    Is your network bandwidth being consumed by Peer-to-Peer (P2P) traffic? (Hint: If you don't know, it's time to fire up NBAR and do a little investigating.) One way to stop P2P traffic is to use an access-list to block traffic on the well-know P2P ports. Unfortunately, many P2P technologies no …

  5. Top 10 Protocols on a Residential Broadband Network

    Posted on in Networking

    I recently wrote about using Cisco's NBAR to investigate what protocols were in use on your network. I thought it might be interesting to take a look at the top 10 protocols on a residential broadband network. If you're running a large network, or planning a large network, perhaps this …

  6. T1 / T3 Alarms

    Posted on in Networking

    The following is a list of alarms you may receive on your T1 or T3 (or E1/E3) interface. Where applicable, troubleshooting hints are included.

    Loss of Signal (LOS)

    A Loss of Signal (LOS) alarm indicates that the interface is not receiving a valid T1 or T3 signal. This is …

  7. Using ACLs to Block NetBIOS Traffic on Cisco Catalyst Switches

    Posted on in Networking

    In a Metro Ethernet network, the possibility exists for a lot of NetBIOS broadcasts if your users are connecting directly to the ring rather than through a firewall. My first assumption was that most users would have a firewall, but this is really only guaranteed in the case of business-class …

  8. What is NetBIOS?

    Posted on in Networking

    <table class="protocol_basics" align="right">
    
    <tr>
    
    <th colspan="2">
    
    Protocol Basics

    </th>
    
    </tr>
    
    <tr>
    
    <td>
    
    Layer:

    </td>
    
    <td>
    
    Session

    </td>
    
    </tr>
    
    <tr>
    
    <td>
    
    Transport:

    </td>
    
    <td>
    
    <acronym title="Transmission Control Protocol">TCP</acronym>, <acronym title="User Datagram Protocol">UDP</acronym>

    </td>
    
    </tr>
    
    <tr>
    
    <td>
    
    Port(s):

    </td>
    
    <td>
    
    137, 138 …

  9. Choosing Between RADIUS And TACACS+

    Posted on in Networking

    Deciding whether to use <acronym title="Remote Authentication Dial-In User Service">RADIUS</acronym> or <acronym title="Terminal Access Controller Access Control System Plus">TACACS+</acronym> for <acronym title="Authentication, Authorization, Accounting">AAA</acronym> functionality on a Cisco-based network seems straight-forward. After all, if the network uses Cisco, shouldn't the AAA …

  10. UDLD In Radio-Based Metro Ethernet Rings

    Posted on in Networking

    <acronym title="UniDirectional Link Detection">UDLD</acronym> is a Cisco protocol designed to detect and disable unidirectional links in Ethernet (fiber or twisted-pair). In the case of a radio-based Metro Ethernet ring, UDLD goes the extra mile in preventing Spanning-Tree loops and user service interruption.

    4 Switches and Spanning-TreeIn this simple network of …

  11. Implement a Sensible Naming Policy in Cisco IOS

    Posted on in Networking

    Network configuration names are not decoration. They are operational metadata. When something is broken at 2:00 a.m., the difference between ACL-EDGE-IN and access-list is not aesthetic. It is the difference between narrowing the blast radius quickly and spelunking through hundreds or thousands of lines of Cisco IOS configuration …

Slaptijack's Koding Kraken