Inside Source NAT and PAT Configuration and Verification
46 questions
An administrator configures dynamic NAT on a Cisco IOS router using a pool containing a single public IP address () to enable Internet connectivity for internal workstations. During testing, only the first internal user who initiates outbound traffic can access external sites. All subsequent attempts from other internal users to access the Internet fail. Which action on the router resolves this connectivity issue?
An enterprise router is being configured to share a single public IPv4 address assigned to its WAN interface, Serial0/0/0, among private LAN devices matched by access list 105. What specific Cisco IOS keyword must be appended to the end of the global command `ip nat inside source list 105 interface Serial0/0/0` to enable Port Address Translation (PAT)?
A network engineer is troubleshooting an issue where only the first internal user from subnet can access external destinations at any given time. The Cisco IOS router configuration and verification command output are shown below:
text
ip nat pool OUTSIDE_POOL 203.0.113.50 203.0.113.50 netmask 255.255.255.248
ip nat inside source list 10 pool OUTSIDE_POOL
!
access-list 10 permit 192.168.10.0 0.0.0.255
text
Router# show ip nat statistics
Total active translations: 1 (0 static, 1 dynamic, 0 extended)
Hits: 412 Misses: 15
Expired translations: 12
Dynamic mappings:
-- Inside Source
access-list 10 pool OUTSIDE_POOL refCount 1
Which configuration change is required to allow multiple internal hosts to share the single pool IP address simultaneously?
A network administrator is configuring Port Address Translation (PAT) on a Cisco IOS router to allow hosts on the private subnet to access the Internet using an IP NAT pool named `PAT_POOL` with the public address . Which TWO commands are required to successfully complete this dynamic PAT pool configuration?
Select all that apply
A Cisco router connects an internal LAN on interface GigabitEthernet0/0 () to an ISP link on interface GigabitEthernet0/1 (). The network engineer issues the global command `ip nat inside source list 15 interface GigabitEthernet0/1 overload` to enable Port Address Translation (PAT). However, internal hosts cannot reach the Internet and no translations appear in the NAT table. The running configuration reveals the following interface settings:
text
interface GigabitEthernet0/0
ip address 172.16.50.1 255.255.255.0
!
interface GigabitEthernet0/1
ip address 198.51.100.2 255.255.255.252
ip nat outside
Which configuration command must be applied to interface GigabitEthernet0/0 to enable address translation?
A network administrator needs to configure static Network Address Translation (NAT) on a Cisco IOS router to map an internal server at private IPv4 address to an external public IPv4 address . Which global configuration command creates this static one-to-one inside source mapping?