VRF Lite

February 15th, 2009 Wael Osama Posted in CISCO HOW-TO, MPLS 2 Comments »

The word VRF stands for Virtual Routing and Forwarding, this feature is used to create multiple instances of the routing table on the same routing device. VRFs are usally used in conjunction with MPLS VPN to separate the traffic of multiple MPLS VPN customers. VRF Lite feature is part of Cisco’s network virtualization portfolio. VRF [...]

AddThis Social Bookmark Button

BGP Route Reflector Basics

February 12th, 2009 Wael Osama Posted in BGP, CISCO HOW-TO 1 Comment »

Everyone who ever studied BGP knows that BGP has strong precautions and rules for loop prevention. In this post I will focus on iBGP and specifcally route reflectors.
The rule states that any route received from an iBGP neighbor should not be advertised to another iBGP neighbor.
This loop prevention mechanism induces a requirement that all iBGP routers in [...]

AddThis Social Bookmark Button

distribute-list gateway with OSPF

October 18th, 2008 Wael Osama Posted in CISCO HOW-TO, OSPF 1 Comment »

The following example is showing how to use distribute-list with the gateway option for inbound route filtering  in OSPF. The diagram below shows R1 directly connected to R2 with OSPF configured between them.

Initial Configuration:
!– R1 OSPF configuration
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 172.16.12.1 0.0.0.0 area 0
network 172.16.101.1 0.0.0.0 area 0 !– R1’s Loopback0
network 10.10.10.1 0.0.0.0 [...]

AddThis Social Bookmark Button

BGP Default-Originate insights

October 16th, 2008 Wael Osama Posted in BGP, CISCO HOW-TO No Comments »

BGP has multiple ways of advertising a default route to its neighbors;  the neighbor default-originate command is one of these methods and used to advertise a default route to a specific neighbor. Below are some characteristics of the default route advertised by this way.
Originator router:

Default route does not need to be existing in the routing [...]

AddThis Social Bookmark Button

How-to: Avoid DNS lookup when mistyping a command

August 6th, 2008 Wael Osama Posted in CISCO HOW-TO, IP Services 1 Comment »

If domain lookup is enabled (default) the router treats each mistyped command as a hostname and tries to resolve its IP address by querying the DNS server.
This behavior is undesirable in most cases because it wastes network administrators time waiting for routers trying to resolve mistyped commands.
R2#xyz
Translating “xyz”…domain server (255.255.255.255)

Translating “xyz”…domain server (255.255.255.255)
(255.255.255.255)
Translating “xyz”…domain [...]

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.
For SW0 [...]

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 of the [...]

AddThis Social Bookmark Button

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

July 24th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 2 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 of the spanning [...]

AddThis Social Bookmark Button

How-to:Configure BGP aggregation Part2

July 18th, 2008 Wael Osama Posted in BGP, CISCO HOW-TO No 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 on [...]

AddThis Social Bookmark Button