Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 16 pages
Exam (elaborations)

CCNA 2 Routing and Switching Essentials Final Exam Graded A+!!!

Document preview thumbnail
Preview 3 out of 16 pages

Which kind of message is sent by a DHCP client when its IP address lease has expired? 1. a DHCPREQUEST unicast message 2. a DHCPREQUEST broadcast message 3. a DHCPDISCOVER broadcast message 4. a DHCPDISCOVER unicast message - ANS a DHCPREQUEST unicast message Which three pieces of information does a link-state routing protocol use initially as link-state information for locally connected links? (Choose three.) 1. the link bandwidth 2. the type of network link 3. the cost of that link 4. the link next-hop IP address 5. the link router interface IP address and subnet mask - ANS 2. the type of network link 3. the cost of that link 5. the link router interface IP address and subnet mask Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the reason that the number of active clients is 0? 1. No clients have communicated with the DHCPv6 server yet. 2. The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation. 3. The default gateway address is not provided in the pool. 4. The IPv6 DHCP pool configuration has no IPv6 address range specified. - ANS 2. The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation. What is the purpose of setting the native VLAN separate from data VLANs? 1. The native VLAN is for carrying VLAN management traffic only. 2. The native VLAN is for routers and switches to exchange their management information, so it should be different from data VLANs. 3. The security of management frames that are carried in the native VLAN can be enhanced 4. A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs. - ANS 4. A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs. Which two statements are characteristics of routed ports on a multilayer switch? (Choose two.) 1. In a switched network, they are mostly configured between switches at the core and distribution layers. 2. The interface vlan command has to be entered to create a VLAN on routed ports. 3. They support subinterfaces, like interfaces on the Cisco IOS routers. 4. They are not associated with a particular VLAN. 5. They are used for point-to-multipoint links. - ANS 4. They are not associated with a particular VLAN. 5. They are used for point-to-multipoint links. A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network? 1. ip route 172.16.32.0 255.255.0.0 S0/0/0 100 2. ip route 172.16.0.0 255.255.224.0 S0/0/0 100 3. ip route 172.16.0.0 255.255.240.0 S0/0/0 200 4. ip route 172.16.32.0 255.255.224.0 S0/0/0 200 - ANS 4. ip route 172.16.32.0 255.255.224.0 S0/0/0 200 Refer to the exhibit. What summary static address would be configured on R1 to advertise to R3? 1. 192.168.0.0/24 2. 192.168.0.0/23 3. 192.168.0.0/22 4. 192.168.0.0/21 - ANS 3. 192.168.0.0/22 Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. What is the problem preventing PC0 and PC1 from communicating with PC2 and PC3? 1. The serial interfaces of the routers are in different subnets. 2. The gigabit interfaces are passive. 3. The routers are using different OSPF process IDs. 4. No router ID has been configured on the routers. - ANS 1. The serial interfaces of the routers are in different subnets. Put these in order. Each router uses the database to construct a complete map of the topology and computes the best Each router is responsible for "saying hello" to its neighbors on directly connected networks. Each router builds a Link-State Packet (LSP) containing the state of each directly connected link Each router learns about its own directly connected networks. Each router floods the LSP to all neighbors, who then store all LSPs received in a database - ANS 5 2 3 1 4 When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic switched to by default? 1. management VLAN ID 2. native VLAN ID 3. unused VLAN ID 4. data VLAN ID - ANS 2. native VLAN ID Refer to the exhibit. R1 was configured with the static route command ip route 209.165.200.224 255.255.255.224 S0/0/0 and consequently users on network 172.16.0.0/16 are unable to reach resources on the Internet. How should this static route be changed to allow user traffic from the LAN to reach the Internet? 1. Add an administrative distance of 254. 2. Change the destination network and mask to 0.0.0.0 0.0.0.0 3. Add the next-hop neighbor address of 209.165.200.226. 4. Change the exit interface to S0/0/1. - ANS 2. Change the destination network and mask to 0.0.0.0 0.0.0.0 What best describes the operation of distance vector routing protocols? 1. They flood the entire network with routing updates. 2. They send their routing tables to directly connected neighbors. 3. They use hop count as their only metric. 4. They only send out updates when a new network is added. - ANS 2. They send their routing tables to directly connected neighbors. How is the router ID for an OSPFv3 router determined? 1. the highest IPv6 address on an active interface 2. the highest IPv4 address on an active interface 3. the highest EUI-64 ID on an active interface 4. the lowest MAC address on an active interface - ANS 2. the highest IPv4 address on an active interface Refer to the exhibit. How many broadcast and collision domains exist in the topology? 1. 10 broadcast domains and 5 collision domains 2. 5 broadcast domains and 11 collision domains 3. 16 broadcast domains and 11 collision domains 4. 5 broadcast domains and 10 collision domains - ANS 4. 5 broadcast domains and 10 collision domains A small-sized company has 20 workstations and 2 servers. The company has been assigned a group of IPv4 addresses 209.165.200.224/29 from its ISP. What technology should the company implement in order to allow the workstations to access the services over the Internet? 1. static NAT 2. port address translation 3. DHCP 4. dynamic NAT - ANS 4. dynamic NAT A router needs to be configured to route within OSPF area 0. Which two commands are required to accomplish this? (Choose two.) 1. RouterA(config-router)# network 192.168.2.0 255.255.255.0 0 2. RouterA(config)# router ospf 0 3. RouterA(config-router)# network 192.168.2.0 0.0.0.255 0 4. RouterA(config)# router ospf 1 5. RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0 - ANS 4. RouterA(config)# router ospf 1 5. RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0 Which command will create a static route on R2 in order to reach PC B? 1. R1(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1 2. R1(config)# ip route 172.16.2.0 255.255.255.0 172.16.2.254 3. R1(config)# ip route 172.16.2.1 255.255.255.0 172.16.3.1 4. R1(config)# ip route 172.16.3.0 255.255.255.0 172.16.2.254 - ANS 1. R1(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1 Refer to the exhibit. The Gigabit interfaces on both routers have been configured with subinterface numbers that match the VLAN numbers connected to them. PCs on VLAN 10 should be able to print to the P1 printer on VLAN 12. PCs on VLAN 20 should print to the printers on VLAN 22. What interface and in what direction should you place a standard ACL that allows printing to P1 from data VLAN 10, but stops the PCs on VLAN 20 from using the P1 printer? (Choose two.)

