- A routing protocol sends and receives routing information packets to and from other routers.
- A routed protocol can be routed by a router, which means that it can be forwarded from one router to another.
- A routed protocol contains the data elements required for a packet to be sent outside of its host netowkr or network segment. In other words, a routed protocol can be routed.
- Protocols used to communicate routing information between routers within an autonomous system are Interior Gateway Protocols (IGP), which are routing protocols, but not routed protocols.
As far as the CCNA exam goes, there are three types of routing: static, dynamic, and default.
A static route is configured on the router with a command like this:
ip route [destination_network] [mask] [next_hop_address or exit interface] [administrative-distance] [permanent]
Example: RouterA(config)#ip route 192.168.1.0 255.255.255.0 192.168.1.1 3
Using the previous command example the key elements of the static router configuration command are:
Static routing has the following benefits:
Routers use a series of calculations and metric-based decisions to determine the most efficient and economical router for a packet to use to reach its destination. In general, these calculations and decisions are embedded in an algorithm.
Here are some of the metrics used to determine the better route:
For the CCNA exam, you should remember that a distance-vector algorithm is concerned primarily with hop count, or the number of routers that a packet must pass through to reach its destination. RIP and IGRP use distance-vector algorighms. In each of these routing protocols, the routing table lists a remote network and also the number of hops required to get to it.
RIP uses a maximum hop count of 15 and IGRP uses a maximum hop count of 255. Both are distance-vector routing protocols and interior routing protocols.
Three mechanisms used with distance-vector protocols to control routing (count to infinity) loops are split horizon, route poisoning, and hold-downs.
RIP (Routing Information Protocol) is a classful, distance-vector routing protocol. As such, it uses information provided to it by its neighboring routers to maintain information in a routing table about the cost, in terms of hops and other metrics, of a particular route. For the CCNA exam focus on adding RIP statements to the router.
The IGRP router command requires an autonomous system number to be assigned to the network entries included in the command.
An IPX network address is an 80-bit number that is made up of a 32-bit network ID and the 48-bit MAC address. Because an IPX address includes the MAC address of a node, there's no need for ARP translations on an IPX network.
Novell encapsulations and their Cisco equivalents:
Interface | Cisco Command Word |
Ethernet | novell-ehter |
Token Ring | sap |
FDDI | snap |
Serial | hdlc |
Novell | Cisco |
Ethernet_802.2 | sap |
Ethernet_802.3 | novell-ether (default) |
Ethernet_snap | snap |
Ethernet_II | arpa |
FDDI_snap | snap (default) |
FDDI_raw | novell-fddi |
FDDI_802.2 | sap |
Token-Ring | sap (default) |
Token-Rint_snap | snap |
Command | Action |
Privileged Exec Mode | You must be in this mode to use the remaining commands in this table. |
ping | Verifies that a network connection is reachable. |
show ipx traffic | Displays IPX traffic statistics. |
show ipx route | Displays all IPX entries in the routing table or just one entry if the network value is entered. |
show ipx interface | Displays a detailed view of an interface's IPX settings. |
show ipx servers | Lists the IPX servers discovered through SAP advertisements. |
debug ipx sap | Displays messages regarding SAP updates. |
debug ipx routing | Displays messages about each routing update. |
No comments:
Post a Comment