• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back
Level 1 routes
- used to speed up the lookup process when locating routes.
-Level 1 route is a route with subnet mask equal or less than the classful mask of the network address.
commands for routing
debug ip routing
show ip route
functions of level 1 route
-default route (static route with address 0.0.0.0/0)
-supernet route - network addressw with a mask less than the classful mask
-network route - subnet mask is equal that of the classful mask. Network route can also be a parent route
Ultimate route
route that includes
next hop IP address
and/or exit interface
example of a level 1 network route
-directly connected network b/c it has a subnet mask same as the classful mask and it has an exit interface
parent route
-does not contain next hop IP or exit information. It is usually added when the child is added.
-Parent route is just to indicate that there is a child route.
Child route/level 2 route
-a route that is a subnet of a classful network address.
-They are also considered ultimate routes
variably subnetted parent route
when there are two or more child routes with different subnet masks belonging to the same classful network.
router lookup process
-first look at level 1 routes including nework routes, supernet route fore the best match.
-if a best match is a level1 ultimate route, it's used.
-if the best match is a parent route:
-looks at child routes of that parent
-if no match, go to:
-check if the route is using classful or classless routing
-if classful -drop the packet
-if classless - continue searching level 1 supernet routes.
-if there is a lesser match, use that.
- if no match is found, drop the packet.
what is a best matched route
- the destination IP and the route should have a minimum of left most bits that match.
-the route IP should have atleast the number of matching bits indicated by the subnet mask.
example of best matched route
dest IP 172.16.0.10
-routes: 172.16.0.0/12, 172.16.0.0/18 and 172.16.0.0/26. Twenty six bits from 172.22.0.0 matches the dest and thus the match is 172.16.0.0/26
classfull and classless behavior
is different than classful and classless routing protocols. They determine how the routing table is searched after being populated.
how are they independent
-a routing table can be populated with a classless routing protocol such as RIPv2 and a classful routing behaviour b/c the no ip classless is configured.
configure classful and classless behavior
ip classless -default
no ip classless (classful)
8.3.3.2