Study and prepare exam with our Cisco 640-802 Exam Quiz Torrent Materials, TrainingQuiz provides you the best exam products to pass exam for sure.
Updated: Aug 01, 2026
No. of Questions: 653 Questions & Answers with Testing Engine
Download Limit: Unlimited
Pass your exam with latest TrainingQuiz 640-802 Training Materials just one-shot. All the core contents of Cisco 640-802 exam trianing material are helpful and easy to understand, compiled and edited by the experienced experts team, which can assist you to face the difficulties with good mood and master the key knowledge easily, and then pass the Cisco 640-802 exam for sure.
TrainingQuiz has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
| Certification Vendor: | Cisco |
| Exam Name: | Cisco Certified Network Associate (CCNA) Composite Exam |
| Exam Number: | 640-802 |
| Certificate Validity Period: | 3 years |
| Exam Duration: | 90 minutes |
| Exam Format: | Multiple Choice Single Answer, Multiple Choice Multiple Answer, Drag-and-Drop, Fill-in-the-Blank, Testlets, Simlets, Network Simulations |
| Available Languages: | English, Japanese, Simplified Chinese, Spanish, Russian, Korean, French, Portuguese |
| Passing Score: | 849 / 1000 |
| Exam Price: | $125 USD |
| Related Certifications: | ICND1 (640-822) ICND2 (640-816) |
| Real Exam Qty: | 45–55 |
| Recommended Training: | Interconnecting Cisco Networking Devices (ICND1 + ICND2) CCNA Official Certification Guide |
| Exam Registration: | Cisco Certification Portal Pearson VUE Registration |
| Sample Questions: | Cisco 640-802 Sample Questions |
| Exam Way: | Delivered at authorized Pearson VUE testing centers; proctored on-site |
| Pre Condition: | No formal prerequisites; recommended basic computer literacy and networking knowledge |
| Official Syllabus URL: | https://www.cisco.com/web/learning/le3/current_exams/640-802.html |
| Section | Weight | Objectives |
|---|---|---|
| Implement & Operate | 35% | - Configure access control lists - Configure routers and routing protocols - Configure switches and VLANs - Manage Cisco IOS configuration files - Configure WAN links and protocols - Implement IP addressing and subnetting |
| Technology & Knowledge | 15% | - Network security fundamentals - WAN technologies - IPv4 addressing and subnetting - OSI and TCP/IP models - Ethernet and switching concepts - Routing fundamentals |
| Plan & Design | 20% | - Design an IP addressing scheme - Design a simple LAN - Select appropriate WAN services - Select appropriate routing protocols |
| Troubleshoot | 30% | - Troubleshoot IP connectivity and routing problems - Troubleshoot VLAN and trunking issues - Troubleshoot ACL and security issues - Troubleshoot WAN connectivity - Troubleshoot LAN switching issues |
1. CORRECT TEXT
EIGRP
After adding RTR_2 router, no routing updates are being exchanged between RTR_1 and the new location. All other inter connectivity and internet accesses for the existing locations of the company are working properly.
The task is to identify the fault(s) and correct the router configuration to provide full connectivity between the routers.
Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are Cisco.
IP addresses are listed in the chart below.
RTR_A#show run ! !
interface FastEthernet0/0 ip address 192.168.60.97 255.255.255.240 ! interface FastEthernet0/1 ip address 192.168.60.113 255.255.255.240 ! interface Serial0/0 ip address 192.168.36.14 255.255.255.252 clockrate 64000 ! router eigrp 212 network 192.168.36.0 network 192.168.60.0 no auto-summary ! RTR_A#show ip route 192.168.36.0/30 is subnetted, 1 subnets C 192.168.36.12 is directly connected, Serial 0/0 192.168.60.0/24 is variably subnetted, 5 subnets, 2 masks C 192.168.60.96/28 is directly connected, FastEthernet0/0 C 192.168.60.112/28 is directly connected, FastEthernet0/1 D 192.168.60.128/28 [ 90/21026560 ] via 192.168.36.13, 00:00:57, Serial 0/0 D 192.168.60.144/28 [ 90/21026560 ] via 192.168.36.13, 00:00:57, Serial 0/0 D 192.168.60.24/30 [ 90/21026560 ] via 192.168.36.13, 00:00:57, Serial 0/0 D* 198.0.18.0 [ 90/21026560 ] via 192.168.36.13, 00:00:57, Serial 0/0 ******************************************************************************* RTR_2#show run ! ! interface FastEthernet0/0 ip address 192.168.77.34 255.255.255.252 ! interface FastEthernet0/1 ip address 192.168.60.65 255.255.255.240 ! interface FastEthernet1/0 ip address 192.168.60.81 255.255.255.240 ! ! router eigrp 22 network 192.168.77.0 network 192.168.60.0 no auto-summary ! RTR_2#show ip route 192.168.60.0/28 is variably subnetted, 2 subnets C 192.168.60.80 is directly connected, FastEthernet1/0 C 192.168.60.64 is directly connected, FastEthernet0/1 192.168.77.0/30 is subnetted, 1 subnets C 192.168.77.32 is directly connected, FastEthernet0/0 ********************************************************** RTR_B#show run ! interface FastEthernet0/0 ip address 192.168.60.129 255.255.255.240 ! interface FastEthernet0/1 ip address 192.168.60.145 255.255.255.240 ! interface Serial0/1 ip address 192.168.60.26 255.255.255.252 ! router eigrp 212 network 192.168.60.0 ! RTR_B#show ip route 192.168.60.0/24 is variably subnetted, 5 subnets, 2 masks C 192.168.60.24/30 is directly connected, Serial0/1 C 192.168.60.128/28 is directly connected, FastEthernet0/0 C 192.168.60.144/28 is directly connected, FastEthernet0/1 D 192.168.60.96/28 [ 90/21026560 ] via 192.168.60.25, 00:00:57, Serial 0/1 D 192.168.60.112/28 [ 90/21026560 ] via 192.168.60.25, 00:00:57, Serial 0/1 192.168.36.0/30 is subnetted, 1 subnets D 192.168.36.12 [ 90/21026560 ] via 192.168.60.25, 00:00:57, Serial 0/1 D* 198.0.18.0 [ 90/21026560 ] via 192.168.60.25, 00:00:57, Serial 0/1 ************************************************************************** RTR_1#show run ! ! interface FastEthernet0/0 ip address 192.168.77.33 255.255.255.252
! interface Serial1/0 ip address 198.0.18.6 255.255.255.0 ! ! interface Serial0/0 ip address 192.168.36.13 255.255.255.252 clockrate 64000 ! interface Serial0/1 ip address 192.168.60.25 255.255.255.252 clockrate 64000 ! ! router eigrp 212 network 192.168.36.0 network 192.168.60.0 network 192.168.85.0 network 198.0.18.0 no auto-summary ! ip classless ip default-network 198.0.18.0 ip route 0.0.0.0 0.0.0.0 198.0.18.5 ip http server RTR_1#show ip route 192.168.36.0/30 is subnetted, 1 subnets C 192.168.36.12 is directly connected, Serial 0/0
192.168.60.0/24 is variably subnetted, 5 subnets, 2 masks
C 192.168.60.24/30 is directly connected, Serial0/1
D 192.168.60.128/28 [ 90/21026560 ] via 192.168.60.26, 00:00:57, Serial 0/1
D 192.168.60.144/28 [ 90/21026560 ] via 192.168.60.26, 00:00:57, Serial 0/1
D 192.168.60.96/28 [ 90/21026560 ] via 192.168.36.14, 00:00:57, Serial 0/0
192.168.77.0/30 is subnetted, 1 subnets
C 192.168.77.32 is directly connected, FastEthernet0/0
C 192.0.18.0/24 is directly connected, Serial 1/0
*S 0.0.0.0 via 198.0.18.5
2. The network administrator of the Oregon router adds the following command to the router configuration: ip route 192.168.12.0 255.255.255.0 172.16.12.1. What are the results of adding this command? (Choose two.)
A) Traffic for network 172.16.12.0 is forwarded to the 192.168.12.0 network.
B) The command invokes a dynamic routing protocol for 192.168.12.0.
C) The command establishes a static route.
D) Traffic for all networks is forwarded to 172.16.12.1.
E) This route is automatically propagated throughout the entire network.
F) Traffic for network 192.168.12.0 is forwarded to 172.16.12.1.
3. This task requires you to use the CLI of Sw-AC3 to answer multiple-choice question below. This does not require any configuration. Refer the Explanation to see all the configuration details.
What ports on Sw-AC3 are operating as trunks? (Choose three)
Sw-AC3#show trunk
A) Fa0/12
B) Fa0/1
C) Fa0/3
D) Fa0/9
4. What can a network administrator utilize by using PPP Layer 2 encapsulation? (choose three)
A) quality of service
B) compression
C) VLAN support
D) multilink support
E) Quality of service
F) authentication
5. Which IPv6 address is the equivalent of the IPv4 interface loopback address 127.0.0.1?
A) 2000::/3
B) 0::/10
C) ::
D) ::1
Solutions:
| Question # 1 Answer: Only visible for members | Question # 2 Answer: C,F | Question # 3 Answer: A,C,D | Question # 4 Answer: B,D,F | Question # 5 Answer: D |
Hello everyone, this website-TrainingQuiz kindly help with the latest dumps for me to beat the high score at a sitting. Thanks so much!
Grateful to pass it, no wonder so many people love this 640-802 dump, it is really good.
640-802 certification is important to me for i need it to find a new job, with your help, i achieved it. I feel so grateful to you! Thanks so much!
I strongly recommend 640-802 study materials, because I have passed my exam last week. Almost all questions and answers have appeared in 640-802 study materials. Good!
Your 640-802 test engine helped me got through 640-802 exam with flying colours. Thanks so much!
For my career, i need the 640-802 certification. I purchased the 640-802 exam file and passed it after a long preparation for i wanted to pass in one go. I have made it! Thank you!
Disclaimer Policy: The site does not guarantee the content of the comments. Because of the different time and the changes in the scope of the exam, it can produce different effect. Before you purchase the dump, please carefully read the product introduction from the page. In addition, please be advised the site will not be responsible for the content of the comments and contradictions between users.
TrainingQuiz always do our best to satisfy all demands of customers and regard customers as the God. We aims to provide the excellent and high-quality 640-802 exam training material to help users clear exam surely. Featured with the high quality and valid questions, TrainingQuiz 640-802 training material can help you pass exam without too much trouble and own your dreaming certification.
Besides, we promise "Money Back Guaranteed" once users fail exam unluckily. After you show us the failure score report and we will refund you soon after confirming.
Yes, you will enjoy one year free update after purchase. If there is any update, our system will automatically send the updated study material to your payment email.
Test Engine: 640-802 study test engine can be downloaded and run on your own devices. Practice the test on the interactive & simulated environment.
PDF (duplicate of the test engine): the contents are the same as the test engine, support printing.
Online Test Engine can supports Windows / Mac / Android / iOS, etc., because it is the software based on WEB browser. You can use it on any electronic device and practice with self-paced.
Online Test Engine supports offline practice, while the precondition is that you should run it with the internet at the first time.
Self Test Engine is suitable for windows operating system, running on the Java environment, and can install on multiple computers.
PDF Version: can be read under the Adobe reader, or many other free readers, including OpenOffice, Foxit Reader and Google Docs.
Once download and installed on your PC, you can practice 640-802 test questions, review your questions & answers using two different options 'practice exam' and 'virtual exam'.
Virtual Exam - test yourself with exam questions with a time limit.
Practice Exam - review exam questions one by one, see correct answers.
Yes. We have the money back guarantee in case of failure by our products. The process of money back is very simple: you just need to show us your failure score report within 60 days from the date of purchase of the exam. We will then verify the authenticity of documents submitted and arrange the refund after receiving the email and confirmation process. The money will be back to your payment account within 7 days.
You will receive an email attached with the 640-802 study material within 5-10 minutes, and then you can instantly download it for study. If you do not get the study material after purchase, please contact us with email immediately.
All the products are updated frequently but not on a fixed date. Our professional team pays a great attention to the exam updates and they always upgrade the content accordingly.
We offer some discounts to our customers. There is no limit to some special discount. You can check regularly of our site to get the coupons.
Over 67295+ Satisfied Customers
