CCAN 2 Ch 6: Static Routing Flashcards

1
Q

What are two [2] advantages of static routing over dynamic routing?

A
  1. Static routing is more secure because it does not advertise over the network.
  2. Static routing uses fewer router resources than dynamic routing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which is the best way for PC A and PC B to successfully communicate with sites on the Internet?

A

Configure a default route from R1 to ISP and a static route from ISP to R1.

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

he small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue?

A

R1 needs a static route to the R2 LAN.

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

The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal?

A

ip route 0.0.0.0 0.0.0.0 s0/0/0

ip route 0.0.0.0 0.0.0.0 s0/1/0 10

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

What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network?

A

default route

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

Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?

A

A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2

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

The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table?

A

S 172.16.1.0 [1/0] via 172.16.2.2

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

The network administrator needs to configure a default route on the Border router. Which command would the administrator use to configure a default route that will require the least amount of router processing when forwarding packets?

A

Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1

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

Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router?

A

to be used as a backup route

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

What command would be used to configure a static route on R1 so that traffic from both LANs can reach the 2001:db8:1:4::/64 remote network?

A

ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::2

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

Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?

A

R1(config)# ipv6 route ::/0 G0/1 fe80::2

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

Which two statements describe classful IP addresses?

A
  1. All subnets in a network are the same size.

2. The number of bits used to identify the hosts is fixed by the class of the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A company has several networks with the following IP address requirements:
IP phones – 50
PCs – 70
IP cameras – 10
wireless access points – 10
network printers – 10
network scanners – 2

Which block of addresses would be the minimum to accommodate all of these devices if each type of device was on its own network?

A

172.16.0.0/24

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

What does VLSM allow a network administrator to do?

A

utilize multiple different subnet masks in the same IP address space

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

What would be the best summary route for the following networks?

  1. 50.168.0/23
  2. 50.170.0/23
  3. 50.172.0/23
  4. 50.174.0/24
A

10.50.168.0/21

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

What is a valid summary route for IPv6 networks 2001:0DB8:ACAD:4::/64, 2001:0DB8:ACAD:5::/64, 2001:0DB8:ACAD:6::/64, and 2001:0DB8:ACAD:7::/64?

A

2001:0DB8:ACAD:0004::/62

17
Q

Which type of static route that is configured on a router uses only the exit interface?

A

directly connected static route

18
Q

Which three [3] IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.)

A
  1. show ip route*
  2. show ip interface brief
  3. ping
19
Q

What two [2] commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)

A
  1. A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2

2. A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2

20
Q

What happens to a static route entry in a routing table when the outgoing interface is not available?

A

The route is removed from the table.

21
Q

What IPv6 static route can be configured on router R1 to make a fully converged network?

A

ipv6 route 2001:db8:10:12::/64 S0/0/1