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
You are currently browsing the archives for the CISCO HOW-TO category.
|
|
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
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. [...]
July 29th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 2 Comments »
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 [...]
July 24th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 5 Comments »
// = 200; google_ad_height = 200; // ]]> 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 [...]
July 18th, 2008 Wael Osama Posted in BGP, CISCO HOW-TO 2 Comments »
In the first post we explored the basic configuration of BGP route aggregation with and without the summary-only keyword. In todays post our task is to explore the suppress-map keyword using the same topology used in the first post. “please refer Part1 or the series for R1&R2 configuration and network diagram“. Task1: Configure route aggregation [...]
July 17th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO No Comments »
By default all VLANs configured on a switch are allowed over all trunking interfaces. Sometimes you need to change the allowed list over a specific trunk. When a VLAN is allowed on a trunk, traffic coming from interfaces belonging to this VLAN is allowed to traverse the trunk. In our example we have R1 and [...]