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

AddThis Social Bookmark Button

How-to: Configure trunk VLAN allowed list?

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

AddThis Social Bookmark Button

How-to:Configure PPP authentication Part2 (CHAP)

July 15th, 2008 Wael Osama Posted in CISCO HOW-TO, PPP No Comments »

The second and the most secure authentication method in PPP is CHAP. CHAP stands for challenge Handshake Authentication Protocol. How CHAP works? If CHAP is negotiated successfully during the LCP phase, the authenticator sends a challenge message to the peer. The peer responds to the challenge with a value calculated through an MD5 function. The [...]

AddThis Social Bookmark Button

How-to: Configure PPP authentication Part1 (PAP)

July 15th, 2008 Wael Osama Posted in CISCO HOW-TO, PPP No Comments »

PPP has two different authentication methods, in today’s post we are going to explore the first method which is PAP. PAP stands for Password Authentication Protocol which is a simple authentication method. PAP is considered an insecure method because the password is sent in clear text format over the PPP link and has no protection [...]

AddThis Social Bookmark Button

PPP in brief

July 14th, 2008 Wael Osama Posted in CISCO HOW-TO, PPP 3 Comments »

The Point-to-Point Protocol (PPP) provides a standard method for transporting multi-protocol packets over point-to-point links between two peers. In order to establish a communication link between two peers, each end of the PPP link must first send LCP packets to configure and test the data link. After the link has been established, the peer may [...]

AddThis Social Bookmark Button

How-TO: Configure DHCP on a CISCO router

July 11th, 2008 Wael Osama Posted in CISCO HOW-TO, IP Services 2 Comments »

This post is about configuring a CISCO router to act as a DHCP server in your network. Task1: Configure R1 to act as a DHCP server and provide all network information to hosts in the LAN dynamically. (R1 and R2 are directly connected via Ethernet) Server Configuration (R1) !– enable dhcp server (default) service dhcp [...]

AddThis Social Bookmark Button

How-to: Configure Frame-relay Switching

July 10th, 2008 Wael Osama Posted in CISCO HOW-TO, Frame-Relay, WAN technologies No Comments »

Routers can be configured as Frame Relay switches to be used mostly in service provider or LAB environments. Lets see how you can configure frame-relay switch to use your in studies. On a Frame Relay switch, frames from a Frame Relay PVC arriving o­n an incoming interface are switched to a Frame Relay PVC o­n [...]

AddThis Social Bookmark Button

Limiting non-business related applications during work hours

July 10th, 2008 Wael Osama Posted in CISCO HOW-TO, QOS, Security No Comments »

In this post we will explore how to limit or even stop your employees from using applications that are not related to the business during work hours. In the following example I am going to use HTTP as an example for unwanted applications, you can specify any type of application you would like to limit [...]

AddThis Social Bookmark Button

How-to: Configure trunking

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

A trunk port is a layer 2 port that may carry traffic from multiple VLANs. Trunk ports are mostly used to connect two switches, switch and a router for inter-vlan routing or a server. Cisco switches support two types of trunking encapsulation protocols as listed below 1- ISL : frames are fully encapsulated with an [...]

AddThis Social Bookmark Button

How to Configure Frame-relay interfaces

July 8th, 2008 Wael Osama Posted in CISCO HOW-TO, Frame-Relay, WAN technologies 2 Comments »

Frame relay interfaces can be configured as Physical, Multipoint and point-to-point interfaces. Frame relay routing protocols and mostly all network configuration is heavily affected by interface type selected. In the following digram R1 is connected to R2 using frame-relay and we are going to explore different configuration options. Task1: Configure frame-relay PVC between R1 and [...]

AddThis Social Bookmark Button