R1# R1#show ip nat translations Pro Inside global Inside local Outside local Outside global --- 100.0.0.1 172.16.0.1 --- --- --- 100.0.0.2 172.16.0.2 --- --- --- 100.0.0.3 172.16.0.3 --- ---
R1# R1#show ip nat ? statistics Translation statistics translations Translation entries R1#show ip nat stat Total translations: 3 (3 static, 0 dynamic, 0 extended) Outside Interfaces: GigabitEthernet0/0 Inside Interfaces: GigabitEthernet0/1 Hits: 0 Misses: 0 Expired translations: 0 Dynamic mappings:
3. Ping 8.8.8.8 from PC1 again. Does the ping work?
Yes.
4. Ping google.com from each PC, and then check the NAT translations on R1.
We can see the new translations for all pings, and for all PCs that pinged google.com
5. Clear the NAT translations on R1. Which entries remain?
Static entries remain.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
R1#clear ip nat trans % Incomplete command. R1#clear ip nat ? translation Clear dynamic translation R1#clear ip nat translation % Incomplete command. R1#clear ip nat translation ? * Deletes all dynamic translations R1#clear ip nat translation * R1#show ip nat translations Pro Inside global Inside local Outside local Outside global --- 100.0.0.1 172.16.0.1 --- --- --- 100.0.0.2 172.16.0.2 --- --- --- 100.0.0.3 172.16.0.3 --- ---