200-301

Study mode — explanations shown

1
Performance-based question

Network Services and Security

hard

You are connected to R1. Configure PAT (NAT overload) so that hosts on the 192.168.1.0/24 inside network can reach the Internet through the outside interface GigabitEthernet0/1 using the IP address 203.0.113.1. Additionally, configure static NAT to map internal server 192.168.1.10 to public IP 203.0.113.5. The current configuration has several errors. Identify and correct them.

Exhibit

R1# show running-config | section ip nat
ip nat inside source list 100 interface GigabitEthernet0/1
ip nat inside source static 192.168.1.10 203.0.113.5
access-list 100 permit ip 192.168.2.0 0.0.0.255 any
!
interface GigabitEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 ip nat outside
!
interface GigabitEthernet0/1
 ip address 203.0.113.1 255.255.255.0
 ip nat inside
!
R1# show running-config | section ip nat
ip nat inside source list 100 interface GigabitEthernet0/1
ip nat inside source static 192.168.1.10 203.0.113.5
access-list 100 permit ip 192.168.2.0 0.0.0.255 any
!
interface GigabitEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 ip nat outside
!
interface GigabitEthernet0/1
 ip address 203.0.113.1 255.255.255.0
 ip nat inside
!
R1#
Cisco IOS Software, Version 15.2(4)M1
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Press RETURN to get started.
R1#
0 of 120 answered