Ch.16 Configuring IPv4 Addresses and Static Routes Flashcards

1
Q

What is the first step of a router routing logic

A

For each received data-link frame, choose whether or not to process the frame

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

What is the second step of a router routing logic

A

De-encapsulate the packet from inside the data-link frame

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

What is the third step of a router routing logic

A

Make a routing decision

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

What is the fourth step of a router routing logic

A

Encapsulate the packet into a data-link frame appropriate for the outgoing interface

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

What is the fifth step of a router routing logic

A

Transmit the frame out the outgoing interface

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

What are the three ways a router adds routes to its configuration

A

Connected routes
Static routes
Routing protocols

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

What is another name for a static route

A

network route

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

Define default route

A

Matches all destination IP addresses

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

Define a host route

A

When a single ip address is matched to an mac address

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

What command allows you to configure a static rout

A

ip route

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

What is a floating static route

A

A static IP route that uses a higher administrative distance than other routes. Mostly used if the preferred method of routing protocol fails

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

How to set the administrative distance in the command IP route

A

ip route (ipaddress) (subnet mask) (ipaddress of router / destination) (ad value )

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

What do you do when troubleshooting Incorrect Static Routes That Appear in the IP Routing Table

A
  1. Check if there is a subnetting math error in the subnet ID and mask
  2. Is the next-hop IP address correct and referencing an IP address on a neighboring router
  3. Does the next-hop IP address identify the correct router
  4. Is the outgoing interface correct, and referencing an interface on the local router
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do you do when troubleshooting The static route does not appear in the IP routing table

A
  1. For ip route commands that list an outgoing interface, that interface must be in an up/up state
  2. For ip route commands that list a next-hop IP address, the local router must have a route to reach that next-hop address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The correct static route appears but works poorly

A
  1. Check that the route is properly configured and keep an out out for a configuration with a permanent route applied
  2. Check for other possible issues outside of the routing configuration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What odes a router when a destination IP address matches more than one route in a routers IPv4 routing table

A

The router uses the most specific route- in other words, the route with the longest prefix length mask

17
Q

show ip route

A

Lists the routers entire routing table

18
Q

show arp, show ip arp

A

Lists the router IPv4 ARP table

19
Q

clear ip arp [ip-address]

A

Removes all dynamically learned ARP table entries, or if the command lists an IP address, removes the entry for that IP address only