Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

ICT(COMPUTER HARDWARE AND RESOURCES)£11.25

Title: Understanding Routing Tables
Description: Lesson Content • The Routing Table • Routing Table Sources • Interpreting the entries in the routing table • Directly Connected Routes • Directly connected IPv6 Routes • Static Routes • Default Static Routes • Default Static IPv6 Routes • Routing Table Terms • Ultimate Route • Level 1 Route • Level 1 Parent Route • Level 2 Child Route • Route Lookup Process • IPv6 Routing Table Entries

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Advanced Routing
Lesson 3 – Understanding Routing Tables

Lesson Content
















The Routing Table
Routing Table Sources
Interpreting the entries in the routing table
Directly Connected Routes
Directly connected IPv6 Routes
Static Routes
Default Static Routes
Default Static IPv6 Routes
Routing Table Terms
Ultimate Route
Level 1 Route
Level 1 Parent Route
Level 2 Child Route
Route Lookup Process
IPv6 Routing Table Entries

The Routing Table
• A routing table is a file stored in RAM that contains information
about:
Directly connected routes
Remote routes
Network or next hop associations

Routing Table Sources
The show ip route command is used to display the contents of the
routing table:
• Local route interfaces - Added to the routing table when an
interface is configured
...

• Static routes - Added when a route is manually configured and the
exit interface is active
...


Routing Table Sources
(Cont…)

Interpreting the entries in
the routing table

Directly Connected Routes
A newly deployed router, without any configured interfaces, has an
empty routing table
...
)

Directly connected IPv6 Routes
• The show ipv6 route command shows the ipv6 networks and
routes installed in the routing table
...

• Static routes must be manually updated if the topology changes
...

• Configure a static route to a specific network using the ip route network

mask {next-hop-ip | exit-intf} command
...

• Configure a default static route using the ip route 0
...
0
...
0
...
0 {exitintf | next-hop-ip} command
...
Directly
connected, dynamically
learned, and link local
routes are ultimate
routes
...


Level 1 Route (Cont…)

Level 1 Parent Route

A level 1 parent route is a
level 1 network route
that is subnetted
...


Level 1 Parent Route (Cont…)

Level 2 Child Route
A level 2 child route is a
route that is a subnet of
a classful network
address
...

Level 1 parent routes
contain level 2 child
routes
...

2
...

4
...


If the best match is a level 1 ultimate route, then this route is used to
forward the packet
...

The router examines child routes (the subnet routes) of the parent route
for a best match
...

If there is not a match with any of the level 2 child routes, proceed to the
next step
...

7
...


The router continues searching level 1 supernet routes in the routing
table for a match, including the default route, if there is one
...

If there is not a match with any route in the routing table, the router
drops the packet
...

The route with the
greatest number of
equivalent far left bits, or
the longest match, is
always the preferred
route
...

• IPv6 is classless by design, all routes are effectively level 1 ultimate
routes
...


End of Lesson 3


Title: Understanding Routing Tables
Description: Lesson Content • The Routing Table • Routing Table Sources • Interpreting the entries in the routing table • Directly Connected Routes • Directly connected IPv6 Routes • Static Routes • Default Static Routes • Default Static IPv6 Routes • Routing Table Terms • Ultimate Route • Level 1 Route • Level 1 Parent Route • Level 2 Child Route • Route Lookup Process • IPv6 Routing Table Entries