CCENT CHAPTER 2 EXAM ANSWERS

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

A network administrator has entered a static route to an Ethernet LAN that is connected to an adjacent router. However, the route is not shown in the routing table. Which command would the administrator use to verify that the exit interface is up? a) show ip interface brief b) show ip protocols c) show ip route d) tracert

a)

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. 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 b) ipv6 route 2001:db8:10:12::/64 S0/0/0 c) ipv6 route 2001:db8:10:12::/64 2001:db8:10:12::1 d) ipv6 route 2001:db8:10:12::/64 2001:db8:32:77::1

a)

What happens to a static route entry in a routing table when the outgoing interface associated with that route goes into the down state? a) The static route is removed from the routing table. b) The router polls neighbors for a replacement route. c) The static route remains in the table because it was defined as static. d) The router automatically redirects the static route to use another interface.

a)

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 b) to load-balance the traffic c) to act as a gateway of last resort d) to be the priority route in the routing table

a)

What two pieces of information are needed in a fully specified static route to eliminate recursive lookups? (Choose two.) a) the interface ID exit interface b) the interface ID of the next-hop neighbor c) the IP address of the next-hop neighbor d) the administrative distance for the destination network e) the IP address of the exit interface

a) and c)

What are two advantages of static routing over dynamic routing? (Choose two.) a) Static routing is more secure because it does not advertise over the network. b) Static routing scales well with expanding networks. c) Static routing requires very little knowledge of the network for correct implementation. d) Static routing uses fewer router resources than dynamic routing. e) Static routing is relatively easy to configure for large networks.

a) and d)

A company has several networks with the following IP address requirements: . . . . . 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/25 b) 172.16.0.0/24 c) 172.16.0.0/23 d) 172.16.0.0/22

b)

Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 Which route would have to go down in order for this static route to appear in the routing table? a) a default route b) a static route to the 192.168.10.0/24 network c) an OSPF-learned route to the 192.168.10.0/24 network d)an EIGRP-learned route to the 192.168.10.0/24 network

b)

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) C 172.16.1.0 is directly connected, Serial0/0 b) S 172.16.1.0 is directly connected, Serial0/0 c) C 172.16.1.0 [1/0] via 172.16.2.2 d) S 172.16.1.0 [1/0] via 172.16.2.2

d)

What is a characteristic of a static route that matches all packets? a) It backs up a route already discovered by a dynamic routing protocol. b) It uses a single network address to send multiple static routes to one destination address. c) It identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route. d) It is configured with a higher administrative distance than the original dynamic routing protocol has.

C)

Refer to the exhibit. What routing solution will allow both PC A and PC B to access the Internet with the minimum amount of router CPU and network bandwidth utilization? . . . . . . a) Configure a static route from R1 to Edge and a dynamic route from Edge to R1. b) Configure a static default route from R1 to Edge, a default route from Edge to the Internet, and a static route from Edge to R1. c) Configure a dynamic route from R1 to Edge and a static route from Edge to R1. d) Configure a dynamic routing protocol between R1 and Edge and advertise all routes.

b)

Refer to the graphic. 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.5.2 b) A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2 c) A(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2 d) A(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1 e) A(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0

b)

What is the correct syntax of a floating static route? a) ip route 209.165.200.228 255.255.255.248 serial 0/0/0 b) ip route 209.165.200.228 255.255.255.248 10.0.0.1 120 c) ip route 0.0.0.0 0.0.0.0 serial 0/0/0 d) ip route 172.16.0.0 255.248.0.0 10.0.0.1

b)

What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network? a) dynamic route b) default route c) destination route d) generic route

b)

Which type of static route that is configured on a router uses only the exit interface? a) recursive static route b) directly connected static route c) fully specified static route d) default static route

b)

Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.) a) show version b) ping c) tracert d) show ip route e) show ip interface brief f) show arp

b), d) , and e)

Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 How would an administrator test this configuration? a) Delete the default gateway route on the router. b) Ping any valid address on the 192.168.10.0/24 network. c) Manually shut down the router interface used as a primary route. d) Ping from the 192.168.10.0 network to the 10.10.10.2 address

c )

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. Why are the pings from PC0 to Server0 not successful? a) The static route to network 192.168.1.0 is misconfigured on Router1. b) The static route to network 192.168.1.0 is misconfigured on Router2.​ c) The static route to network 192.168.2.0 is misconfigured on Router1.​ d) The static route to network 192.168.2.0 is misconfigured on Router2.​ Static routes should specify either a local interface or a next-hop IP address.

c)

Refer to the exhibit. 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 198.133.219.5 b) Border(config)# ip route 0.0.0.0 0.0.0.0 198.133.219.6 c) Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1 d) Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0

c)

Refer to the exhibit. The routing table for R2 is as follows: . . . . . . What will router R2 do with a packet destined for 192.168.10.129? a) drop the packet b) send the packet out interface Serial0/0/0 c) send the packet out interface Serial0/0/1 d) send the packet out interface FastEthernet0/0

c)

Refer to the exhibit. 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 ::/0 serial0/0/0 b) ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::1 c) ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::2 d) ipv6 route 2001:db8:1::/65 2001:db8:1:3::1

c)

Refer to the exhibit. Which default static route command would allow R1 to potentially reach all unknown networks on the Internet? a) R1(config)# ipv6 route 2001:db8:32::/64 G0/0 b) R1(config)# ipv6 route ::/0 G0/0 fe80::2 c) R1(config)# ipv6 route ::/0 G0/1 fe80::2 d) (config)# ipv6 route 2001:db8:32::/64 G0/1 fe80::2

c)

Graphic shows output of show ip route as follows: . . . . . . Refer to the exhibit. What two 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) A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2 b) A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2 c) A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2 d) A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0 e) A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2

c) and e)

An administrator issues the ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::1 100 command on a router. What administrative distance is assigned to this route? a) 0 b) 1 c) 32 d) 100

d)

R1 router has a serial connection to the ISP out s0/0/1. R1 router has the 10.0.30.0/24 LAN connected to G0/0. R1 has the 10.0.40.0/24 LAN connected to G0/1. Finally, R1 has the s0/0/0 10.0.50.0/24 network shared with R2. R2 also has the 10.0.60.0/24 LAN connected through G0/0. The following information is below R1. . . . . . . Refer to the exhibit. The small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue? a) R2 needs a static route to the R1 LANs. b) R1 and R2 must use a dynamic routing protocol. c) R1 needs a default route to R2. d) R1 needs a static route to the R2 LAN. e) R2 needs a static route to the Internet.

d)

Refer to the exhibit. 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 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 b) ip route 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 10 c) 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 d) 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

d)


Ensembles d'études connexes

Prokaryotic and Eukaryotic structures Chapter 3 and 4

View Set

Matter and Energy in Ecosystems Vocabulary ELL 1

View Set

5. Viatical and Life Settlements, & Classes of Life Policies

View Set

APR Exam Practice Questions Set 01

View Set

THE FRENCH REVOLUTION UNIT 6 WEST CIV LEAKE QUIZ

View Set