CCNA Routing and Switching Essentials Chapter 6: Static Routing

Ace your homework & exams now with Quizwiz!

A. Next-hop route

This type of route specifies only the next-hop IP address. A. Next-hop route B. Directly connected static route C. Dynamic route D. Fully specified static route

B. Directly connected static route

This type of route specifies only the router exit interface. A. Next-hop route B. Directly connected static route C. Dynamic route D. Fully specified static route

B. Default static route

This type of static route route creates a gateway of last resort. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

ateway of Last Resort

If a more specific route does not exist, then the default route is used as the __________.

route resolvability

Before any packet is forwarded by a router, the routing table process must determine the exit interface to use to forward the packet. This is known as __________.

Default Static Route

If a router does not contain a route for a packet in its routing table it will send the packet to this route if configured.

C. 172.16.0.0/24

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/23 B. 172.16.0.0/22 C. 172.16.0.0/24 D. 172.16.0.0/25

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

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 2001:db8:10:12::1 C. ipv6 route 2001:db8:10:12::/64 2001:db8:32:77::1 D. ipv6 route 2001:db8:10:12::/64 S0/0/0

C. Webserver10

Open the PT activity. Perform the tasks in the activity instructions and then answer the question. What is the name of the web server that is displayed in the webpage? A. MNSRV B. WWW-Server C. Webserver10 D. Main-Webserver

D. R1 needs a static route to the R2 LAN.

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. R1 and R2 must use a dynamic routing protocol. B. R2 needs a static route to the Internet. C. R2 needs a static route to the R1 LANs. D. R1 needs a static route to the R2 LAN. E. R1 needs a default route to R2.

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

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 2001:db8:1:4::/64 2001:db8:1:3::1 B. ipv6 route ::/0 serial0/0/0 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. Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1

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 s0/0/0 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 198.133.219.6

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

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 0.0.0.0 0.0.0.0 s0/0/0 ip route 0.0.0.0 0.0.0.0 s0/1/0 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 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 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

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

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)# ip route 10.0.0.0 255.0.0.0 192.168.1.2 B. A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2 C. A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0 D. A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2 E. A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2

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

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/1 fe80::2 B. R1(config)# ipv6 route ::/0 G0/1 fe80::2 C. R1(config)# ipv6 route 2001:db8:32::/64 G0/0 D. R1(config)# ipv6 route ::/0 G0/0 fe80::2

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

Refer to the exhibit. Which is the best way for PC A and PC B to successfully communicate with sites on the Internet? A. Configure a routing protocol between R1 and ISP and advertise all the routes. B. Configure a static route from R1 to ISP and a dynamic route from ISP to R1. C. Configure a dynamic route from R1 to ISP and a static route from ISP to R1. D. Configure a default route from R1 to ISP and a static route from ISP to R1.

D. A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2

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.3.0 255.255.255.0 192.168.3.1 B. A(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0 C. A(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2 D. A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2 E. A(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2

B. S 172.16.1.0 [1/0] via 172.16.2.2

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 [1/0] via 172.16.2.2 C. S 172.16.1.0 is directly connected, Serial0/0 D. C 172.16.1.0 [1/0] via 172.16.2.2

D. Floating Static route

These types of routes are static routes that are used to provide a backup path to a primary static or dynamic route, in the event of a link failure. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

D. Fully specified static route

This type of route species the next-hop IP address and the exit interface. A. Next-hop route B. Directly connected static route C. Dynamic route D. Fully specified static route

B. Default static route

This type of static route route is simply a static route with 0.0.0.0/0 as the destination IPv4 address. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

Fully specified static route

This type of static route should be used in an Ethernet network when the output interface is a multi-access interface.

C. Summary static route

This type of static route uses a single network address to send multiple static routes to one destination address. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

D. Floating Static route Because it serves as a backup route to EIGRP. Administrative distance is the "trustworthiness" of a route.

This type of static route would be configured with an administrative distance of 95 within the same routing table of a router utilizing EIGRP which has an administrative distance of 90. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

A. Standard static route

This type of static route would be used to connect to a stub network with a specific network address. A. Standard static route B. Default static route C. Summary static route D. Floating Static route

D. More secure. E. Administrator intervention is required. F. Increases with network size

What are some features of a static route? (Choose three.) A. Automatically adapts to topology. B. Less secure. C. Route depends on the current topology D. More secure. E. Administrator intervention is required. F. Increases with network size

A. Static routing is more secure because it does not advertise over the network. C. Static routing uses fewer router resources than dynamic routing.

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 uses fewer router resources than dynamic routing. D. Static routing is relatively easy to configure for large networks. E. Static routing requires very little knowledge of the network for correct implementation.

C. utilize multiple different subnet masks in the same IP address space

What does VLSM allow a network administrator to do? A. utilize multiple routing protocols within an autonomous system B. utilize one dynamic routing protocol throughout the entire network C. utilize multiple different subnet masks in the same IP address space D. utilize one subnet mask throughout a hierarchical network E. utilize one public IP address to translate multiple private addresses

D. The route is removed from the table.

What happens to a static route entry in a routing table when the outgoing interface is not available? A. The route remains in the table because it was defined as static. B. The router redirects the static route to compensate for the loss of the next hop device. C. The router polls neighbors for a replacement route. D. The route is removed from the table.

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

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:0000::/63 B. 2001:0DB8:ACAD:0000::/64 C. 2001:0DB8:ACAD:0004::/62 D. 2001:0DB8:ACAD:0004::/63

1

What is the administrative distance of a static route?

C. default route

What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network? A. destination route B. generic route C. default route D. dynamic route

D. 10.50.168.0/21

What would be the best summary route for the following networks? 10.50.168.0/23 10.50.170.0/23 10.50.172.0/23 10.50.174.0/24 A. 10.50.160.0/22 B. 10.50.164.0/23 C. 10.50.168.0/16 D. 10.50.168.0/21 E. 10.50.168.0/22 F. 10.50.168.0/23

fully specified static Note: With the use of CEF, a fully specified static route is no longer necessary. A static route using a next-hop address should be used.

When configuring static routes on a Cisco router and NOT using Cisco Express Forwarding (CEF), it is recommended that when the exit interface is an Ethernet network (as opposed to a point-to-point serial connection), that a __________ route is used which includes both the exit interface and the next-hop address.

D. ping E. show ip route F. show ip interface brief

Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.) A. show version B. show arp C. tracert D. ping E. show ip route F. show ip interface brief

A. All subnets in a network are the same size. B. The number of bits used to identify the hosts is fixed by the class of the network.

Which two statements describe classful IP addresses? (Choose two.) A. All subnets in a network are the same size. B. The number of bits used to identify the hosts is fixed by the class of the network. C. It is possible to determine which class an address belongs to by reading the first bit. D. Three of the five classes of addresses are reserved for multicasts and experimental use. E. Up to 24 bits can make up the host portion of a Class C address. F. Only Class A addresses can be represented by high-order bits 100.

A. directly connected static route

Which type of static route that is configured on a router uses only the exit interface? A. directly connected static route B. default static route C. recursive static route D. fully specified static route

D. to be used as a backup route

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 the priority route in the routing table B. to act as a gateway of last resort C. to load-balance the traffic D. to be used as a backup route


Related study sets

Lewis 49: Thyroid & Parathyroid Disorders

View Set

Chapter 4 - Origin of the Solar System

View Set

2.3.2 Social Engineering Overview

View Set

Human Resource Final Revision Multiple Choice Question

View Set