exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 601 discussion

Actual exam question from Cisco's 200-301
Question #: 601
Topic #: 1
[All 200-301 Questions]


Refer to the exhibit. Users on existing VLAN 100 can reach sites on the Internet. Which action must the administrator take to establish connectivity to the Internet for users in VLAN 200?

  • A. Define a NAT pool on the router.
  • B. Configure the ip nat outside command on another interface for VLAN 200
  • C. Configure static NAT translations for VLAN 200.
  • D. Update the NAT_INSIDE_RANGES ACL.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RougePotatoe
Highly Voted 2 years, 7 months ago
Selected Answer: D
D is correct answer because of the following command: "ip nat inside source list NAT_INSIDE_RANGES interfaces G0/0 Overload". This command essentially tells the router all ip addresses specified from the access list "NAT_INSIDE_RANGES" will be translated via port address translation (PAT) using the ip address of G0/0. By reconfiguring the ACL to include the 200 vlan it will provide the easiest way to get VLAN 200 access to the internet.
upvoted 17 times
...
Givera
Highly Voted 1 year, 4 months ago
note that acl 10.10.10.0 0.0.0.255 does not include networks in vlan 200. we must update the acl to 10.10.0.0 0.0.255.255 this includes networks in vlan 200. D is correct
upvoted 6 times
...
6bd7702
Most Recent 5 months ago
Selected Answer: D
. : • VLAN 200 has the IP subnet 10.10.20.0/24, but it is not included in the current NAT configuration. • The existing access list NAT_INSIDE_RANGES only permits the subnet 10.10.10.0/24 (for VLAN 100). • To provide Internet access for VLAN 200, the administrator needs to update the access list to include the 10.10.20.0/24 subnet. Here’s how to update the configuration
upvoted 1 times
...
matass_md
11 months ago
Selected Answer: D
The answer they are looking for is D , but their IP configuration and dot1q encapsulation is wrong , I'm pretty sure PC won't get to the default gateway in their VLAN , I won't worry about internet connectivity in their shoes .
upvoted 1 times
...
eb63e5a
1 year, 1 month ago
Why not C?
upvoted 2 times
...
[Removed]
1 year, 2 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
Yannik123
2 years, 2 months ago
Selected Answer: D
D is the correct answer. You only need to read the given config in the picture.
upvoted 5 times
sabsyed
1 year, 2 months ago
no 1 dhyju jhyo9v7lkb i am khan juned
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...