- Home
- Cisco Certification
- 640-802 Exam
- Cisco.640-802.dumpsfiles Dumps
Free Cisco 640-802 Exam Dumps Questions & Answers
| Exam Code/Number: | 640-802Join the discussion |
| Exam Name: | Cisco Certified Network Associate(CCNA) |
| Certification: | Cisco |
| Question Number: | 653 |
| Publish Date: | May 22, 2026 |
|
Rating
100%
|
|
Page: 1 / 131
Total 653 questions
Total 653 questions
What information can be used by a router running a link-state protocol to build and maintain its topological database? (Choose two.)
Correct Answer: A,E
What are two security appliances that can be installed in a network? (Choose two.)
Correct Answer: B,E
CORRECT TEXT
ACL-2
Correct Answer:
Corp 1#conf t Corp1(config)# access-list 128 permit tcp host 192.168.240.1 host 172.22.141.26 eq www Corp1(config)# access-list 128 deny tcp any host 172.22.141.26 eq www Corp1(config)# access-list 128 permit ip any any Corp1(config)#int fa0/1 Corp1(config-if)#ip access-group 128 out Corp1(config-if)#end Corp1#copy run startup-config