Datasheet
Lab - Troubleshooting NAT Configurations
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 14
b. Create a default route from the Gateway router to the ISP router.
Gateway(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1
Step 6: Load router configurations.
The configurations for the routers are provided for you. There are errors with the configuration for the
Gateway router. Identify and correct the configurations errors.
Gateway Router Configuration
interface g0/1
ip nat outside
! ip nat inside
no shutdown
interface s0/0/0
ip nat outside
! no ip nat outside
interface s0/0/1
! ip nat outside
no shutdown
ip nat inside source static 192.168.2.3 209.165.200.254
! ip nat inside source static 192.168.1.3 209.165.200.254
ip nat pool NAT_POOL 209.165.200.241 209.165.200.246 netmask 255.255.255.248
ip nat inside source list NAT_ACL pool NATPOOL
! ip nat inside source list NAT_ACL pool NAT_POOL
ip access-list standard NAT_ACL
permit 192.168.10.0 0.0.0.255
! permit 192.168.1.0 0.0.0.255
banner motd $AUTHORIZED ACCESS ONLY$
end
Step 7: Save the running configuration to the startup configuration.
Part 2: Troubleshoot Static NAT
In Part 2, you will examine the static NAT for PC-A to determine if it is configured correctly. You will
troubleshoot the scenario until the correct static NAT is verified.
a. To troubleshoot issues with NAT, use the debug ip nat command. Turn on NAT debugging to see
translations in real-time across the Gateway router.
Gateway# debug ip nat
b. From PC-A, ping Lo0 on the ISP router. Do any NAT debug translations appear on the Gateway router?
____________________________________________________________________________________
No.
c. On the Gateway router, enter the command that allows you to see all current NAT translations on the
Gateway router. Write the command in the space below.
____________________________________________________________________________________
show ip nat translations
Gateway# show ip nat translations
Pro Inside global Inside local Outside local Outside global