getcertified4sure.com

Refresh Cisco 200-125 - An Overview 121 to 130




Want to know Exambible 200-125 Exam practice test features? Want to lear more about Cisco CCNA Cisco Certified Network Associate CCNA (v3.0) certification experience? Study Accurate Cisco 200-125 answers to Replace 200-125 questions at Exambible. Gat a success with an absolute guarantee to pass Cisco 200-125 (CCNA Cisco Certified Network Associate CCNA (v3.0)) test on your first attempt.

2021 Sep 200-125 practice test

Q121. - (Topic 8) 

What are three reasons that an organization with multiple branch offices and roaming users might implement a Cisco VPN solution instead of point-to-point WAN links? (Choose three.) 

A. reduced cost 

B. better throughput 

C. broadband incompatibility 

D. increased security 

E. scalability 

F. reduced latency 

Answer: A,D,E 


Q122. - (Topic 4) 

Refer to the exhibit. 


Assuming that the entire network topology is shown, what is the operational status of the interfaces of R2 as indicated by the command output shown? 

A. One interface has a problem. 

B. Two interfaces have problems. 

C. The interfaces are functioning correctly. 

D. The operational status of the interfaces cannot be determined from the output shown. 

Answer: C 


Q123. - (Topic 5) 

What are the alert messages generated by SNMP agents called? 

A. TRAP 

B. INFORM 

C. GET 

D. SET 

Answer: A,B 


Q124. - (Topic 5) 

What are the Popular destinations for syslog messages to be saved? (Choose three) 

A. Flash 

B. The logging buffer .RAM 

C. The console terminal 

D. Other terminals 

E. Syslog server 

Answer: B,C,E 


Q125. - (Topic 3) 

Refer to the exhibit. 


What is the most efficient summarization that R1 can use to advertise its networks to R2? 

A. 172.1.0.0/22 

B. 172.1.0.0/21 

C. 172.1.4.0/22 

D. 172.1.4.0/24 

172.1.5.0/24 

172.1.6.0/24 

172.1.7.0/24 

E. 172.1.4.0/25 

172.1.4.128/25 

172.1.5.0/24 

172.1.6.0/24 

172.1.7.0/24 

Answer: C 


200-125 test

Update 200-125 download:

Q126. - (Topic 2) 

Refer to the exhibit. 


Given this output for SwitchC, what should the network administrator's next action be? 

A. Check the trunk encapsulation mode for SwitchC's fa0/1 port. 

B. Check the duplex mode for SwitchC's fa0/1 port. 

C. Check the duplex mode for SwitchA's fa0/2 port. 

D. Check the trunk encapsulation mode for SwitchA's fa0/2 port. 

Answer: C 


Q127. CORRECT TEXT - (Topic 7) 

A network associate is configuring a router for the weaver company to provide internet access. The ISP has provided the company six public IP addresses of 198.18.184.105 

198.18.184.110. The company has 14 hosts that need to access the internet simultaneously. The hosts in the company LAN have been assigned private space addresses in the range of 192.168.100.17 – 192.168.100.30. 


Answer: The company has 14 hosts that need to access the internet simultaneously but we just have 6 public IP addresses from 198.18.184.105 to 198.18.184.110/29. 

Therefore we have to use NAT overload (or PAT) 

Double click on the Weaver router to open it 

Router>enable Router#configure terminal 

First you should change the router's name to Weaver 

Router(config)#hostname Weaver 

Create a NAT pool of global addresses to be allocated with their netmask. 

Weaver(config)#ip nat pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248 

Create a standard access control list that permits the addresses that are to be translated 

Weaver(config)#access-list 1 permit 192.168.100.16 0.0.0.15 

Establish dynamic source translation, specifying the access list that was defined in the prior step 

Weaver(config)#ip nat inside source list 1 pool mypool overload 

This command translates all source addresses that pass access list 1, which means a source address from 192.168.100.17 to 192.168.100.30, into an address from the pool named mypool (the pool contains addresses from 198.18.184.105 to 198.18.184.110) 

Overload keyword allows to map multiple IP addresses to a single registered IP address (many-to-one) by using different ports 

The question said that appropriate interfaces have been configured for NAT inside and NAT outside statements. 

This is how to configure the NAT inside and NAT outside, just for your understanding: 

Weaver(config)#interface fa0/0 

Weaver(config-if)#ip nat inside 

Weaver(config-if)#exit 

Weaver(config)#interface s0/0 

Weaver(config-if)#ip nat outside 

Weaver(config-if)#end 

Finally, we should save all your work with the following command: 

Weaver#copy running-config startup-config 

Check your configuration by going to "Host for testing" and type: 

C :\>ping 192.0.2.114 

The ping should work well and you will be replied from 192.0.2.114 


Q128. - (Topic 8) 

Which two statements about using the CHAP authentication mechanism in a PPP link are true? (Choose two.) 

A. CHAP uses a two-way handshake. 

B. CHAP uses a three-way handshake. 

C. CHAP authentication periodically occurs after link establishment. 

D. CHAP authentication passwords are sent in plaintext. 

E. CHAP authentication is performed only upon link establishment. 

F. CHAP has no protection from playback attacks. 

Answer: B,C 


Topic 9, Mixed Questions 

317. - (Topic 9) 

Which two types of NAT addresses are used in a Cisco NAT device? (Choose two.) 

A. inside local 

B. inside global 

C. inside private 

D. outside private 

E. external global 

F. external local 

Answer: A,B 


Q129. - (Topic 3) 

What is the alternative notation for the IPv6 address B514:82C3:0000:0000:0029:EC7A:0000:EC72? 

A. B514 : 82C3 : 0029 : EC7A : EC72 

B. B514 : 82C3 :: 0029 : EC7A : EC72 

C. B514 : 82C3 : 0029 :: EC7A : 0000 : EC72 

D. B514 : 82C3 :: 0029 : EC7A : 0 : EC72 

Answer: D 


Q130. - (Topic 2) 

Refer to the exhibit. 


Switch port FastEthernet 0/24 on ALSwitch1 will be used to create an IEEE 802.1Q-compliant trunk to another switch. Based on the output shown, what is the reason the trunk does not form, even though the proper cabling has been attached? 

A. VLANs have not been created yet. 

B. An IP address must be configured for the port. 

C. The port is currently configured for access mode. 

D. The correct encapsulation type has not been configured. 

E. The “no shutdown” command has not been entered for the port. 

Answer: C