Test 22 Ccna1 Ccna2 Acadnet
Test 22 Ccna1 Ccna2 Acadnet
Test 22 Ccna1 Ccna2 Acadnet
1. Refer to the exhibit. Assume that the routing protocol referenced in each choice below is
configured with its default settings and the given routing protocol is running on all the
routers. Which two conditional statements accurately state the path that will be chosen
between networks 10.1.0.0 and 10.3.2.0 for the routing protocol mentioned? (Choose two)
Explicatie:
Costul OSPF (se aduna costurile. Calea cea mai buna este calea cu costul cel mai mic)
Fast Ethernet =1
Ethernet=10
E1 (2,048 Mbps)=48
T1 (1,544 Mbps)=64
128 kbps=781
64 kbps=1562
56 kbps=1785
Bandwidth
10BaseT=10 Mbps
100 BaseT=100 Mbps (Fast Ethernet)
2. Refer to the exhibit. Which three statements are true about how router JAX will choose a
path to the 10.1.3.0/24 network when different routing protocols are configured? (Choose
three)
TEST 22 –CCNA1, CCNA2 - ACADNET
A. By default, if RIPv2 is the routing protocol, only the path JAX-ORL will be installed into the routing
table.
B. The equal cost paths JAX-CHI-ORL and JAX- NY-ORL will be installed in the routing table if
RIPv2 is the routing protocol.
C. When EIGRP is the routing protocol, only the path JAX-ORL will be installed in the routing table by
default.
D. When EIGRP is the routing protocol, the equal cost paths JAX-CHI-ORL, and JAX-NY-ORL
will be installed in the routing table by default.
E. With EIGRP and OSPF both running on the network with their default configurations, the
EIGRP paths will be installed in the routing table.
F. The OSPF paths will be installed in the routing table, if EIGRP and OSPF are both running on the
network with their default configurations.
Explanation
3. Refer to the exhibit. The network administrator must establish a route by which London
workstations can forward traffic to the Manchester workstations. What is the simplest way to
accomplish this?
TEST 22 –CCNA1, CCNA2 - ACADNET
5. If IP routing is enabled, which two commands set the gateway of last resort to the default
gateway? (Choose two)
A. ip default-gateway 0.0.0.0
B. ip route 172.16.2.1 0.0.0.0 0.0.0.0
C. ip default-network 0.0.0.0
D. ip default-route 0.0.0.0 0.0.0.0 172.16.2.1
E. ip route 0.0.0.0 0.0.0.0 172.16.2.1
6. What must be set correctly when configuring a serial interface so that higher-level protocols
calculate the best route?
A. bandwidth
B. delay
C. load
D. reliability
7. Which destination addresses will be used by Host A to send data to Host C? (Choose two)
TEST 22 –CCNA1, CCNA2 - ACADNET
8. Which routing protocols can be used within the enterprise network shown in the diagram?
(Choose three)
A. RIPv1
B. RIP v2
C. IGRP
D. OSPF
E. BGP
F. EIGRP
9. Which routing protocols will support the following IP addressing scheme? (Choose three)
A. RIP version 1
B. RIP version 2
C. IGRP
D. EIGRP
E. OSPF
TEST 22 –CCNA1, CCNA2 - ACADNET
10. Refer to the graphic. A static route to the 10.5.6.0/24 network is to be configured on the
HFD router. Which commands will accomplish this? (Choose two)
11. Refer to the exhibit. Host A is to send data to Host B. How will Router1 handle the data
frame received from Host A? (Choose three)
A. Router1 will strip off the source MAC address and replace it with the MAC address on the
forwarding FastEthernet interface.
B. Router1 will strip off the source IP address and replace it with the IP address on the forwarding
FastEthernet interface.
C. Router1 will strip off the destination MAC address and replace it with the MAC address of
Host B.
D. Router1 will strip off the destination IP address and replace it with the IP address of Host B.
E. Router1 will forward the data frame out interface FastEthernet0/1.
F. Router1 will forward the data frame out interface FastEthernet0/2.
13. A medium-sized company has a Class C IP address. It has two Cisco routers and one non-
Cisco router.
All three routers are using RIP version 1.
The company network is using the block of 198.133.219.0/24.
The company has decided it would be a good idea to split the network into three smaller
subnets and create the option of conserving addresses with VLSM.
What is the best course of action if the company wants to have 40 hosts in each of the three
subnets?
A. Convert all the routers to EIGRP and use 198.133.219.32/27, 198.133.219.64/27, and
198.133.219.92/27 as the new subnetworks.
B. Maintain the use of RIP version 1 and use 198.133.219.32/27, 198.133.219.64/27, and
198.133.219.92/27 as the new subnetworks.
C. Convert all the routers to EIGRP and use 198.133.219.64/26, 198.133.219.128/26, and
198.133.219.192/26 as the new subnetworks.
D. Convert all the routers to RIP version 2 and use 198.133.219.64/26, 198.133.219.128/26,
and 198.133.219.192/26 as the new subnetworks.
E. Convert all the routers to OSPF and use 198.133.219.16/28, 198.133.219.32/28, and
198.133.219.48/28 as the new subnetworks.
F. Convert all the routers to static routes and use 198.133.219.16/28, 198.133.219.32/28, and
198.133.219.48/28 as the new subnetworks.
Explanation
14. Refer to the exhibit. Which command will created a default route on RouterB to reach all
networks beyond RouterA?
15. Refer to the exhibit. A network associate has configured the internetwork that is shown in
the exhibit, but has failed to configure routing properly.
TEST 22 –CCNA1, CCNA2 - ACADNET
Which configuration will allow the hosts on the Branch LAN to access resources on the HQ LAN
with the least impact on router processing and WAN bandwidth?
A.
HQ(config)# ip route 192.168.1.0 255.255.255.0 192.168.2.5
Branch(config) # ip route 172.16.25.0 255.255.255.0 192.168.2.6
B.
HQ(config)# router rip
HQ(config-router)# network 192.168.2.0
HQ(config-router)# network 172.16.0.0
Branch(config)# router rip
Branch(config-router) # network 192.168.1.0
Branch(config-router)# network 192.168.2.0
C.
HQ(config)# router eigrp 56
HQ(config-router)# network 192.168.2.4
HQ(config-router)# network 172.16.25.0
Branch(config)# router eigrp 56
Branch(config-router)# network 192.168.1.0
Branch(config-router) # network 192.168.2.4
D.
HQ(config)# router ospf 1
HQ(config-router)# network 192.168.2.4 0.0.0.3 area 0
HQ(config-router)# network 172.16.25.0 0.0.0.255 area 0
Branch(config)# router ospf 1
Branch(config-router)# network 192.168.1.0 0.0.0.255 area 0
16. Refer to the exhibit. The network administrator requires easy configuration options and
minimal routing protocol traffic. Which two options provide adequate routing table information
for traffic that passes between the two routers and satisfy the requests of the network
administrator?(choose two)
TEST 22 –CCNA1, CCNA2 - ACADNET
17. A router receives information about network 192.168.10.0/24 from multiple sources. What
will the router consider the most reliable information about the path to that network?
18. Which parameter can be tuned (tunat, marit) to affect the selection of a static route as a
backup when a dynamic protocol is also being used?
A. link bandwidth
B. hop count
C. link cost
D. administrative distance
E. link delay
20. Which two are advantages of static routing when compared to dynamic routing? (choose
two)
TEST 22 –CCNA1, CCNA2 - ACADNET
A. Security increases because only the network administrator may change the routing tables.
B. Configuration complexity decreases as network size increases.
C. Routing updates are automatically sent to neighbors.
D. Route summarization is computed automatically by the router.
E. Routing traffic load is reduced when used in stub network links.
F. An efficient algorithm is used to build routing tables using automatic updates.
G. Routing tables adapt automatically to topology changes.
21. The speed of all serial links is E1 and the speed of the all other links is 100Mb/s. A static
route will be established on the Manchester router to direct traffic toward to the internet over
the most direct path available. What configuration of the Manchester router will establish a
route toward to the internet for traffic from workstation on the Manchester LAN?
23. Refer to the exhibit. Which (config-router) command will allow the network represented on the
interface to be advertised by RIP?
router rip
TEST 22 –CCNA1, CCNA2 - ACADNET
version 2
no auto summary
!
interface ethernet0
ip address 10.12.6.1
255.255.0.0
A. redistribute ethernet0
B. network ethernet0
C. redistribute 10.12.0.0
D. network 10.12.0.0
24. Which series of commands will configure router R1 for LAN-to-LAN communication with
router R2? The enterprise network address is 192.1.1.0/24 and the routing protocol in use is
RIP. (Choose three)
A.
R1 (config)# interface ethernet 0
R1 (config-if)# ip address 192.1.1.129 255.255.255.192
R1 (config-if)# no shutdown
B.
R1 (config)# interface ethernet 0
R1(config-if)#ip address 192.1.1.97 255.255.255.192
R1 (config-if)# no shutdown
C.
R1 (config)# interface serial 0
R1 (config-if)# ip address 192.1.1.4 255.255.255.252
R1 (config-if)# clock rate 56000
D.
R1 (config)# interface serial 0
R1(config-if)#ip address 192.1.1.6 255.255.255.252
R1 (config-it)# no shutdown
E.
R1 (config)# router rip
R1 (config-router)# network 192.1.1.4
R1 (config-router)# network 192.1.1.128
F.
R1 (config)# router rip
R1 (config-router)# version 2
R1 (config-router)# network 192.1.1.0
25. Refer to the exhibit. Two routers have just been configured by a new technician. All
interfaces are up. However, the routers are not sharing their routing tables. What is the
problem?
TEST 22 –CCNA1, CCNA2 - ACADNET
A. Split horizon is preventing Router2 from receiving routing information from Router1.
B. Router1 is configured for RIP version 2, and Router2 is configured for RIP version 1.
C. Router1 has an ACL that is blocking RIP version 2.
D. There is a physical connectivity problem between Router1 and Router2.
E. Router1 is using authentication and Router2 is not.
27. Refer to the exhibit. Router A has interfaces with addresses 192.168.1.1 and 172.16.1.1.
Router B, which is connected to router A over a serial link, has interfaces with address
172.16.1.2 and 10.1.1.2.
A.
B( config)# router rip
B(config-router)#version 2
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)# end
B.
B(config)# router rip 2
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)# end
C.
B(config)# router rip
B(config-router)#version 2
B(config-router)# network 172.16.0.0
TEST 22 –CCNA1, CCNA2 - ACADNET
B(config-router)#network 192.168.1.0
B(config-router)#end
D.
B(config)# router rip version 2
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)#end
28. Refer to the exhibit. After a RIP route is marked invalid on Router_1, how much time will
elapse before that route is removed from the routing table?
Router_1# show ip protocols
Routing Protocol is “rip”
Sending updates every 30 seconds, next due in 8 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list foe all interfaces is not set
Incoming update filter list for all interfaces is not set
Router 1#
A. 30 seconds
B. 60 seconds
C. 90 seconds
D. 180 seconds
E. 240 seconds
Explanation
The question reads: After a RIP route marked invalid on Router_1, how much time will elasped before
that route is removed from the routing table.
The word “REMOVED” in the question means “FLUSHED”
Carefully look at the Router_1 show ip protocol output:
Invalid is 180 secs.
Flushed is 240secs.
RIP route marked invalid (180secs.)
Time elasped before route is removed (Flushed 240secs.)
The difference is 60secs……..240-180=60. Actually is 180+60=240.
29. Refer to the graphic. Host 1 cannot receive packets from Host 2. Assuming that RIP v1 is
the routing protocol in use, what is wrong with the IP configuration information shown?
(Choose two)
TEST 22 –CCNA1, CCNA2 - ACADNET
A. The fa0/1 interface of router R2 has been assigned a broadcast address.
B. The fa0/1 network on router R2 overlaps with the LAN attached to R1.
C. Host 2 has been assigned the incorrect subnet mask.
D. Host 1 has been configured with the 255.255.248.0 subnet mask.
E. Host 2 on router R2 is on a different subnet than its gateway.
30. What two things will a router do when running a distance vector routing protocol? (Choose
two)
31.
Use the output from the router shown in the graphic above to determine which of the
following are correct. (Choose two)
32. What can be determined from the line of show ip route output shown in the exhibit?
(Choose two)
33. Which of the following statements below best describe the process identifier that is used
to run OSPF on a router? (Choose two)
A – It is an optional parameter required only if multiple OSPF processes are running on the router
B – It is locally significant
C – It is needed to identify a unique instance of an OSPF database
D – All routers in the same OSPF area must have the same process ID if they are to exchange routing
information
34. Why R1 can’t establish an OSPF neighbor relationship with R3 according to the following
graphic? (Choose two)
35. Which items are correct about the routing protocol OSPF? (Choose three)
A – Support VLSM
B – Increase routing overhead on the network
C – Confine network instability to one area of the network
D – Allow extensive control of routing updates
Explanation:
Routing overhead is the amount of information needed to describe the changes in a dynamic network
topology. All routers in an OSPF area have identical copies of the topology database and the topology
database of one area is hidden from the rest of the areas to reduce routing overheadbecause fewer
routing updates are sent and smaller routing trees are computed and maintained (allow extensive control
of routing updates and confine network instability to one area of the network).
36. Which three features are of OSPF routing protocol? (Choose three)
A – Converge quickly
B – OSPF is a classful routing protocol
C – Identify the best route by use of cost
D – Before exchanging routing information, OSPF routers find out neighbors
TEST 22 –CCNA1, CCNA2 - ACADNET
37. Refer to the exhibit. Which two statements are true about the loopback address that is
configured on RouterB? (Choose two)
Explanation
A loopback interface never comes down even if the link is broken so it provides stability for the OSPF
process (for example we use that loopback interface as the router-id).
38. Which characteristics are representative of a link-state routing protocol? (Choose three)
A. provides common view of entire topology
B. exchanges routing tables with neighbors
C. calculates shortest path
D. utilizes event-triggered updates
E. utilizes frequent periodic updates
39.
TEST 22 –CCNA1, CCNA2 - ACADNET
The internetwork infrastructure of company XYZ consists of a single OSPF area as shown in
the graphic. There is concern that a lack of router resources is impeding internetwork
performance.
As part of examining the router resources the OSPF DRs need to be known.
All the router OSPF priorities are at the default and the router IDs are shown with each router.
Which routers are likely to have been elected as DR? (Choose two)
A. Corp-1
B. Corp-2
C. Corp-3
D. Corp4
E. Branch-1
F. Branch-2
Explanation
There are 2 segments on the topology above which are separated by Corp-3 router. Each segment will
have a DR so we have 2 DRs.
To select which router will become DR they will compare their router-IDs. The router with highest (best)
router-ID will become DR. The router-ID is chosen in the order below:
+ If a loopback interface is not defined, the highest IP address of all active router’s physical interfaces
will be chosen.
TEST 22 –CCNA1, CCNA2 - ACADNET
40.
A network associate has configured OSPF with the command:
City(config-router)# network 192.168.12.64 0.0.0.63 area 0
After completing the configuration, the associate discovers that not all the interfaces are
participating in OSPF.
Which three of the interfaces shown in the exhibit will participate in OSPF according to this
configuration statement? (Choose three)
A. FastEthernet0/0
B. FastEthernet0/1
C. Serial0/0
D. Serial0/1.102
E. Serial0/1.103
F. Serial0/1.104
41. When running OSPF, what would cause router A not to form an adjacency with router B?
42. Refer to the exhibit. Given the output for this command, if the router ID has not been
manually set, what router ID will OSPF use for this RouterD?
43. Which commands are required to properly configure a router to run OSPF and to add
network 192.168.16.0/24 to OSPF area 0? (choose two)
A. Router(config)#router ospf 1
B. Router(config)#router ospf 0
C. Router(config)#router ospf area 0
D. Router(config-router)#network 192.168.16.0 0.0.0.255 area 0
E. Router(config-router)#network 192.168.16.0 0.0.0.255 0
F. Router(config-router)#network 192.168.16.0 255.255.255.0 area 0
44. Which parameter or parameters are used to calculate OSPF cost in Cisco routers?
A. Bandwidth, Delay and MTU
B. Bandwidth
C. Bandwidth and MTU
D. Bandwidth, MTU, Reliability, Delay and Load
Explicatii:
The well-known formula to calculate OSPF cost is
45. Refer to the exhibit. Why are two OSPF designated routers identified on Core-Router?
Explanation
OSPF elects one DR per multi-access network. In the exhibit there are two DR so there must have more
than one multi-access network.
46. What is the default maximum number of equal-cost paths that can be placed into the
routing of a Cisco OSPF router?
A. 16
B. 2
TEST 22 –CCNA1, CCNA2 - ACADNET
C. unlimited
D. 4
Explanation
The default number of equal-cost paths that can be placed into the routing of a Cisco OSPF router is 4.
We can change this default value by using “maximum-paths” command:
Router(config-router)#maximum-paths 2
47. What is the OSPF default frequency, in seconds, at which a Cisco router sends hello
packets on a multiaccess network?
A. 10
B. 40
C. 30
D. 20
Explanation
On broadcast multiacess and point-to-point links, the default is 10 seconds. On NBMA, the default is 30
seconds.
49. What information does a router running a link-state protocol use to build and maintain its
topological database? (Choose two)
A. hello packets
B. SAP messages sent by other routers
C. LSAs from other routers
D. beacons received on point-to-point links
E. routing tables received from other link-state routers
F. TTL packets from designated routers
50. Refer to the exhibit, when running EIGRP what is required for R1 to exchange routing
updates with R3?