We provide real ccent ccna icnd1 100 105 official cert guide exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Cisco icnd 100 105 Exam quickly & easily. The 100 105 icnd1 pdf PDF type is available for reading and printing. You can print more and practice many times. With the help of our Cisco icnd1 100 105 dumps pdf and vce product and material, you can easily pass the cisco 100 105 pdf exam.


2026 New 100-105 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/100-105/

Q1. - (Topic 4) 

Refer to the exhibit. 

A company wants to use NAT in the network shown. Which commands will apply the NAT configuration to the proper interfaces? (Choose two.) 

A. R1(config)# interface serial0/1 R1(config-if)# ip nat inside 

B. R1(config)# interface serial0/1 R1(config-if)# ip nat outside 

C. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat inside 

D. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat outside 

E. R1(config)# interface serial0/1 R1(config-if)# ip nat outside source pool 200.2.2.18 255.255.255.252 

F. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat inside source 10.10.0.0 255.255.255.0 

Answer: B,C 

Explanation: 

For NAT, you need to define which interfaces are inside and which are outside. The outside interface is the one that connects to the external network, and the one that will be used for translating addresses. The inside interface is for the internal network, and defines the network IP addresses that will get translated to the one specified in the outside network. 

Q2. - (Topic 7) 

Which function enables an administrator to route multiple VLANs on a router? 

A. IEEE 802 1X 

B. HSRP 

C. port channel 

D. router on a stick 

Answer:

Q3. - (Topic 3) 

Refer to the exhibit. 

Which default gateway address should be assigned to HostA? 

A. 192.168.1.1 

B. 192.168.1.65 

C. 192.168.1.66 

D. 192.168.1.129 

E. 10.1.1.1 

F. 10.1.1.2 

Answer:

Explanation: 

The default gateway will be the IP address of the router that it connects to, not the switch. 

Q4. - (Topic 3) 

Scenario 

Refer to the topology. Your company has decided to connect the main office with three other remote branch offices using point-to-point serial links. 

You are required to troubleshoot and resolve OSPF neighbor adjacency issues between the main office and the routers located in the remote branch offices. 

R1 does not form an OSPF neighbor adjacency with R2. Which option would fix the issue? 

A. R1 ethernetO/1 is shutdown. Configure no shutdown command. 

B. R1 ethernetO/1 configured with a non-default OSPF hello interval of 25: configure no ip ospf hello-interval 25 

C. R2 ethernetO/1 and R3 ethernetO/O are configured with a non-default OSPF hello interval of 25; configure no ip ospf hello-interval 25 

D. Enable OSPF for R1 ethernetO/1; configure ip ospf 1 area 0 command under ethernetO/1 

Answer:

Explanation: 

Looking at the configuration of R1, we see that R1 is configured with a hello interval of 25 on interface Ethernet 0/1 while R2 is left with the default of 10 (not configured). 

Q5. - (Topic 2) 

Refer to the exhibit. 

How many collision domains are shown? 

A. one 

B. two 

C. three 

D. four 

E. six 

F. twelve 

Answer:

Explanation: 

Hubs create single collision and broadcast domains, so in this case there will be a single collision domain for each of the two hubs. 

Q6. - (Topic 3) 

What is the subnet address for the IP address 172.19.20.23/28? 

A. 172.19.20.0 

B. 172.19.20.15 

C. 172.19.20.16 

D. 172.19.20.20 

E. 172.19.20.32 

Answer:

Explanation: 

From the /28 we can get the following: 

Increment: 16 (/28 = 11111111.11111111.11111111.11110000) 

Network address: 172.19.20.16 (because 16 < 23) 

Broadcast address: 172.16.20.31 (because 31 = 16 + 16 – 1) 

Q7. - (Topic 3) 

A router has learned three possible routes that could be used to reach a destination network. One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782. The last is from RIPv2 and has a metric of 4. Which route or routes will the router install in the routing table? 

A. the OSPF route 

B. the EIGRP route 

C. the RIPv2 route 

D. all three routes 

E. the OSPF and RIPv2 routes 

Answer:

Explanation: 

When one route is advertised by more than one routing protocol, the router will choose to use the routing protocol which has lowest Administrative Distance. The Administrative Distances of popular routing protocols are listed below: 

Q8. - (Topic 3) 

An administrator is in the process of changing the configuration of a router. What command will allow the administrator to check the changes that have been made prior to saving the new configuration? 

A. Router# show startup-config 

B. Router# show current-config 

C. Router# show running-config 

D. Router# show memory 

E. Router# show flash 

F. Router# show processes 

Answer:

Explanation: 

This command followed by the appropriate parameter will show the running config hence the admin will be able to see what changes have been made, and then they can be saved. 

Q9. - (Topic 1) 

Which statements accurately describe CDP? (Choose three.) 

A. CDP is an IEEE standard protocol. 

B. CDP is a Cisco proprietary protocol. 

C. CDP is a datalink layer protocol. 

D. CDP is a network layer protocol. 

E. CDP can discover directly connected neighboring Cisco devices. 

F. CDP can discover Cisco devices that are not directly connected. 

Answer: B,C,E 

Explanation: 

CDP (Cisco Discovery Protocol) is a proprietary protocol designed by Cisco to help administrators collect information about both locally attached and remote devices. By using CDP, you can gather hardware and protocol information about neighbor devices containing useful info for troubleshooting and documenting the network. 

Q10. - (Topic 7) 

Which component of a routing table entry represents the subnet mask? 

A. routing protocol code 

B. prefix 

C. metric 

D. network mask 

Answer:

Explanation: 

IP Routing Table Entry TypesAn entry in the IP routing table contains the following information in the order presented: Network ID. The network ID or destination corresponding to the route. The network ID can be class-based, subnet, or supernet network ID, or an IP address for a host route. Network Mask. The mask that is used to match a destination IP address to the network ID. Next Hop. The IP address of the next hop. Interface. An indication of which network interface is used to forward the IP packet. Metric. A number used to indicate the cost of the route so the best route among possible multiple routes to the same destination can be selected. A common use of the metric is to indicate the number of hops (routers crossed) to the network ID. Routing table entries can be used to store the following types of routes: Directly Attached Network IDs. Routes for network IDs that are directly attached. For directly attached networks, the Next Hop field can be blank or contain the IP address of the interface on that network. Remote Network IDs. Routes for network IDs that are not directly attached but are available across other routers. For remote networks, the Next Hop field is the IP address of a local router in between the forwarding node and the remote network. Host Routes. A route to a specific IP address. Host routes allow routing to occur on a per-IP address basis. For host routes, the network ID is the IP address of the specified host and the network mask is 255.255.255.255. Default Route. The default route is designed to be used when a more specific network ID or host route is not found. The default route network ID is 0.0.0.0 with the network mask of 

0.0.0.0.