Module 15: IP Static Routing
43 Questions
0 Views

Module 15: IP Static Routing

Created by
@TopnotchPhosphorus

Questions and Answers

Static routes can be configured for both ______ and IPv6.

IPv4

The command used to configure a static route for IPv4 is ______ route.

ip

One type of static route is called a ______ static route.

floating

A ______ static route is used when no other routes are available.

<p>default</p> Signup and view all the answers

Static routes are commonly implemented on a ______.

<p>network</p> Signup and view all the answers

Both IPv4 and IPv6 support standard, default, floating, and ______ static routes.

<p>summary</p> Signup and view all the answers

The next hop in a static route can be identified by an IP address, exit interface, or ______.

<p>both</p> Signup and view all the answers

To configure static host routes, the command used is ______ route.

<p>ip</p> Signup and view all the answers

R1 can ping R2, but cannot ping the ______ LAN.

<p>R3</p> Signup and view all the answers

The success rate for pinging 172.16.2.2 is ______ percent (5/5).

<p>100</p> Signup and view all the answers

R1’s gateway of last resort is ______ set.

<p>not</p> Signup and view all the answers

C 2001:DB8:ACAD:3::/64 is directly connected via ______.

<p>GigabitEthernet0/0/0</p> Signup and view all the answers

While pinging 192.168.2.1, R1 had a success rate of ______ percent (0/5).

<p>0</p> Signup and view all the answers

The command used to view the IPv4 routing table is ______.

<p>show ip route</p> Signup and view all the answers

The ping command to 2001:DB8:cafe:2::1 resulted in the message '% No valid ______ for destination'.

<p>route</p> Signup and view all the answers

In the example, three directly connected IPv6 static routes are configured on R1 using the exit ______.

<p>interface</p> Signup and view all the answers

Using a next-hop address is generally ______.

<p>recommended</p> Signup and view all the answers

The directly connected network for the address 2001:DB8:ACAD:2::1 is represented as ______.

<p>L</p> Signup and view all the answers

R1's command used to ping an IPv6 address begins with 'ping ______:DB8:ACAD:2::2'.

<p>2001</p> Signup and view all the answers

Directly connected static routes should only be used with point-to-point ______ interfaces.

<p>serial</p> Signup and view all the answers

In a fully specified static route, both the exit interface and the next-hop ______ address are specified.

<p>IP</p> Signup and view all the answers

R1 uses ______ to send ICMP Echo requests to test connectivity.

<p>ping</p> Signup and view all the answers

This form of static route is used when the exit interface is a ______-access interface.

<p>multi</p> Signup and view all the answers

The next hop must be directly connected to the specified exit ______.

<p>interface</p> Signup and view all the answers

Using an exit interface is optional; however, it is necessary to use a ______-hop address.

<p>next</p> Signup and view all the answers

In a fully specified static route, both the exit interface and the next-hop IPV6 ______ are specified.

<p>address</p> Signup and view all the answers

If the IPv6 static route uses an IPv6 link-local address as the next-hop address, use a fully specified ______ route.

<p>static</p> Signup and view all the answers

A fully specified IPv6 static route must be used for IPv6 link-local address as the next-hop ______.

<p>address</p> Signup and view all the answers

The administrative distance of a static route can be increased to make the route less __________.

<p>desirable</p> Signup and view all the answers

The command to configure a default IPv4 route is __________.

<p>ip route 0.0.0.0 0.0.0.0</p> Signup and view all the answers

If R2 fails, R1's routing table would show the __________ route being used.

<p>secondary</p> Signup and view all the answers

A host route is defined as an IPv4 address with a __________-bit mask.

<p>32</p> Signup and view all the answers

To verify that the default routes to R2 are installed, you can use the command __________.

<p>show ip route</p> Signup and view all the answers

The IPv4 subnet mask in a routing table determines how many bits must match between the destination IP address of the packet and the route in the ______.

<p>routing table</p> Signup and view all the answers

A /0 mask indicates that none of the bits are required to ______.

<p>match</p> Signup and view all the answers

The static default route matches all packets as long as a more specific match does not ______.

<p>exist</p> Signup and view all the answers

The IPv6 prefix-length in a routing table also determines how many bits must ______ between the destination IP address of the packet and the route.

<p>match</p> Signup and view all the answers

Floating static routes are static routes that provide a ______ path to a primary static or dynamic route.

<p>backup</p> Signup and view all the answers

The floating static route is only used when the primary route is not ______.

<p>available</p> Signup and view all the answers

The floating static route is configured with a higher ______ distance than the primary route.

<p>administrative</p> Signup and view all the answers

By default, static routes have an administrative distance of ______, making them preferable to routes learned from dynamic routing protocols.

<p>1</p> Signup and view all the answers

The administrative distance represents the ______ of a route.

<p>trustworthiness</p> Signup and view all the answers

A ::/0 prefix indicates that none of the bits are required to ______ in IPv6 routing.

<p>match</p> Signup and view all the answers

Study Notes

Module Overview

  • Module Title: IP Static Routing
  • Objectives include configuring both IPv4 and IPv6 static routes, default static routes, floating static routes, and static host routes.

Types of Static Routes

  • Static routes can be used alongside dynamic routing protocols in networks.
  • Types of static routes for IPv4 and IPv6 include:
    • Standard static route
    • Default static route
    • Floating static route
    • Summary static route
  • Configuration commands: ip route for IPv4 and ipv6 route for IPv6.

Next-Hop Options

  • Static routes can specify the next hop via an IP address, exit interface, or both.

IPv6 Routing Tables

  • Each router only maintains entries for directly connected networks.
  • IPv6 routes can include link-local addresses, requiring fully specified routes in certain configurations.

Configuring IP Static Routes

  • IPv6 Directly Connected Static Route:

    • Use the exit interface to configure directly connected static routes; recommended to use a next-hop address.
  • IPv4 Fully Specified Static Route:

    • Specify both exit interface and next-hop IP address, particularly in multi-access interfaces. Using next-hop address is mandatory when the exit interface is not defined.
  • IPv6 Fully Specified Static Route:

    • Similar to IPv4, both exit interface and next-hop IPv6 address must be mentioned, especially for link-local addresses.

Default Static Routes

  • Default routes are characterized by the prefix ::/0 for IPv6 and 0.0.0.0 0.0.0.0 for IPv4.
  • Use a default static route to match all packets when no other specific routes are available.

Floating Static Routes

  • Designed as backup paths for primary routes (static or dynamic).
  • Configured with a higher administrative distance than primary routes, only activated if the primary route fails.
  • Default administrative distance for static routes is 1, making them preferred unless configured otherwise.

Commands for Floating Static Routes

  • Sample commands to set up default and floating static routes are provided for both IPv4 and IPv6.

Testing Floating Static Routes

  • When primary routes go down (e.g. R2 serial interfaces are shut), the floating route takes over.

Static Host Routes

  • Defined as routes that direct traffic to a specific host, using a 32-bit mask for IPv4 or a 128-bit mask for IPv6.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

This quiz covers the essential aspects of configuring IPv4 and IPv6 static routes as detailed in Module 15 of Switching, Routing, and Wireless Essentials v7.0. It includes command syntax and configuration procedures. Test your knowledge and skills in static routing.

More Quizzes Like This

Assigning Static IP Address in Windows
6 questions
Assigning Static IP Addresses in Windows
10 questions
Assigning Static IP Addresses in Windows
10 questions
Module 15: IP Static Routing
43 questions
Use Quizgecko on...
Browser
Browser