Archive

Archive for the ‘CISCO’ Category

Multicast Testing Using VLC Player

March 21st, 2010 No comments

The “class D” multicast address range is 224.0.0.0 to 239.255.255.255, with the private range falling between 239.0.0.0 to 239.255.255.255

This configuration tests multicast routing configurations using VLC: Read more…

Categories: CISCO, Network Design Tags:

Basic IPv6 Routing Setup – Example

March 21st, 2010 No comments

This is a simple example and step-by-step configuration of two LAN segments connecting over a Frame Relay WAN link.  IPv6 Addressing is used. Read more…

Categories: CISCO Tags: ,

“Salt and Peppering” of Access Points on Wireless LAN Controllers

March 20th, 2010 No comments

This design shows how to ensure load balancing and resilience of Wireless Access Points connected to Two WLCs (Wireless LAN Controller).  The access points may also be placed into separate VLANs a per-vlan spanning-tree used to ensure and even more resilient design!

Read more…

Categories: CISCO, Network Design Tags:

ip route-cache / fast switching

March 11th, 2010 No comments

“ip route-cache” controls the use of switching methods for forwarding IP packets:

ip route-cache [same-interface | flow | distributed | cef | policy]
Read more…

Categories: CISCO Tags:

Troubleshooting IOS Firewall

March 11th, 2010 No comments

  • If too much traffic is denied by the IOS Firewall, study the logic of your list or try to define an additional broader list, and then apply it instead. For example: Read more…
  • Categories: CISCO, Security Tags:

    WRR Queue – Parameters

    January 26th, 2010 No comments

    The 3550 WRR (weighted round robin) scheduler algorithm utilises four configurable queues at each interface of the switch. Let’s consider just FastEthernet ports for simplicity in this post. For each queue, the following important parameters could be configured: Read more…

    Categories: CISCO, QoS Tags:

    OSPF Costs – Calculations

    January 26th, 2010 No comments

    Computed cost
    Each interface has an associated cost. It is computed as follows: Read more…

    Categories: CISCO Tags:

    Permanently delete data from your computer

    January 13th, 2010 No comments

    Permanently delete data from your computer with a “Government Wipe” standard of removal.  This is to be recommended, especially is you resell your computer. Read more…

    Categories: Security, Unix(*nix) Tags:

    VTP Version 3

    January 12th, 2010 No comments

    An aide-memoir, cum cliff-notes:

    VTP version 3 differs from earlier VTP versions in that it does not directly handle VLANs. VTP version 3 is a protocol that is only responsible for distributing a list of opaque databases (somewhat like like LDAP!) over an administrative domain. When enabled, VTP version 3 provides these enhancements to previous VTP versions: Read more…

    Categories: CISCO Tags:

    Port Forwarding using Static NAT

    November 25th, 2009 No comments

    I was recently asked a question about port numbers on web servers. This answer will apply to any DMZ host, whether http, ftp, telnet or ssh.

    The question as phrased was:

    If you decided to use a different port for your web server (say port 8080), how would a user make requests to your web server?

    Read more…

    Categories: CISCO Tags: ,