Static routes and next hops

January 27th, 2009 Wael Osama Posted in Routing, WAN technologies 4 Comments »

Today I have received a question by mail from one of our readers asking about the difference between pointing the static route to a next hop address or pointing it to the exit interface itself as shown in the example below: !– Pointing to next hop address ip route 0.0.0.0 0.0.0.0 192.168.1.1 !– or Pointing [...]

AddThis Social Bookmark Button

Frame-relay Discard Eligibility Bit (DE)

September 27th, 2008 Wael Osama Posted in Frame-Relay, QOS No Comments »

What is the DE bit ? The DE bit is used to indicate that the frame has a lower importance than other frames and should be dropped first if the network experienced congestion. How to set the DE bit? We can use a simple network to test our configuration. R1 is connected via frame-relay to [...]

AddThis Social Bookmark Button

Frame-relay traffic shaping using MQC

September 27th, 2008 Wael Osama Posted in Frame-Relay, QOS No Comments »

To apply frame-relay traffic shaping using a normal map-class, the command frame-relay traffic-shaping must be applied to the main interface. This method has a pitfall; the problem is that when you apply the frame-relay traffic-shaping command to the main interface any DLCI that has no explicit map-class will be shaped to 56K by default. This [...]

AddThis Social Bookmark Button

What is: IP unnumbered?

July 15th, 2008 Wael Osama Posted in WAN technologies, What Is ? No Comments »

IP unnumbered is method that you can use to enable IP processing on a Point to Point interface without assigning an it an IP address to conserve the IP address space. All you need to do, is to select an interface that you are going to borrow its IP address; preferrably the loopback interface because [...]

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 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

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