Articles tagged with cisco

  1. What are BGP Update-Groups?

    Posted on in Networking

    You've certainly noticed when look at individual BGP routes on your Cisco routers that the route is advertised to specific update-groups. It isn't obvious from that output just what those update-groups are.

    Router#show ip bgp 8.8.8.8       
    BGP routing table entry for 8.8.8.0/24 …
  2. Cisco Catalyst NVRAM Corruption

    Posted on in Networking

    This is an annoying problem:

    Switch#write
    startup-config file open failed (Not enough space)
    
    Switch#dir nvram:
    Directory of nvram:/
    
    %Error opening nvram:/ (Function not implemented)
    
    1048576 bytes total (1034573 bytes free)
    

    Cisco Catalyst switches simulate NVRAM on their flash. Once in a blue moon, this simulated NVRAM will become …

  3. Cisco IP Phone: Rewrite Dialed 10 Digits to 7

    Posted on in voice

    If your carrier doesn't allow 10 digit dialing for local numbers, you are probably pretty annoyed that you can't just hit the redial button on those missed calls. It's possible to rewrite these dialed numbers in your phone system, but I wanted to do this on my Cisco 7961 IP …

  4. QM FSM Error? Check Your Transform-Set

    Posted on in Networking

    If you see an error like the one below in your Cisco ASA log files, check with the other end and make sure your transform-set matches.

    QM FSM error (P2 struct &0xd7fed708, mess id 0xcc86fb64)!
    

    The QM FSM error message usually relates to a configuration mismatch. Although checking the crypto …

  5. Alternative to 'show policy-map interface' on Catalyst Switches

    Posted on in Networking

    Old Cisco Systems LogoIf you're using policy-maps on your Cisco Catalyst switches to handle rate-limiting, you may have noticed that on some models, the show policy-map interface command does not seem to work. The CLI accepts the command and returns properly formatted output, but the output is all zeroes. There is no information …

  6. Brand New ME3400G Can't Ping!

    Posted on in Networking

    Old Cisco Systems LogoAfter cracking open a brand new Catalyst ME3400G, we weren't able to get it upgraded to the latest version of software. In fact, we couldn't even ping anything on the local subnet.

    In order to use Cisco's Metro Ethernet switches, it's important to understand the new concepts that are introduced …

  7. Does load-interval Affect Performance?

    Posted on in Networking

    I was recently part of a discussion regarding whether or not lowering the load-interval on a Cisco router or switch interface from the default of 300 seconds had an impact on performance. Both sides made good points, but both were based on assumption and conjecture.

    5 minute input rate 213000 …
  8. Cisco: Time-based, Inbound Rate Limiting

    Posted on in Networking

    Slaptijack reader Raj is looking for a way to limit inbound traffic on his switch ports based on the time of day. Specifically, he wants to restrict speed to 256 Kbps between 9 AM and 9 PM, and allow up to 1 Mbps the rest of the day. I've done …

  9. Cisco Switch Cluster Automatic IP Addresses

    Posted on in Networking

    Old Cisco Systems LogoIf you've used Cisco switch clustering in a basic network (for example, when all switches are connected together and <acronym title="Cisco Discovery Protocol">CDP</acronym> is enabled), you've likely never considered how this switches communicate with each other. You might assume that the switches are using IP addresses from …

  10. Cisco IOS 15 Licensing

    Posted on in Networking

    For those that have been using Cisco IOS 12 forever, you may not have realized that Cisco has begun rolling out IOS 15. Although there are a lot of technical changes and features that are being introduced, IOS 15 introduces a new licensing scheme that may throw old users for …

  11. Cisco Access Registrar: Automatically Clear Old Sessions

    Posted on in System Administration

    While doing some testing with Cisco Access Registrar (CAR) 5.0, I noticed that the test user had hundreds of old sessions hanging around:

    --> query-sessions /r with-User X
    Sessions with-User X for /Radius
      Sessions for /Radius/SessionManagers/session-mgr-1:
        S432 Key: 04000000000CF660, NAS: NAS.slaptijack.com, NAS-Port: 0, User-Name: X, Time …
  12. Cisco Access Registrar ODBC Remote Server KeepAliveTimerInterval

    Posted on in Software

    In a test lab, we ran into a situation where the connection between our Cisco Access Registrar (AAA) server and MySQL server was timing out. This forced the server to reconnect and resulted in the following errors:

     name/radius/1 Error Server 0 ODBC client (DataSource 'my_odbc', Connection 8): SQLExecute …

Slaptijack's Koding Kraken