12 - Static Routing Flashcards

1
Q

A […] route is often used to direct traffic to the Internet.

A

default

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

A default route is a route to [network]/[netmask].

A

0.0.0.0/0

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

Code […] in the routing table indicates a candidate default route.

A

*

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

Code […] in the routing table indicates a static route.

A

S

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

Configure a default route, specifying the next-hop IP:
R1(config)# […]

A

ip route 0.0.0.0 0.0.0.0 next-hop

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

Configure a static route, specifying the exit-interface and next-hop IP:
R1(config)# […]

A

ip route ip-address netmask exit-interface next-hop

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

Configure a static route, specifying the exit-interface:
R1(config)# […]

A

ip route ip-address netmask exit-interface

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

Configure a static route, specifying the next-hop IP:
R1(config)# […]

A

ip route ip-address netmask next-hop

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

For an end host like a PC to send packets outside of its local network, it will send the packets to its […].

A

default gateway

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

In the routing table, the output “Gateway of last resort is not set” means […]

A

a default route has not been configured

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

Static routes in which you specify only the […] appear as directly-connected in the routing table.

A

exit-interface

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

The […] route is the least specific route possible.

A

default

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

To send a packet to a destination, does a router need a route to every network in the path to the destination?

A

No
(It only needs a route to the destination network)

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