200-301 · Question #534
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?
The correct answer is D. Update the NAT_INSIDE_RANGES ACL.. 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
Question
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?
Exhibits
Options
- ADefine a NAT pool on the router.
- BConfigure static NAT translations for VLAN 200.
- CConfigure the ip nat outside command on another interface for VLAN 200.
- DUpdate the NAT_INSIDE_RANGES ACL.
How the community answered
(26 responses)- A12% (3)
- B8% (2)
- C31% (8)
- D50% (13)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.

