100-105 Exam - Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0)

certleader.com

Q1. - (Topic 4) 

A network administrator cannot connect to a remote router by using SSH. Part of the show interfaces command is shown. 

router#show interfaces 

Serial0/1/0 is up, line protocol is down 

At which OSI layer should the administrator begin troubleshooting? 

A. physical 

B. data link 

C. network 

D. transport 

Answer:

Explanation: 

https://learningnetwork.cisco.com/thread/12389 

I think the indication here is "Serial 0 is up, line protocol is down". What causes this indication? Correct me if I am wrong. When you have this indication, a cable unplugged is not a correct answer. If you check the output of your "show interface serial 0" command again, you should notice it as "Serial 0 is down, line protocol is down. Under the "show ip int brief" you should see status = down and protocol = down as opposed to up, down. Because you disconnected the cable, layer 1 will go down, which is indicated by the serial 0 down status. The line protocol status is for layer 2. So, a cable unplugged is not a correct answer to "Serial 0 is up, line protocol is down". Up/down means that the physical layer is OK, but there is a problem with the data link link (line protocol). 

Q2. - (Topic 5) 

The following commands are entered on the router: 

Burbank(config)# enable secret fortress 

Burbank(config)# line con 0 

Burbank(config-line)# login 

Burbank(config-line)# password n0way1n 

Burbank(config-line)# exit 

Burbank(config)# service password-encryption 

What is the purpose of the last command entered? 

A. to require the user to enter an encrypted password during the login process 

B. to prevent the vty, console, and enable passwords from being displayed in plain text in the configuration files 

C. to encrypt the enable secret password 

D. to provide login encryption services between hosts attached to the router 

Answer:

Explanation: 

Certain types of passwords, such as Line passwords, by default appear in clear text in the configuration file. You can use the service password-encryption command to make them more secure. Once this command is entered, each password configured is automatically encrypted and thus rendered illegible inside the configuration file (much as the Enable/Enable Secret passwords are). Securing Line passwords is doubly important in networks on which TFTP servers are used, because TFTP backup entails routinely moving config files across networks—and config files, of course, contain Line passwords. 

Q3. - (Topic 3) 

Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two) 

A. It is locally significant. 

B. It is globally significant. 

C. It is needed to identify a unique instance of an OSPF database. 

D. It is an optional parameter required only if multiple OSPF processes are running on the router. 

E. All routers in the same OSPF area must have the same process ID if they are to exchange routing information. 

Answer: A,C 

Explanation: 

https://learningnetwork.cisco.com/thread/6248 They are locally significant only, and have no bearing on the structure of any OSPF packet or LSA update. So you can have a separate process-id on every single router in your network if you so desire. 

Q4. - (Topic 3) 

What OSPF command, when configured, will include all interfaces into area 0? 

A. network 0.0.0.0 255.255.255.255 area 0 

B. network 0.0.0.0 0.0.0.0 area 0 

C. network 255.255.255.255 0.0.0.0 area 0 

D. network all-interfaces area 0 

Answer:

Explanation: 

Example 3-1 displays OSPF with a process ID of 1 and places all interfaces configured with an IP address in area 0. The network command.network 0.0.0.0 255.255.255.255 area 0.dictates that you do not care (255.255.255.255) what the IP address is, but if an IP address is enabled on any interface, place it in area 0. 

Example 3-1.Configuring OSPF in a Single Area 

router ospf 1 network 0.0.0.0 255.255.255.255 area 0 

Reference: http://www.ciscopress.com/articles/article.asp?p=26919&seqNum=3 

Q5. - (Topic 7) 

Which option is the default switch port port-security violation mode? 

A. shutdown 

B. protect 

C. shutdown vlan 

D. restrict 

Answer:

Explanation: Shutdown—This mode is the default violation mode; when in this mode, the switch will automatically force the switchport into an error disabled (err-disable) state when a violation occurs. While in this state, the switchport forwards no traffic. The switchport can be brought out of this error disabled state by issuing the errdisable recovery cause CLI command or by disabling and reenabling the switchport. 

Shutdown VLAN—This mode mimics the behavior of the shutdown mode but limits the error disabled state the specific violating VLAN. 

Q6. - (Topic 3) 

What is the purpose of assigning an IP address to a switch? 

A. provides local hosts with a default gateway address 

B. allows remote management of the switch 

C. allows the switch to respond to ARP requests between two hosts 

D. ensures that hosts on the same LAN can communicate with each other 

Answer:

Explanation: 

A switch is a layer 2 device and doesn’t use network layer for packet forwarding. The IP 

address may be used only for administrative purposes such as Telnet access or for network management purposes. 

Q7. - (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). 

Q8. - (Topic 5) 

Refer to the exhibit. 

The network administrator made the entries that are shown and then saved the configuration. From a console connection, what password or password sequence is required for the administrator to access privileged mode on Router1? 

A. cisco 

B. sanfran 

C. sanjose 

D. either cisco or sanfran 

E. either cisco or sanjose 

F. sanjose and sanfran 

Answer:

Explanation: 

The enable secret password takes precedence over the enable password, so sanfran will be used. 

Q9. - (Topic 3) 

What command sequence will configure a router to run OSPF and add network 10.1.1.0 /24 to area 0? 

A. router ospf area 0 network 10.1.1.0 255.255.255.0 area 0 

B. router ospf network 10.1.1.0 0.0.0.255 

C. router ospf 1 network 10.1.1.0 0.0.0.255 area 0 

D. router ospf area 0 network 10.1.1.0 0.0.0.255 area 0 

E. router ospf network 10.1.1.0 255.255.255.0 area 0 F. router ospf 1 network 10.1.1.0 0.0.0.255 

Answer:

Explanation: 

Enabling OSPFSUMMARY STEPS 

1. 

enable 

2. 

configure terminal 

3. 

router ospf process-id 

4. 

network ip-address wildcard-mask area area-id 

5. 

end 

DETAILED STEPS 

Command or Action Purpose Step.1 enable 

Example: 

Device> enable Enables privileged EXEC mode. . Enter your password if prompted. 

Step.2 configure terminal 

Example: 

Device# configure terminal Enters global configuration mode. 

Step.3 router ospf process-id 

Example: 

Device(config)# router ospf 109 

Enables OSPF routing and enters router configuration mode. 

Step.4 network ip-address wildcard-mask area area-id 

Example: 

Device(config-router)# network 192.168.129.16 0.0.0.3 area 0 

Defines an interface on which OSPF runs and defines the area ID for that interface. 

Step.5 end 

Example: 

Device(config-router)# end 

Exits router configuration mode and returns to privileged EXEC mode. 

Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/12-4t/iro-12-4t-book/iro-cfg.html#GUID-588D1301-F63C-4DAC-BF1C-C3735EB13673 

Q10. - (Topic 5) 

Including the address on the Routed Ethernet interface, how many hosts can have IP addresses on the LAN to which Routed is connected? 

A. 6 

B. 30 

C. 62 

D. 126 

Answer:

Explanation: 

This is a /29 address, so there are 6 usable IP’s on this subnet.