Chapter 15: IP Static Routing Flashcards

1
Q

Four types of static routes supported by IPv4 and IPv6

A
  • standard static route
  • default static route
  • floating static route
  • summary static route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Configuration commands to configure static routes

A
  • ip route

- ipv6 route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When configuring static route, next hop can be identified by an IP add, exit interface or both. How the dst is specified creates one of the three following types of static route:

A
  • next-hop route - only next-hop IP add is specified
  • directly connected static route - only router exit interface is specified
  • fully specified static route - next-hop IP and exit interface are specified
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what command needs to be issued before ipv6 static routing can be configured?

A

ipv6 unicast-routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What situation calls for IPv6 fully specified static route to be used? Why?

A

If the IPv6 static route uses IPv6 link-local add as the next-hop address.
Link-local addresses are only unique on a given link or network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Default static route. Commonly used?

A
  • a static route that matches all packets.

- connecting an edge router to a service provider network or a stub router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Floating static route

A

Static route used to provide a backup path to a primary static or dynamic route, in the event of a link failure. Used only when primary route is not available

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is floating static route configured

A

Configured with a higher administrative distance than the primary route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Default administrative distance when configuring static routes

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Host route

A

An IPv4 with 32-bit mask or IPv6 with 128-bit mask.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

3 ways that the host route can be added to the routing table

A
  • auto installed when IP add is configured on the router
  • configured as a static host value
  • host route auto obtained through other methods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A network admin is configuring a route to forward packets to a specific web server. What type of route should be configured by the admin?

A

a host route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When routers forwards a packet on a point-to-point link, what is the Layer 2 destination address?

A

All 1s address is added for the new frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Three commands to isolate problems with a static route?

A
  • ping
  • show ip route
  • show ip interface brief
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the show cdp neighbor command used for

A

to obtain info about directly connected Cisco devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Steps a router takes when it receives a packet on an Ethernet interface

A
  1. Router examines dst MAC address
  2. Router identifies the Ethernet Type field
  3. Router de-encapsulates the Ethernet frame
  4. Router examines the dst IP address
17
Q

What happens to a static route entry in a routing table when the outgoing interface associated with the route goes into the down state?

A

The static route is removed from the routing table

18
Q

What is required in order to have a non-recursive lookup by a router?

A

A nonrecursive route must have an exit interface specified from which the destination network can be reached.