Archive for the 'Routing' Category
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 [...]
Posted in BSCI, CCNA (ICND2), Routing | 2 Comments »
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 [...]
Posted in CCENT (ICND1), Routing | No Comments »
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 [...]
Posted in CCENT (ICND1), CCNA (ICND2), Routing | No Comments »
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 [...]
Posted in Access-Lists, CCNA (ICND2), Routing | No Comments »
Friday, July 3rd, 2009
The Cisco administrative distance is a value assigned to all routing protocols to define how trustworthy the information is. If a Cisco router has multiple routes in its routing table for the same network, it looks to see which route has the lowest cost/metric value. The problem with using cost values is that different [...]
Posted in CCNA (ICND2), Routing | No Comments »
Thursday, July 2nd, 2009
In yesterday’s post ‘Static Routing’ we saw that we needed to create a static route to allow the Cisco router “AOIP.ORG” to ping “R2″. The static route that we created was ‘ip route 10.0.1.0 255.255.255.0 192.168.1.1′ and ping was successful to the IP address 10.0.1.2 (R2′s Serial interface). The problem with that configuration was that [...]
Posted in CCNA (ICND2), Routing | No Comments »
Wednesday, July 1st, 2009
A router by default only knows about networks that are directly connected to it. If a router is not directly connected to the final destination subnet, then the router needs to learn, or be told how to get to that destination. Learning routes can take place through the use of routing protocols, however in [...]
Posted in CCENT (ICND1), CCNA (ICND2), Routing | No Comments »
Friday, June 26th, 2009
In order to set up an IP address on an interface, we need to be in the interface level of the command line. This is a level within the global configuration level. From global configuration mode, we can enter the ‘interface serial 1/0’ command. If you are unsure of what interfaces are on the router, [...]
Posted in CCENT (ICND1), CCNA (ICND2), Maintenance, Routing | No Comments »
Monday, June 15th, 2009
CIDR was invented in 1990, and was the change that allowed routers to use classless addresses to route traffic instead of class-full addresses. This helped a huge amount as before its invention, routers could only route traffic based on full classes. If we look at Class A address for example, there are only 126 of [...]
Posted in CCNA (ICND2), Maintenance, Networking 101, Routing | No Comments »
Monday, June 8th, 2009
As the name indicates, and IP address is an address that computer equipment uses to be able to communicate with each other. It is made up of 4 octets (separated by a ‘.’), each of which is 8 bits in size (32 bits in total). If we look at our binary table for 8 bits, [...]
Posted in CCENT (ICND1), Maintenance, Management, Networking 101, Routing | No Comments »