Content preview

CCNA 2 Routing and Switching
Essentials Final Exam Graded A+!!!




A
R
U
LA
C
O
D

,Which kind of message is sent by a DHCP client when its IP address lease has expired?
1. a DHCPREQUEST unicast message
2. a DHCPREQUEST broadcast message
3. a DHCPDISCOVER broadcast message
4. a DHCPDISCOVER unicast message - ANS a DHCPREQUEST unicast message




A
Which three pieces of information does a link-state routing protocol use initially as link-state
information for locally connected links? (Choose three.)




R
1. the link bandwidth
2. the type of network link
3. the cost of that link
4. the link next-hop IP address



U
5. the link router interface IP address and subnet mask - ANS
3. the cost of that link
5. the link router interface IP address and subnet mask
2. the type of network link
LA
Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The
administrator issues a show ipv6 dhcp pool command to verify the configuration. Which
statement explains the reason that the number of active clients is 0?
1. No clients have communicated with the DHCPv6 server yet.
2. The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.
C

3. The default gateway address is not provided in the pool.
4. The IPv6 DHCP pool configuration has no IPv6 address range specified. - ANS 2. The
state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.
O


What is the purpose of setting the native VLAN separate from data VLANs?
1. The native VLAN is for carrying VLAN management traffic only.
2. The native VLAN is for routers and switches to exchange their management information, so it
D



should be different from data VLANs.
3. The security of management frames that are carried in the native VLAN can be enhanced
4. A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth
contention on data VLANs. - ANS 4. A separate VLAN should be used to carry uncommon
untagged frames to avoid bandwidth contention on data VLANs.

Which two statements are characteristics of routed ports on a multilayer switch? (Choose two.)
1. In a switched network, they are mostly configured between switches at the core and
distribution layers.
2. The interface vlan command has to be entered to create a VLAN on routed ports.

, 3. They support subinterfaces, like interfaces on the Cisco IOS routers.
4. They are not associated with a particular VLAN.
5. They are used for point-to-multipoint links. - ANS 4. They are not associated with a
particular VLAN.
5. They are used for point-to-multipoint links.

A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which
command will implement a backup floating static route to this network?
1. ip route 172.16.32.0 255.255.0.0 S0/0/0 100
2. ip route 172.16.0.0 255.255.224.0 S0/0/0 100
3. ip route 172.16.0.0 255.255.240.0 S0/0/0 200




A
4. ip route 172.16.32.0 255.255.224.0 S0/0/0 200 - ANS 4. ip route 172.16.32.0
255.255.224.0 S0/0/0 200




R
Refer to the exhibit.

What summary static address would be configured on R1 to advertise to R3?




U
1. 192.168.0.0/24
2. 192.168.0.0/23
LA
3. 192.168.0.0/22
4. 192.168.0.0/21 - ANS 3. 192.168.0.0/22

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
What is the problem preventing PC0 and PC1 from communicating with PC2 and PC3?
C

1. The serial interfaces of the routers are in different subnets.
2. The gigabit interfaces are passive.
3. The routers are using different OSPF process IDs.
O


4. No router ID has been configured on the routers. - ANS 1. The serial interfaces of the
routers are in different subnets.
D



Put these in order.
Each router uses the database to construct a complete map of the topology and computes the
best

Each router is responsible for "saying hello" to its neighbors on directly connected networks.

Each router builds a Link-State Packet (LSP) containing the state of each directly connected link

Each router learns about its own directly connected networks.

Document information

Uploaded on
July 7, 2025
Number of pages
16
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$12.39

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
DocLaura
4.2
(44)
Sold
160
Followers
38
Items
6400
Last sold
1 month ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions