1. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which port does Switch0 use to send frames to the host with the IPv4 address 10.1.1.5?
- Fa0/1
- Fa0/5
- Fa0/9
- Fa0/11
Answers Explanation & Hints: Issuing the command ipconfig /all from the PC0 command prompt displays the IPv4 address and MAC address. When the IPv4 address 10.1.1.5 is pinged from PC0, the switch stores the source MAC address (from PC0) along with the port to which PC0 is connected. When the destination reply is received, the switch takes the destination MAC address and compares to MAC addresses stored in the MAC address table. Issuing the show mac-address-table on the PC0 Terminal application displays two dynamic MAC address entries. The MAC address and port entry that does not belong to PC0 must be the MAC address and port of the destination with the IPv4 address 10.1.1.5.
For more Questions and Answers click the link below:
CCNA 1 v7 & v7.02 – ITN v7 – Modules 4 – 7: Ethernet Concepts Exam Answers 2023 Full 100%
=========================================================================
2. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which message is displayed when 10.10.10.1 is entered into the PC1 Web Browser address bar?
- Local Server
- Test Server
- File Server
- Cisco Server
Answers Explanation & Hints: Examining the configuration of switch SW1 shows that interface Gi0/1 is not configured as a trunk. Issuing the interface configuration command switchport mode trunk on this interface will enable communications between PC1 and Server1.
For more Questions and Answers click the link below:
CCNA 2 SRWE v7.0 & v7.02 – Modules 1 – 4 – Switching Concepts, VLANs, and Inter-VLAN Routing Exam Answers 2023 Full 100%
=======================================================================
3. Open the PT activity. Perform the tasks in the activity instructions and then answer the question.
Which interfaces in each router are active and operational?
- R1: G0/0 and S0/0/0
R2: G0/0 and S0/0/0 - R1: G0/1 and S0/0/1
R2: G0/0 and S0/0/1 - R1: G0/0 and S0/0/0
R2: G0/1 and S0/0/0 - R1: G0/0 and S0/0/1
R2: G0/1 and S0/0/1Answers Explanation & Hints: The command to use for this activity is show ip interface brief in each router. The active and operational interfaces are represented by the value “up” in the “Status” and “Protocol” columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.
For more Questions and Answers click the link below:
CCNA 1 v7 & v7.02 – ITN v7 – Modules 8 – 10: Communicating Between Networks Exam Answers 2023 Full 100%
========================================================================
4. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
What are the three IPv6 addresses displayed when the route from PC1 to PC2 is traced? (Choose three.)
- 2001:DB8:1:1::1
- 2001:DB8:1:1::A
- 2001:DB8:1:2::2
- 2001:DB8:1:2::1
- 2001:DB8:1:3::1
- 2001:DB8:1:3::2
- 2001:DB8:1:4::1
Answers Explanation & Hints: Using the ipv6config command on PC2 displays the IPv6 address of PC2, which is 2001:DB8:1:4::A. The IPV6 link-local address, FE80::260:70FF:FE34:6930, is not used in route tracing. Using the tracert 2001:DB8:1:4::A command on PC1 displays four addresses: 2001:DB8:1:1::1, 2001:DB8:1:2::1 , 2001:DB8:1:3::2, and 2001:DB8:1:4::A.
For more Questions and Answers click the link below:
CCNA 1 v7 & v7.02 – ITN v7 – Modules 11 – 13: IP Addressing Exam Answers 2023 Full 100%
=======================================================================
5. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which command has to be configured on the router to complete the SSH configuration?
- service password-encryption
- transport input ssh
- enable secret class
- ip domain-name cisco.com
Answers Explanation & Hints: The missing command to complete the SSH configuration is transport input ssh in line vty 0 4 mode.The commands service password-encryption and enable secret class do configure secure features on the router, but are not required to configure SSH. The command ip domain-name cisco.com is not required because the command ip domain-name span.com has been used.
For more Questions and Answers click the link below:
CCNA 1 v7 & v7.02 – ITN v7 – Modules 16 – 17: Building and Securing a Small Network Exam Answers 2023 Full 100%
=======================================================================
6. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
What is the keyword that is displayed on www.netacad.com?
- DHCP
- IPv6
- Cisco
- Router
- switch
- networking
Answers Explanation & Hints: In order for the host to receive the address of the DNS server, the host must use stateless DHCPv6. The router is configured with the correct DHCPv6 pool, but is missing the command ipv6 nd other-config-flag that signals to the host that it should use DHCPv6 to get additional address information. This command should be added to the interface Gigabit0/0 configuration on the router.
For more Questions and Answers click the link below:
CCNA 2 v7 & v7.02 | SRWE – Modules 7 – 9 | Available and Reliable Networks Exam Answers 2023 Full 100%
==================================================================
7. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which task has to be performed on Router 1 for it to establish an OSPF adjacency with Router 2?
- Issue the clear ip ospf process command.
- Remove the passive interface command from interface FastEthernet 0/0.
- Add the network 10.0.1.0 0.0.0.255 area 0 command to the OSPF process.
- Change the subnet mask of interface FastEthernet 0/0 to 255.255.255.0.
Answers Explanation & Hints: Each interface on the link connecting the OSPF routers must be in the same subnet for an adjacency to be established. The IP address subnet mask on FastEthernet interface 0/0 must be changed to 255.255.255.0. The FastEthernet interface 0/0 is not passive. The 10.0.1.0/24 network is only connected to Router2 so should not be advertised by Router1. The clear ip ospf process command will start the OPSF process on Router1 but will not cause an adjacency to be established if the subnet mask mismatch on the connecting interfaces still exists.