|
|
Recent Articles |
Cisco CCNP / BCMSN Exam Tutorial: Multicasting And Reserved Addresses Ever since you picked up your first CCNA book, you´ve heard about multicasting, gotten a fair idea of what it is, and you´ve memorized a couple of reserved multicasting addresses.
Cisco CCNP / BCSI Exam Tutorial: Configuring EIGRP Packet Authentication Configuring RIPv2 and EIGRP authentication with key chains can be tricky at first, and the syntax isn´t exactly easy to remember.
CCNA Recertification Requirements Passing the CCNA exam and earning this coveted Cisco certification is an important step in your career, but it´s not the end of your responsibilities as a CCNA!
How to Choose the Right IT Certification Training IT training is an important part of your professional formation, offering a range of alternatives in software training, technical training and certification training, that sometimes make it hard to find out which one is the most convenient when it comes to deciding.
Microsoft Certification: The New MCTS Tracks And Exams Microsoft is revamping its certification tracks, and will eventually retire the familiar MCSE certificatons.
Passing Your MCSE Exams On The Road To Microsoft Certification
To earn the Microsoft certified systems engineer
certification and to prove expertise in designing
and implementation of the infrastructure for business
solutions based on the Microsoft Windows 2003...
Cisco CCNA Certification: The (Many) Different Kinds Of Switching When you´re studying for your CCNA exam, whether you´re taking the Intro-ICND path or the single-exam path, you´re quickly introduced to the fact that switching occurs at Layer 2 of the OSI model.
Cisco CCNP Certification: The BGP Weight Attribute When you´re studying for the CCNP certification, especially the BSCI exam, you must gain a solid understanding of BGP.
Cisco CCNP Certification FAQ To earn your CCNP, you´ve got to pass some very rigorous Cisco exams, and you also need to know the rules regarding this important certification.
Cisco CCNA / CCNP Home Lab Tutorial: Starting Over When you´re preparing for success on your CCNA or CCNP certification exams, sooner or later you´re going to want to start totally from scratch on your Cisco routers and switches.
|
|
|
05.05.06
Ten IP Routing Details You Must Know!
By
Chris Bryant
To pass the BSCI exam and earn your CCNP, you´ve got to keep a lot of details in mind. It´s easy to overlook the "simpler" protocols and services such as static routing and distance vector protocols.
With this in mind, here´s a quick review of some details you should know for success in the exam room and real-world networks!
When packets need to be routed, the routing table is parsed for the longest prefix match if multiple paths exist with the same prefix length, the route with the lowest AD is preferred. If there are still multiple valid paths, equal-cost load-sharing goes into effect.
The ip route command is used to create static routes the command ip route 0.0.0.0 0.0.0.0 < next-hop-IP or local exit interface> creates a default static route.
A static route with a next-hop IP address has an AD of one, while a static route with a local exit interface has an AD of zero.
A floating static route is a static route with an AD higher than that of the dynamic routing protocols running on the router, ensuring that the static route can only be used if the routing protocol goes down.
On-Demand Routing (ODR) is only appropriate in a hub-and-spoke network. The spokes effectively become stub routers. ODR uses Cisco Discovery Protocol (CDP) to send route information.
To propagate a default route with IP routing, use the ip default-network command. To do so with IP routing disabled, use ip default-gateway. You can also redistribute a static route into most protocols, but not IGRP. IGRP does not understand a static route to 0.0.0.0.
The ip helper-address command takes certain broadcasts and translates then into unicasts in order to allow the router to forward them. These default ports are:
TIME, port 37
TACACS, port 49
DNS, port 53
BOOTP/DHCP Server, port 67
BOOTP/DHCP Client, port 68
TFTP, port 69
NetBIOS name service, port 137
NetBIOS datagram services, port 138
To name other ports, use the ip forward-protocol command. To remove any of these ports from the default list, use the no ip forward-protocol command.
ICMP Router Discovery Protocol (IRDP) hosts hear multicast Hellos from routers, allowing host-router discovery. HSRP routers create a virtual router that hosts think is a real router. Both protocols help networks cut over to a functional router quickly when their primary router goes down.
About the Author:
Chris Bryant, CCIE #12933, is the owner of The
Bryant Advantage. |