-
I've found this table that I created a while ago and it lists common WAN connections that businesses use. I have used this table like a reference guide to familiar myself into other protocols. People don't think of it much but the WAN is a different beast compared the LAN as it uses different protocols besides …
Read More -
Dynamic Routing Protocols
May 4, 2011 BGP Border Gateway Protocol CCENT CCNA Cisco cisco Cisco IOS computers Distance-vector routing protocol Enhanced Interior Gateway Routing Protocol Exterior Gateway Protocol General ICND1 ICND2 Interior gateway protocol Internet LAN networking Open Shortest Path First router Routing technology tutorial Tutorials WANIf you ever wanted to set up a network manually, you will quickly find how much overhead is required to get PCs, printers, and other network equipment. That's where dynamic routing protocols come into play although they are helpful I strongly urge you to understand static routing first. (See the post Configure Static …
Read More -
Plugging Cisco routers together and hoping they work out of the box is not something you should hope for. A router can learn about networks in two ways, manually from configured static routers which we will talk about today and dynamic routing protocols which will talk about on Wednesday. Let's get started! Static …
Read More -
In this simple tutorial we are going to be configuring a static NAT which is a one-to-one mapping between an inside IP address and an outside IP address. (One private to one permanent address) Using this type of NAT would be helpful for outside devices accessing your inside devices. (Like a web server) Let's get …
Read More -
This tutorial will help you configure PAT (Port Address Translation), or sometimes called NAT (Network Address Translation) with overload on a Cisco router. PAT uses multiple private IP addresses and translates them into a single or very few public IP addresses. This is possible because the private IP addresses are …
Read More