hgh bodybuilding

Archive for July, 2009

Configuring PPP Encapsulation

Friday, July 17th, 2009

Cisco routers use HDLC (High-Level Data Link Control protocol )as their default encapsulation protocol on serial lines. This works fine and there are no major problems with running HDLC however it lacks the troubleshooting commands that PPP (Point-to-Point Protocol) provides us. I learnt the value of PPP about 10 years back when I was installing [...]

Clock rate and Bandwidth commands

Thursday, July 16th, 2009

Two commands which are often confused or misunderstood, are the clock rate and bandwidth commands. In order to understand clock rate we first need to understand how the cabling works on routers. When connecting two routers together with a serial cable, one of the routers needs to host the DCE (Data Communications Equipment) side of [...]

IP Host

Wednesday, July 15th, 2009

If you find yourself often connecting to the same devices and are looking a quicker way to telnet to them rather than constantly typing the entire IP address for each one. Or if you have a very large network and find it hard to remember every devices IP address, but you can remember the host [...]

IP Domain-Lookup

Tuesday, July 14th, 2009

Often when typing commands in a hurry, or just typing incorrect commands, Cisco routers will try to do a lookup to find out if the invalid command is the name of another device you are trying to connect to. This results in the router displaying ‘Translating “the command”…domain server (255.255.255.255)’ three times and not accepting [...]

Uni-directional routing issues

Monday, July 13th, 2009

It is important to understand that any TCP packet that is routed over a network requires bi-directional support. This means that even though I may have a route on my router to your network, if you don’t have a route back to me, the transmission of packets will fail. TCP uses acknowledgments to confirm the [...]

Configuring OSPF on a Cisco Router

Friday, July 10th, 2009

OSPF (Open Shortest Path First) is an industry open standard supported by almost every router on the planet.   OSPF is a classless routing protocol so subnetmask values are sent in the update and it supports CIDR. OSPF does not send periodic updates and is designed to only send updates when something has changed or [...]

Configuring EIGRP on a Cisco Router

Thursday, July 9th, 2009

EIGRP (Enhanced Inter-Gateway Routing Protocol) is one of the fastest most reliable routing protocols available today, but it’s drawback is that it’s a Cisco proprietary protocol which means you either need a network that is running 100% Cisco, or have devices that support EIGRP in your network.   EIGRP is a classless routing protocol so [...]

Configuring RIP on a Cisco Router

Wednesday, July 8th, 2009

RIP (Routing Information Protocol) was one of the first routing protocols that hit the market, and still one of the easiest to configure.   RIPv1 is a classfull routing protocol and does not support VLSM’s or CIDR values and sends it’s updates as a broadcast message with a destination address of 255.255.255.255   RIPv2 supports [...]

What is a Routing Protocol?

Tuesday, July 7th, 2009

A routing protocol is a method that routers use to share information with each other about networks they are connected to. We have seen in previous posts on this website (Creating a Static Route and Default Gateway of Last Resort) how we make routes ourselves and how to teach a router how to send packets [...]

Wildcard Mask

Monday, July 6th, 2009

Before we can start to explain how routing protocols work, we need an understanding of wildcard masks.   The concept of wildcard mask is one that many people struggle with at first, but with a little time and practice it’s becomes second nature. Converting a full class subnet mask into a wildcard mask quite straight [...]