ICND 1 - Chapter 6

Icnd 1 - chapter 6

37 cards   |   Total Attempts: 182
  

Related Topics

Cards In This Set

Front Back
Routing Process
-Packet is created on host-Packet is forwarded to default gateway if not on local network-If default gateway's hardware address is not known, arp request sent.-Frame is created with FCS, destination address of default gateway, source address of host.-Router receives packet and checks routing table for network of destination address - if it doesn't find one it will drop the packet.-If it finds an entry in the table, the router, changes the packet to a frame and arps for the destination host if it doesn't have one. Once it has an entry it forwards the packet.-Remote host receives packet, checks CRC to make sure it matches. Remote host becomes source host and sends packet back.
Prevention of Routing Loops
Maximum Hop Count - max count of 15 for hopsSplit Horizon - do not allow routing updates to go out the same interface they come inRoute Poisoning - Poisoning by advertising route that goes down as unreachable, preventing mistaken updates. Poison reverse ensures that all routes have received the updateHolddowns - timer to allow downed routes to recover, restrict updates to recently removed routes
RIP Timers
Route update timer - Sets the interval (typically 30 seconds) between periodic routing updatesin which the router sends a complete copy of its routing table out to all neighbors.
Route invalid timer - Determines the length of time that must elapse (180 seconds) before arouter determines that a route has become invalid. It will come to this conclusion if it hasn’theard any updates about a particular route for that period. When that happens, the routersends out updates to all its neighbors letting them know that the route is invalid.
Holddown timer - This sets the amount of time during which routing information is suppressed.Routes enter into the holddown state when an update packet is received that indicatesthe route is unreachable. This continues either until an update packet is received with a bettermetric or until the holddown timer expires. The default is 180 seconds.
Route flush timer - Sets the time between a route becoming invalid and its removal from therouting table (240 seconds). Before it’s removed from the table, the router notifies its neighborsof that route’s impending demise. The value of the route invalid timer must be less thanthat of the route flush timer. This gives the router enough time to tell its neighbors about theinvalid route before the local routing table is updated.
Create a static route to network 172.16.10.0/24 with a next-hop gateway of 172.16.20.1and an administrative distance of 150.
Ip route 172.16.10.0 255.255.255.0 172.16.20.1
From the SDM, you have just enabled RIP and the passive-interface box for your serialinterface is unchecked. What does this mean?
If the box next to an interface is unchecked, this means that passive-interface will not beused and RIP will be sent and received on that interface.
What command will you type to create a default route to 172.16.40.1?
Ip route 0.0.0.0 0.0.0.0 172.16.40.1
If you are using default routing, what command must also be used?
Router(config)#ip classless
You would use a default route on which type of network?
Stub network
To see the routing table on your router, what command will you use?
Show ip route
When creating a static or default route, you don’t have to use the next-hop IP address; youcan use the ___________________.
Exit interface
True/false: To reach a destination host, you must know the MAC address of the remote host.
False
True/false: To reach a destination host, you must know the IP address of the remote host.
True
If you have a DCE serial interface, what command must you enter for that interfaceto work?
Clock rate 64000
Write the commands used to turn RIP routing on in a router and advertise network 10.0.0.0.
Conf trouter ripnetwork 10.0.0.0
Write the commands to stop a router from propagating RIP information out serial 1.
Router rip, passive-interface s1