IT-341 Module-12 Chapter-15 (Cisco)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Which two methods can be used to identify the next hop in a static route? (Choose two.)

a. Destination interface

b. Next hop IP address

c. Destination network address

d. Exit interface

e. Source IP address

b. Next hop IP address

d. Exit interface

2
New cards

Which IPv4 static route statement is true?

a. The destination network is identified using the network address and wildcard mask.

b. The distance keyword is used to create a fully specified static route.

c. The source network is identified using the network address and wildcard mask.

d. Using the exit interface only is common in a point-to-point configuration.

d. Using the exit interface only is common in a point-to-point configuration.

3
New cards

How is the destination network in an IPv6 static route identified?

a. Using an IPv6 prefix and prefix length

b. Using an IPv6 prefix and subnet mask

c. Using an IPv6 prefix and wildcard mask

d. Using an IPv6 prefix only

a. Using an IPv6 prefix and prefix length

4
New cards

A network administrator configures a router by the command ip route 0.0.0.0 0.0.0.0 209.165.200.226. What is the purpose of this command?

a. To forward all packets to the device with IP address 209.165.200.226

b. To add a dynamic route for the destination network 0.0.0.0 to the routing table

c. To forward packets destined for the network 0.0.0.0 to the device with IP address 209.165.200.226

d. To provide a route to forward packets for which there is no route in the routing table

d. To provide a route to forward packets for which there is no route in the routing table

5
New cards

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. Directly connected static route

6
New cards

A network administrator uses the command ip route 172.18.0.0 255.255.0.0 S0/0/1 to configure a floating static route on a router. That route will function as a backup route to reach the EIGRP learned network 172.18.0.0/16. After this configuration, the EIGRP route is removed from the routing table even though EIGRP is still functioning properly. Why is the static route not functioning as intended?

a. The next hop neighbor IP address is not configured.

b. The administrative distance value is not high enough on the static route.

c. The destination network is incorrectly configured.

d. The network mask is incorrectly configured.

b. The administrative distance value is not high enough on the static route.

7
New cards

What type of static route is created when the next-hop IP address and exit interface are specified?

a. Recursive static route

b. Directly connected static route

c. Fully specified static route

d. Default static route

c. Fully specified static route

8
New cards

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. ip route 209.165.200.228 255.255.255.248 10.0.0.1 120

9
New cards

Which static route statement shows a recursive IPv6 static route?

a. Ipv6 route 0::/0 S0/0/0

b. Ipv6 route 0::/0 S0/0/0 254

c. Ipv6 route 2001:db8:cafe:1::/56 S0/0/0

d. Ipv6 route 2001:db8:cafe:1::/56 2001:db8:1000:10::1

e. Ipv6 route 2001:db8:cafe:1::/56 S0/0/0 2001:db8:1000:10::1

d. Ipv6 route 2001:db8:cafe:1::/56 2001:db8:1000:10::1

10
New cards

A network administrator is configuring a route to forward packets to a specific web server. What type of route should be configured by the administrator?

a. A host route

b. An OSPF route

c. An EIGRP route

d. A default route

e. A static route with an administrative distance higher than 1

a. A host route

11
New cards

Which command would create a valid IPv6 default route?

a. ipv6 route ::/0 fe80::1

b. ipv6 route 2001:db8:acad:1::/64 ::1

c. ipv6 route ::/0 2001:db8:acad:2::a

d. ipv6 route ::/128 2001:db8:acad:1::1

c. ipv6 route ::/0 2001:db8:acad:2::a

12
New cards

What is a characteristic of a default static route? ​

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 is the original dynamic routing protocol.

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.

13
New cards

What is the purpose of a floating static route?

a. It allows summarization of contiguous networks.

b. It allows an alternate connection to be used when the preferred link fails.

c. It is commonly used when a dynamic routing protocol is not being used.

d. It allows connectivity to remote destinations that are not contained in the routing table.

b. It allows an alternate connection to be used when the preferred link fails.

14
New cards

Which IPv6 static route would serve as a backup route to a dynamic route learned through OSPF?

a. Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 100

b. Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::100

c. Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200

d. Router1(config)# ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::100 100

c. Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200

15
New cards

What command, or set of commands, would be used to determine if the following configuration on router HQ works as designed?

ip route 0.0.0.0 0.0.0.0 serial 0/0/0 10
ip route 0.0.0.0 0.0.0.0 serial 0/1/0

a.
HQ(config)# interface serial 0/1/0
HQ(config-if)# shutdown
HQ(config-if)# end
HQ# show ip route

b. HQ# traceroute 128.107.0.99

c. HQ# show ip interface brief

d. HQ# ping 128.107.0.99
HQ# ping 64.100.0.5

e. HQ# show ip route

a.
HQ(config)# interface serial 0/1/0
HQ(config-if)# shutdown
HQ(config-if)# end
HQ# show ip route

16
New cards

Which type of static route typically uses the distance parameter in the ip route global configuration command?

a. Summary static route

b. Default static route

c. Floating static route

d. Standard static route

c. Floating static route

17
New cards

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. To be used as a backup route

18
New cards

What network address and subnet mask combination would be used to create a default static route that matches any IPv4 destination?

a. 0.0.0.0 0.0.0.0

b. 0.0.0.0 255.255.255.255

c. 255.255.255.255 255.255.255.255

d. 255.255.255.255 0.0.0.0

a. 0.0.0.0 0.0.0.0