Option AB – Inter-AS MPLS VPN – The whole story (5) – Updated Dec 2008

November 20th, 2008 mmahmoud Posted in Bridging & Switching, Bury the hatchet, MPLS, Routing 3 Comments »

In late 2007, Cisco introduced a new Inter-AS option; Option AB – This feature was introduced in the 12.2(33)SRC code. This feature combines the the best aspects of Option 1 (10A) and Option 2 (10B) (named type a and type b as per RFC4364 section 10 “Multi-AS Backbone”). Remember that type a (Option 1 AKA [...]

AddThis Social Bookmark Button

System MTU explained

October 2nd, 2008 Wael Osama Posted in Bridging & Switching 1 Comment »

By default any interface on the switch can only send or receive a frame of a maximum size 1500 byte. Some applications like (QinQ, MPLS over Ethernet) require increasing the MTU of the switches in your network to allow greater sizes because thier frames may exceed the default 1500 bytes size. You can increase the [...]

AddThis Social Bookmark Button

What is: BPDU filter?

August 23rd, 2008 Wael Osama Posted in Bridging & Switching, What Is ? No Comments »

BPDUs are the messages exchanged between switches to calculate the spanning tree topology. BPDU filter is a feature used to filter sending or receiving BPDUs on a switchport. It is extremely useful on those ports which are configured as portfast ports as there is no need to send or receive any BPDU messages on of [...]

AddThis Social Bookmark Button

How-to: Configure Private VLANs

July 30th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO No Comments »

This is a master piece post from Petr Lapukhov explaining Private VLANs; what are they ? and how to configure and troubleshoot them ?. I am sure you will never get confused by Private VLANs anymore. Private VLANs revisited Read and understand

AddThis Social Bookmark Button

How-to: Configure Spanning Tree Protocol Part3

July 30th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO No Comments »

After explaining how STP works to ensure your network is free of bridging loops in previous posts, we are going directly to a configuration example. We will use a simple topology in the diagram below and configure the switches to accomplish the tasks listed below. Task1: Configure SW0 as a root bridge for both VLAN1,2. [...]

AddThis Social Bookmark Button

How-to: Configure Spanning tree protocol Part2

July 29th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 1 Comment »

In the first post STP part1, we discussed the root bridge election process, that was the first step in calculating the spanning tree topology. Lets dive and explore step2. Step2: Best Path selection After choosing and agreeing on the root switch for the domain, each switch starts looking for the shortest path to the root [...]

AddThis Social Bookmark Button

How-to: Configure spanning tree protocol (STP) Part1

July 24th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 3 Comments »

As we mentioned in one of our previous posts, STP was developed to allow redundancy in the L2 network while maintaining a loop free network. Today we are going to discover how STP is actually doing this function. Step1: Electing the root bridge What is the root bridge? The root bridge is the master bridge [...]

AddThis Social Bookmark Button

Spanning Tree the problem and the solution

July 21st, 2008 Wael Osama Posted in Bridging & Switching No Comments »

Spanning tree protocol or STP is used to provide redundant links in the network while preventing the danger of bridging loops. Our network below has two switches connected to each other by two FastEthernet links for redundancy. In such setups STP is essential to avoid bridging loops. The Problem:How bridging loops happen ? (STP is [...]

AddThis Social Bookmark Button

Etherchannel load balancing case study

July 21st, 2008 Wael Osama Posted in Bridging & Switching, Case Studies 3 Comments »

Etherchannel is a very effective feature that provides redundancy and load distribution within your switching network. However failing to choose the right load distribution algorithm my leave you under utilizing your network resources. We are going to analyze how to select the load balancing method based on placement of switch and traffic type that needs [...]

AddThis Social Bookmark Button

What is: extended VLAN range?

July 17th, 2008 Wael Osama Posted in Bridging & Switching, What Is ? 1 Comment »

Extended VLANs are VLANs within the range of 1006 to 4094. They are mainly used in service provider networks to allow the provisioning of number of customers. In order to configure an extended VLAN you have to follow the guideline below: Extended VLANs are used just like normal VLANs; only different range. Extended VLANs must [...]

AddThis Social Bookmark Button